zebulon 0 Posted December 2, 2004 Share Posted December 2, 2004 Hi Gang, I have been asked to build a site for a mortgage co. that would include a form asking for personal and financial info. I have never worked with secure sites and have some questions please? I know totalchoice support ssl sites, do i request it when ordering or do i turn it on somehow? Do I just secure the directory or the form page asking for the info? If people fill out a secure form how do I secure it when it is emailed? thanks for any info!!!!! Lynn Quote Link to post Share on other sites
TCH-Bruce 16 Posted December 2, 2004 Share Posted December 2, 2004 If you have a reseller account you have to purchase an SSL certificate. If it is a virtual hosting account you can use the shared SSL on the server. Click here for more information. Quote Link to post Share on other sites
zebulon 0 Posted December 3, 2004 Author Share Posted December 3, 2004 OK I think I have a handle on how the shared ssl certificate works. I am still struggling with how to do the email securely? Does anyone have any suggestions as how to secure the email, or would it be secure it I just have the client access the eamil via cpanel and not download to outlook? thanks Lynn Quote Link to post Share on other sites
TCH-Bruce 16 Posted December 3, 2004 Share Posted December 3, 2004 (edited) Using webmail: Webmail, port 2095 is non-secure, 2096 is secure Accessed as https://******:2096 If your email clients supports SMTP over SSL, you could enable that and try port 465 at mail.******. Edited December 3, 2004 by TCH-Bruce Quote Link to post Share on other sites
MikeJ 0 Posted December 3, 2004 Share Posted December 3, 2004 OK I think I have a handle on how the shared ssl certificate works. I am still struggling with how to do the email securely? In reality, email is not a good way to collect financial information. Email was never built to be a secure communication method. You would be much better off collecting that information in a secure database, and then accessing the database to get the information out. The problem with email is it's transferred in plain text, stored on the server in plain text, and (even if you use pop or imap over SSL to download it) stored in plain text on your PC. If your email clients supports SMTP over SSL, you could enable that and try port 465 at mail.****** This would only be for sending email, and this works great for the connection between you and your server, but it'll still go from the server to the ultimate destination over a non-encrypted connection. Quote Link to post Share on other sites
TCH-Bruce 16 Posted December 3, 2004 Share Posted December 3, 2004 Thanks for clearing it up Mike, I know SMTP is outgoing! What was I thinking? Quote Link to post Share on other sites
zebulon 0 Posted December 4, 2004 Author Share Posted December 4, 2004 thanks guys, ok are there any easy tools for entering and retieving info from a secured mysql db? thanks lynn Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.