Jumpy09 Posted June 18, 2010 Share Posted June 18, 2010 Today I contacted my host about my browser displaying there is unsecured information that can be viewable from outside sources on my website. I am currently in the process of recoding the entire thing to the coding style I have grown to code in. I am wondering if the information is caused by HTML, PHP, or MySQL. My host claims: We have reviewed your account and verified that the SSL certificate is properly installed to allow both your FTP files and database information to be secured. I've never worked with an SSL Certificate before, and would like to figure out anything I need to be doing in my code to ensure there is no unsecured information, granted if that is even a possibility. I've seen multiple sites behind a SSL Cert and never pop up that error, and their cert checks out as secured. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/205140-phpmysql-and-ssl-certificates/ Share on other sites More sharing options...
kenrbnsn Posted June 18, 2010 Share Posted June 18, 2010 If you're accessing your site using https:// then it's secure. What you have to watch out for is that all other URL's in your site also use https://. If any use a plain http:// you will get that warning. Ken Link to comment https://forums.phpfreaks.com/topic/205140-phpmysql-and-ssl-certificates/#findComment-1073771 Share on other sites More sharing options...
Jumpy09 Posted June 18, 2010 Author Share Posted June 18, 2010 I was using my https:// and it popped up that error. My home page consists of a Registration Form, and a Log-In form. Includes, and a pagination system. It's no longer up because I am rebuilding my site around a new log-in system, and tidying things up in the process. I did however use this https://www.example.com/example/ Would you know if Certificates cover all sub-domains and sub-folders? I plan on having my entire site behind the HTTPS just for the hell of it, I've got the .htaccess redirects and everything. Just got to figure out why my site was giving me the "While this is secure, some information you send is not secured. People can see the information you are sending." Or whatever that message is. Hotmail use to have it when you'ld check hotmail behind their HTTPS:// as well. Should I be concerned about the error, or negate it and assume everything is actually being encrypted? I'm going to test it again on an actual sub-domain. I'll find out if it's giving the error again, or if it was the subfolder thing throwing it for a loop. "Connection partially secure." That's it. Link to comment https://forums.phpfreaks.com/topic/205140-phpmysql-and-ssl-certificates/#findComment-1073775 Share on other sites More sharing options...
kenrbnsn Posted June 18, 2010 Share Posted June 18, 2010 It's not only your links, but also links to any external sites and/or pictures. Ken Link to comment https://forums.phpfreaks.com/topic/205140-phpmysql-and-ssl-certificates/#findComment-1073776 Share on other sites More sharing options...
Jumpy09 Posted June 18, 2010 Author Share Posted June 18, 2010 Sweet, I got my blue bar! Thanks, much appreciated! Makes me happy. Link to comment https://forums.phpfreaks.com/topic/205140-phpmysql-and-ssl-certificates/#findComment-1073778 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.