How to HTTPS
-
@toggledbits I have finally finished up the SSL using Let's Encrypt and am getting this from my local browser:
I know you said in the docs that using a self-signed could lead to this but this is LE.
-
Looking at your URL, I think you're trying to connect to an IP address? The certificate is only valid if you connect to reactor.johnalan.org
You might want to set up some kind of DNS or hosts...
C
-
@toggledbits I have finally finished up the SSL using Let's Encrypt and am getting this from my local browser:
I know you said in the docs that using a self-signed could lead to this but this is LE.
One thing you could do is set up a configuration file and set up an alt_name for your IP address, and then generate the cert using openssl. I think LetsEncrypt has a similar option, but this would solve your issue if you're trying to get to your reactor instance by IP.
-
Looking at your URL, I think you're trying to connect to an IP address? The certificate is only valid if you connect to reactor.johnalan.org
You might want to set up some kind of DNS or hosts...
C
-
One thing you could do is set up a configuration file and set up an alt_name for your IP address, and then generate the cert using openssl. I think LetsEncrypt has a similar option, but this would solve your issue if you're trying to get to your reactor instance by IP.
-
@CatmanV2 Yes, my MSR installation is not open to the web (Well, it is as of last night via Cloudflare tunnel.) so I connect internally to it via IP:port.
-
T toggledbits locked this topic on