Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Dec 20, 2025, 06:13 AM

Title: A website shows as insecure despite loading over HTTPS
Post by: Suhitha on Dec 20, 2025, 06:13 AM
Question: A website shows as insecure despite loading over HTTPS

Applicable to:



Symptoms


Your connection to this site is not fully secure


<link rel="stylesheet" type="text/css" href="http://www.example.com/css/style.css" />
<script type="text/javascript" src="http://www.example.com/js/jquery.js"></script>


Cause

Even though the website loads over HTTPS, some of its content loads over plain HTTP, and therefore shown as not secure.


Resolution

To fix the issue, update the insecure URLs in the site's code to HTTPS connections, or remove them. A web developer can identify the affected resources.