-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
Description
ok so I've managed to get HTTPS working through a reverse proxy on my Apache web server
to get it to connect, you have to swap the SCERT root certificate in the game's executable, which is in X509 PEM format, which makes it easy to find as it starts with "-----BEGIN CERTIFICATE-----" every time (without the quotes obviously) and ends with "-----END CERTIFICATE-----", making it fairly easy to swap
the root certificate has to be the same length or shorter, so keep the info you put into openssl or whatever you're using to generate the certificate short, then sign a certificate for the domain you're hosting your instance with using said root certificate and its corresponding private key.
Reactions are currently unavailable