How to create a fully encrypted page?

Hi all,

I have just configured SSL on my VPS, and it workd well

for Squirrelmail, phpmyadmin and other known service.

When I say that it work well means that I can see the BLU URL BAR in firefox.

I have created my own php pages but when I call it from firefox

using https: there is no blu url bar and firefox says me that some information are not encrypted.

Why? How can I encrypt all the information on my own php pages?

Thanks.

2 Replies

If some information is not encrypted then this typically means your main page is calling elements from elsewhere that aren't encrypted. Images, frames, iframes etc… these all need to be encrypted.

Check your javascript libraries too. Importing them from unencrypted sources could cause this.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct