Often you will see SSL warnings or errors related to insecure content being displayed on a secure page. This could be as simple as one javascript file or image that is being included via http rather than https, though some times this can be a bit tricky to track down. The easiest solution is to [...]
Archive: ssl
Posts Tagged ‘ssl’
If you are struggling to debug why some ajax, perhaps using jquery etc is working fine when you access the page via http, but if you use https then it fails silently with very little error messaging to work on then this could be your solution. Basically, although you have accessed the page over HTTPS, [...]
Check out this little snippet of htaccess code to force SSL usage. Works regardless of port. PLAIN TEXT CODE: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} More... Top 10 WordPress .htaccess hacks | Omelyn.comx + 3 - Naming a .htaccess File in WindowsMovable Type Monday: Comment via Twitter and .htaccess Hacks | The ...Slackware [...]
Google checkout has some exceptionally stringent requirements with regards to SSL which always seem to trip people up and involve lots of messing around getting the cert set up properly. I have found a nice online cert checker which you can show to your hosting company (or whoever installed your cert) to show them that [...]