PDA

View Full Version : site not secure message



caverdan
11-27-2020, 08:37 AM
..

Iceaxe
11-27-2020, 08:53 AM
Someone needs to upgrade the host server so it runs through an https address and not a http address. It's a two minute job that can be done by adding a simple script to the base directory.

Also it's not really a security issue if you're not sending banking and credit card info through the site. I can't fix bogley as access is above my pay grade here. I had to do all this to Climb-Utah.com a while back.

caverdan
11-27-2020, 08:57 AM
..

Iceaxe
11-27-2020, 09:30 AM
Do you actually leave the site or just the page? I get some stupid message like that. Which I never read, but I don't actually leave the site. I just leave the reply page.

Bogley probably needs Scott to spend a day on it to bring the software, plug-ins, ect up to date.

Iceaxe
11-27-2020, 10:00 AM
I believe this is the line of code that needs to be added to Bogly's root directory in the .htaccess file on the server to eliminate the not secure message



RewriteEngine On
RewriteCond %{HTTP_HOST} ^Bogley.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.Bogley.com/$1 [R=301,L]

rockgremlin
11-27-2020, 11:10 AM
Do you actually leave the site or just the page? I get some stupid message like that. Which I never read, but I don't actually leave the site. I just leave the reply page.

Bogley probably needs Scott to spend a day on it to bring the software, plug-ins, ect up to date.

I get the same message. I've been getting it for a while. As Ice has mentioned it never takes me off the site, just the reply page. It's annoying.

caverdan
11-27-2020, 11:13 AM
..

Sombeech
11-27-2020, 02:42 PM
Yeah I need to get around to editing that file when I've got a few minutes from a PC, I've been ignoring it for years now lol

https://uploads.tapatalk-cdn.com/20201127/c36485ee579d32c4f17438783e1f0eca.jpg