but I can’t solve some issue with PHP and SSL, basically web browser
says that site is partially encrypted however when I commented out the
location for the PHP/FastCGI everything works fine. I can access any
directory/file (for instance http://mydomain.com/randomfile) over SSL
but main website is not working.
Make sure that your PHP output links to the https
version of images and not the http version.
Hello,
Could you please elaborate on this. Do I need create another ‘location’?
I’ve noticed that when I assess admin side of my website
(http://mydomain.com/admin) the site is encrypted but the main one
(http://mydomain.com) is not.
now suddenly the browser indicates that site is encrypted however when
I try to submit a form I have the following message:
"Although this page is encrypted, the information you have entered is to
be sent over an unencrypted connection and could easily be read by a
third party.
Are you sure you want to continue sending this information?"
Is it mean that some part of the website is still not encrypted. Could
you please advise where I need to look for this specific configuration?
The previous message is from Firefox, the Google Chrome says:
"Your connection to mydomain.com is encrypted with 256-bit encryption.
However, this page includes other resources which are not secure. These
resources can be viewed by others while in transit and can be modified
by an attacker to change the behaviour of the page.
The connection uses TLS 1.0.
The connection is encrypted using AES_256_CBC, with SHA1 for message
authentication and DHE_RSA as the key exchange mechanism."