|
Post by CrazyBoy on Feb 14, 2020 8:34:53 GMT -5
I'm using chromé which didn't
|
|
|
Post by Javier9101983 on Feb 14, 2020 8:37:48 GMT -5
Confused as all heck. Firefox switched over to https. Opera did NOT. Credge Beta DID. It really doesn't make sense that it would affect some browsers and not others, unless I don't understand this process.
|
|
|
Post by Holden on Feb 17, 2020 16:08:58 GMT -5
Confused as all heck. Firefox switched over to https. Opera did NOT. Credge Beta DID. It really doesn't make sense that it would affect some browsers and not others, unless I don't understand this process. I don't think they pushed the button yet.
|
|
|
Post by maplesyrup on Feb 17, 2020 16:34:50 GMT -5
It really doesn't make sense that it would affect some browsers and not others, unless I don't understand this process. I don't think they pushed the button yet. It'd a federal holiday. Maybe tomorrow.
|
|
Pøĸē
Secret Service
I like pie
Posts: 6,668
Reputation: 943
|
Post by Pøĸē on Feb 17, 2020 17:01:04 GMT -5
I'm also thinking it hasn't happened yet. Here's a simple curl today:
$ curl -v -X HEAD http://bigballofyarn.proboards.com * Rebuilt URL to: http://bigballofyarn.proboards.com/ * Hostname was NOT found in DNS cache * Trying 104.16.176.19... * Connected to bigballofyarn.proboards.com (104.16.176.19) port 80 (#0) > HEAD / HTTP/1.1 > User-Agent: curl/7.35.0 > Host: bigballofyarn.proboards.com > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 17 Feb 2020 21:57:22 GMT < Content-Type: text/html; charset=utf-8 < Connection: keep-alive ...
Here's more what I would expect to see:
$ curl -v -X HEAD http://unpoke.com * Rebuilt URL to: http://unpoke.com/ * Hostname was NOT found in DNS cache * Trying 47.20.68.84... * Connected to unpoke.com (47.20.68.84) port 80 (#0) > HEAD / HTTP/1.1 > User-Agent: curl/7.35.0 > Host: unpoke.com > Accept: */* > < HTTP/1.1 301 Moved Permanently < Date: Mon, 17 Feb 2020 21:57:43 GMT * Server Apache is not blacklisted < Server: Apache < Location: https://unpoke.com/ < Content-Type: text/html; charset=iso-8859-1 * no chunk, no close, no size. Assume close to signal end < * Closing connection 0
My website redirects to the https variant. It doesn't ever get served over http.
|
|
|
Post by glowworm on Feb 19, 2020 6:21:20 GMT -5
What about now Pøĸē? My browser has said https for 2 days now, but I didn't make any manual changes. But supposedly only 40% of forums crossed over so far.
|
|
Pøĸē
Secret Service
I like pie
Posts: 6,668
Reputation: 943
|
Post by Pøĸē on Feb 19, 2020 18:33:23 GMT -5
What about now Pøĸē? My browser has said https for 2 days now, but I didn't make any manual changes. But supposedly only 40% of forums crossed over so far. I still do not see redirection to https though if you manage to end up on https you might just stay there.
|
|
|
Post by Bubbles on Feb 19, 2020 18:54:54 GMT -5
I'm getting https on pc and http on my phone.
|
|
|
Post by bluebaby82girl on Feb 19, 2020 18:55:22 GMT -5
Are we supposed to change bookmarks?
|
|
|
Post by Bubbles on Feb 19, 2020 18:55:36 GMT -5
Are we supposed to change bookmarks? No. It's automatic.
|
|
|
Post by Holden on Feb 19, 2020 21:53:37 GMT -5
I'm getting https everywhere. I think we made the jump.
|
|
Pøĸē
Secret Service
I like pie
Posts: 6,668
Reputation: 943
|
Post by Pøĸē on Feb 19, 2020 23:13:22 GMT -5
I'm getting https everywhere. I think we made the jump. Checks out $ curl -v http://bigballofyarn.proboards.com * Rebuilt URL to: http://bigballofyarn.proboards.com/ * Hostname was NOT found in DNS cache * Trying 104.16.176.19... * Connected to bigballofyarn.proboards.com (104.16.176.19) port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.35.0 > Host: bigballofyarn.proboards.com > Accept: */* > < HTTP/1.1 302 Found < Date: Thu, 20 Feb 2020 04:12:22 GMT < Content-Length: 0 < Connection: keep-alive < Location: https://bigballofyarn.proboards.com/ ... * Connection #0 to host bigballofyarn.proboards.com left intact
|
|
|
Post by Potter on Feb 24, 2020 5:36:50 GMT -5
my website didn't change automatically but i have redirects and all of my links change to https it's just more secure. https uses port 443 instead of http that uses port 80.
|
|