SSL security issue

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

SSL security issue

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Then you need to redesign something so it doesn't cross boundaries on both sides.
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

thanks
Post Reply