Login
User Name:

Password:



Register

Forgot your password?
Discord Websocket Server
Author: Khonsu
Submitted by: Khonsu
Mapout Fix
Author: Khonsu
Submitted by: Khonsu
Progfind command
Author: Khonsu
Submitted by: Khonsu
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
Users Online
CommonCrawl, Google, AhrefsBot, Bing, GPTBot

Members: 0
Guests: 9
Stats
Files
Topics
Posts
Members
Newest Member
492
3,805
19,683
587
dexio

Today's Birthdays
There are no member birthdays today.
HTTPS Enabled Site-Wide Jan 21, 2017 1:03 am
Samson
Black Hand
GroupAdministrators
Posts3,690
JoinedJan 1, 2002

 
Just a heads up, due to certain aggressive policies being put into place by Google via search and Chrome, the site is now being served over encrypted links. Everything seems to be running properly this way thanks to Let's Encrypt making the process pretty painless.

Any links to the site should be updated to reflect this if you have them. I'm still working on forcing the redirects from the non-encrypted URL to actually work.

Comments:
#1 Jan 21, 2017 3:59 pm
Samson
Black Hand
GroupAdministrators
Posts3,690
JoinedJan 1, 2002

 
Redirects should all be working properly now.
#2 Feb 15, 2017 5:32 am
Quixadhal
Conjurer
GroupMembers
Posts398
JoinedMar 8, 2005

 
For future reference, I dunno if you use apache as a web server, but the way they've split up their config system you can now just define multiple "sites" and point them at the same document root. So, in theory, if you had a VirtualHost *:80, you could also set up a VirtualHost *:443 pointing at the same set of pages, but with all the security stuff enabled.

You can also play around with mod_rewrite to force any http request to become an https one. I haven't actually done that, but it seems reasonable.
#3 Feb 19, 2017 3:38 pm
Samson
Black Hand
GroupAdministrators
Posts3,690
JoinedJan 1, 2002

 
I just used s 301 redirect in the Apache config once I figured out how to make it do that. Been working pretty good since.