Page 1 of 1

SSL security issue

Posted: Sat Dec 09, 2006 6:49 am
by itsmani1
I am using SSL and When i click on SSL icon at the bottom of the page it says :

Parts of the page your are viewing were not encrypted before submitted over the internet.
Info send over internet without encryption can be been by others while it is in transit.

is there any function of php that can help in encryption using SSL etc

any help?

thanks

Posted: Sat Dec 09, 2006 6:57 am
by feyd
It has nothing to do with PHP and encrypting, but more often to do with objects whose URL is not using SSL. CSS files, external Javascript, even images that aren't using an SSL URL will create this sort of message.

Posted: Sat Dec 09, 2006 7:16 am
by itsmani1
so you mean i need to save all the things in the same folder where SSL is installed, well issue is that i an access few things form normal http in https page.

Posted: Sat Dec 09, 2006 7:27 am
by feyd
Then you need to redesign something so it doesn't cross boundaries on both sides.

Posted: Thu Dec 14, 2006 8:27 am
by itsmani1
thanks