Posts: 183
Threads: 39
Joined: Jan 2014
Reputation:
0
probably because its a massive hassle. when you convert your website to force https you have to change all links to https in order for it to work.
Posts: 3,004
Threads: 12
Joined: May 2011
Quote:
Originally Posted by ozm8ey
probably because its a massive hassle. when you convert your website to force https you have to change all links to https in order for it to work.
|
No, vBulletin requires only a few modifications for it in certain fields, to change from http:// to https:// and you're ready to go.
Moreover, (probably the forum uses the old grandpa Apache's http server, it requires you to save key & cert. somewhere and include it thro the conf. (I believe its done that way, apache is really into "making it easy" and that's how its done in nginx, I believe this as easy as it gets)
EDIT: yes.
You modify the virtual host file and give paths to the key & cert
Код:
SSLEngine on
SSLCertificateFile /path/to/cert.crt
SSLCertificateKeyFile /path/to/cert.key
SSLCertificateChainFile /path/to/cert-chain.crt
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by AbyssMorgan
Which servers? After all, everyone chooses to host their own, and these forums are supposed to expire 2019-03-31
|
Quote:
Originally Posted by Sting.
Thanks mate, but that sucks. You mean to say when it expires on 2019, the SA-MP forums go down? Well that's a bummer. Really wish they don't go down and get updated though. How can you live if there is no SA-MP love....
|
If you don't know how domains work, then maybe you should learn that...
The date of expiry is simply the date the domain registration needs to be renewed. Nothing to do with any sort of end-date.
Posts: 294
Threads: 12
Joined: Sep 2015
Reputation:
0
LetsEncrypt gives the tool Certbot that does it all for you almost.
Posts: 448
Threads: 19
Joined: Jan 2012
Reputation:
0
Lol forums expireing in 2019, what the hell is $9-14ish a month for a .com domain. Just cause the whois says it is expiring then does not mean that it will.
And as for https. With letsencrypt around it is kinda stupid to not have https on the forum, homepage, and wiki. I mean its free now days. So why not? And for the longest time this forum was behind cloudflare, https is even free through them.
Posts: 435
Threads: 2
Joined: Jul 2017
Reputation:
0
I assume things will stay how they are, unless there's a motive to do so.