WXforum.net

Web Weather => Weather Web Site Help => Topic started by: rlmarcum22 on October 03, 2021, 09:13:37 PM

Title: Connection Isn't Private
Post by: rlmarcum22 on October 03, 2021, 09:13:37 PM
When I try to open my weather website on my phone it pulls up the message "Connection Isn't Private".  How can I fix this?  Also here is the link ekyrrgweather.com. 
Title: Re: Connection Isn't Private
Post by: saratogaWX on October 03, 2021, 10:11:27 PM
You have some http:// image links on your page .. change those to https:// and the message should disappear.

http://jigsaw.w3.org/css-validator/images/vcss
http://sirocco.accuweather.com/nx_mosaic_640x480_public/sir/inmasirky_.gif

I only checked the home page using the browser Page Info, Media and looked for any http:// entry.
Title: Re: Connection Isn't Private
Post by: rlmarcum22 on October 05, 2021, 01:32:51 PM
I changed all the ones I could find and its still not working.  Is there something I am missing?
Title: Re: Connection Isn't Private
Post by: saratogaWX on October 05, 2021, 01:42:28 PM
In menubar.php you have
Code: [Select]
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
Change to
Code: [Select]
    <a href="https://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="https://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
Title: Re: Connection Isn't Private
Post by: rlmarcum22 on October 05, 2021, 11:01:45 PM
I changed that and some others and its still showing the same message.  Sorry for the troubles! ](*,)
Title: Re: Connection Isn't Private
Post by: 92merc on October 06, 2021, 08:46:37 AM
Looks like your cert expired yesterday.
Title: Re: Connection Isn't Private
Post by: saratogaWX on October 06, 2021, 10:19:13 AM
The certificate expired yesterday .. you need to renew it.

Also, this in menubar.php appears to be the last issue
Code: [Select]
<img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
  change that to
Code: [Select]
<img style="border:0;width:88px;height:31px"
            src="https://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
Title: Re: Connection Isn't Private
Post by: rlmarcum22 on October 06, 2021, 02:33:48 PM
How do I renew the certificate?  It says it expires on 12/05
Title: Re: Connection Isn't Private
Post by: saratogaWX on October 06, 2021, 04:19:52 PM
The Cert currently on your site is from Let's Encrypt and expired 06 Oct 2021 01:08:17 GMT

There should be a cPanel option to renew (or get a new) certificate .. you'll need to do that.  Contact your hoster's tech support if you have questions or issues about it.
Title: Re: Connection Isn't Private
Post by: rlmarcum22 on October 06, 2021, 10:06:58 PM
Ok, thanks you so much for your help.  Sorry for being such a bother.
Title: Re: Connection Isn't Private
Post by: rlmarcum22 on October 10, 2021, 03:48:12 AM
I have tried to get my SSL fixed and it still comes up "Connection not Private" for me.  I have talked to tech support and they have said it works for them.  I have cleared my browser and even got my friends to try and it still doesn't work.  What's the issue?
Title: Re: Connection Isn't Private
Post by: jimi on October 10, 2021, 07:03:47 AM
Looks fine to me, Firefox, Chrome, Edge and Brave all show your landing page as secure (locked padlock)
https://www.ekyrrgweather.com/ (https://www.ekyrrgweather.com/)