Support,
I'm running a longtime installation of AMS 4.2.4 on Windows Server 2012 R2 with no issues, and I have it set up so on the LAN the domain points directly at the AMS server. This server is behind NAT, and the edge router points all traffic on the relevant ports to the AMS server, though ports 80 and 443 are forwarded to my Apache server (on a different box). the AMS domain is routed via proxypass to the AMS server.
I'm trying to replicate this setup on another domain/LAN but running into SSL issues. I can route to the AMS domain from the WAN (certificate comes up in browser ok, but I get ERR_SPDY_PROTOCOL_ERROR. If I try to do so on the LAN or on the AMS server itself, I get ERR_CONNECTION_RESET. This occurs for both Webmail and remote admin, which are both enabled on ports 8000/443 and 9000/9100 respectively.
In the logs when connection is attempted:
[Port 9100: Implicit SSL initialisation error or client closed connection unexpectedly.]
[Port 443: Implicit SSL initialisation error or client closed connection unexpectedly.]
Rebooting, disabling the Windows firewall seem to have no effect. I can verify the server is listening on the relevant ports, and this is a clean server install (no other applications glomming onto ports).
The only difference is, on the working server, it's using a PEM certificate in which the subject CN is the same as the domain URL; in the not-yet-working example, the CN is for the top-level domain and the certificate is a UCC in which the AMS subdomain is one of the Subject Alternative Names.
Now I CAN log in absolutely fine to either Webmail or Remote Admin via the non-ssl ports fine on the server or the LAN using ports 8000 or 9000, so it's strictly an SSL problem as far as I can tell. HOWEVER, if I try to do that using the LAN IP of the server and port (which should just give me a certificate / security warning), it comes up with the same ERR_CONNECTION_RESET.
Any ideas?