Ssl/tls Support

Wolf

AI is here, time to obey our robot overlords!
Oct 11, 2008
35,516
12,088
168
Phoenix
www.lodowolf.com
When I use the HTTPS URL, the connection is secure. I'm confused because you said yours was "not secure":

Every so often I get the "not secure" on my screen and right now I'm not seeing it. I believe I see it more at work.

Quick update the not secure finally showed up on my Safrai. I don't know how http or https is not showing? I didn't enter "www"

1.png

2.png
 

memebag

Top Brass, ADVP
Oct 11, 2008
17,404
5,808
168
Lake Huntzing
Quick update the not secure finally showed up on my Safrai. I don't know how http or https is not showing? I didn't enter "www"

1.png

2.png
Safari is "helping" by hiding the protocol. When you see "not secure", open a new tab and manually enter the https URL, then navigate to the same page and see what it says.
 

Tristan

Member
Oct 17, 2008
120
14
18
42
Seattle, WA
pipo.lol
It would be nice if the site defaulted to HTTPS when connecting. Could simply modify the .htaccess file if the site is using something like Apache.

Code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]