You are not logged in.
Pages: 1
Hi
I've mormot server on Linux with SSL enabled, but test request in Web browser fails with "Secure connection failed". Same server on Win works OK. Self-signed certificate generated with openssl.
Are there any other conditions that must be fulfilled to make it work?
Regards, Tomek
Offline
On WIndows, our http.sys web server handled TLS/HTTPS.
But there is no direct TLS/HTTPS support yet on Linux, i.e. in the sockets server.
We always use a reverse proxy (nginx in practice) with its Let's Encrypt scripts.
Security, performance and stability is then very high.
Offline
> We always use a reverse proxy (nginx in practice) with its Let's Encrypt scripts.
> Security, performance and stability is then very high.
Do you use nginx on Windows also? Last time I looked nginx Windows wasn't equal to Linux version (lot of features) missing.
Offline
We never put nginx on Windows.
Instead, we usually put a nginx server as a Linux dedicated machine/VM, to isolate the Windows server from the Internet (which is mandatory IMHO for security reasons).
Then the https certificate is never on Windows.
Offline
Pages: 1