Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache PHP SSL only partly secured 1

Status
Not open for further replies.

eyeyey

Programmer
Joined
Feb 28, 2006
Messages
2
Location
NL
Hello there,

I am a programmer and a webmaster and I have a question that, hopefully, can be answered.
I have set up an Apache web server with PHP and SSL enabled. When I create a simple HTML or PHP page and access it by https, all goes well. A completely secure connection is established
When I then get (much) more complex PHP scripts and access them using https, my browser tells me 'parts of the page weren't encrypted before they were sent over the internet'. It seems only a partly secured connection can be established.
Does anybopdy know why this can be?

-Michael
 
There are many possible reasons for this. One of the most common is when pictures, images, or buttons are referrenced by a non-secure connection.

Steve
 
Thanks, I seems the reference to my stylesheet, which is located elsewhere, wasn't secure. Changing the link to solved it.

-Demo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top