Re: SSL_ERROR_BAD_CERT_DOMAIN with multiple domains

2019-07-06 Thread BeyondEvil
Hi Francis! Thank you so much for your answer! I really appreciate it! And I apologize for taking this long to reply. > As I understand things: > > * you need one nginx listening on port 80 for http and 443 for https > * you want to handle two server names (differently) Well, sort of. I have t

SSL_ERROR_BAD_CERT_DOMAIN with multiple domains

2019-06-22 Thread BeyondEvil
#x27;ve managed to get part of the way. But I'm getting SSL errors like for instance: "SSL_read() failed (SSL: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate:SSL alert number 42) while waiting for request, client: 192.168.13.1, server: 0.0.0.0:443" What