Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome - You connection to this site is not fully secure [closed]

I've recently had an SSL installed onto my server.

I'm getting the "Your connection to this site is not fully secure" warning when using Chrome. I understand this relates to passive elements being loaded over a non secure connection and I understand what this means.

I cannot find any elements on the site being loaded over a non secure network and I've run it through a tool to check and not found any. I've created a blank HTML page with nothing on it and so I presume no chance of there being an element loaded on a non secure connection but I still get the warning.

Does anyone know why this may be?

Thanks

like image 610
user1075237 Avatar asked Oct 04 '17 11:10

user1075237


People also ask

How do I get rid of this connection is not secure Chrome?

Open Chrome, type chrome://flags in the address bar, then press “Enter“. Type the word “secure” in the search box at the top to make it easier to find the setting we need. Scroll down to the “Mark non-secure origins as non-secure” setting and change it to “Disabled” to turn off the “Not Secure” warnings.


1 Answers

I think you get that message when you use https, but Google Chrome cannot correctly verify your certificate chain. You might want to make sure you have followed the instructions on that end fully, and that all certificates are installed correctly.

If/when you have, this is how you can check that every request uses https:

  • Open the website on Google Chrome
  • Press F12
  • Open the network tab
  • Press f5 to reload everthing
  • There it has all the information you should need. Hover over a request to check whether it uses http or https
like image 193
Daniël Camps Avatar answered Nov 15 '22 15:11

Daniël Camps