Author Topic: HTTPS Support  (Read 537 times)

0 Members and 2 Guests are viewing this topic.

Offline Spuff

  • Outlander
  • *
  • Posts: 6
    • View Profile
HTTPS Support
« on: October 19, 2014, 08:42:25 am »
Are there any plans to enable support for HTTPS in the future? In the interest of keeping communications safe from interception, it would be a positive idea. I'm sure there are users here who access the site from the workplace/school/university and wouldn't want their actions to end up in the network logs ;) Or maybe you don't trust your ISP but can't afford a VPN, I dunno.

Edit: Just realised HTTPS is actually enabled, through Cloudflare. But it doesn't play well with the stylesheet by the looks of things.
« Last Edit: October 19, 2014, 08:51:56 am by Spuff »

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: HTTPS Support
« Reply #1 on: October 19, 2014, 08:51:01 am »
Who really wears socks anymore?

Offline Arnox

  • Administrator
  • Veteran
  • *****
  • Posts: 2,053
  • Relax, my friend.
    • View Profile
Re: HTTPS Support
« Reply #2 on: October 19, 2014, 09:38:48 pm »
Actually, I think it may be an easy deal to enable HTTPS for my hosting. If I'm not much mistaken, I would just move the server files over to the https folder.


Time is always against you in some way or another.

email: fakeout0@yahoo.com

Offline SBTlauien

  • Disciple
  • ***
  • Posts: 454
  • ส็็็็็็็็็.ส็็็็็็็็็.ส็็็็็็็็็
    • View Profile
Re: HTTPS Support
« Reply #3 on: October 21, 2014, 03:57:19 am »
It would be a nice layer of security.  It's nice that the DDOS kids stopped their crying.

Offline aldra

  • Arch Disciple
  • ***
  • Posts: 623
  • albrecht drais
    • View Profile
Re: HTTPS Support
« Reply #4 on: October 21, 2014, 04:14:59 am »
the server does have HTTPS running, and appears to have a valid cert as it'll redirect to HTTP without issue if you try to connect to it... I probably wouldn't move the entire site though, that may break relative paths. easiest option would be to symlink, but it may not be possible depending on the website control panel in use.

Offline Spuff

  • Outlander
  • *
  • Posts: 6
    • View Profile
Re: HTTPS Support
« Reply #5 on: October 21, 2014, 02:27:07 pm »
Actually, I think it may be an easy deal to enable HTTPS for my hosting. If I'm not much mistaken, I would just move the server files over to the https folder.

You don't need to move anything (to the best of my knowledge) You have a couple of options:

You can force everyone to use HTTPS by making an .htaccess rule which 301 redirects everything from HTTP to HTTPS.
You can leave HTTP and HTTPS working together. There's something up with the stylesheet though. Try it for yourself, load the site over HTTPS and you'll see what I mean.