RolePlay onLine RPoL Logo

, welcome to RPoL Development

20:13, 28th March 2024 (GMT+0)

SSL on the Site?!

Posted by ChrisTechnomancer
ChrisTechnomancer
member, 1 post
Tue 13 Jun 2017
at 00:55
  • msg #1

SSL on the Site?!

This would be a huge win of a feature and doesn't have to cost site owners anything anymore.

https://letsencrypt.org/

I use this on one of my boards and it is a huge help.
Pres-Gas
member, 2 posts
Tue 13 Jun 2017
at 13:18
  • msg #2

Re: SSL on the Site?!

ChrisTechnomancer:
This would be a huge win of a feature and doesn't have to cost site owners anything anymore.

https://letsencrypt.org/

I use this on one of my boards and it is a huge help.


They already are using letsencrypt if you just append an "s" onto that little http part of the url.

If you use https everywhere from EFF (https://www.eff.org/https-everywhere), you can put in the following xml file to use it all the time.



<ruleset name="RPoL">
        <target host="rpol.net" />
        <target host="www.rpol.net" />

        <rule from="^http:"
to="https:" />
</ruleset>

Sign In