Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error on OWA site

exchange-2007outlook-web-appwindows-server-2003

I have recently updated my security certificate. I have imported the root and the intermediate certificates via mmc and then I imported the entity certificate via MS Exchange Power Shell. I have enabled the IMAP, SMTP and IIS along with that entity certificate. I have pointed the OWA IIS to the proper certificate but all I get when I head to my OWA site (either internally or externally) is this:

Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error

Any help at pointing me to the right direction to solve this would be appreciated.

After trying http://webmail.domain.com:443/owa/ I get the following:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data

I'll get this "binding error" becuase the site binds to https, which technically listens on port 443, but the browser doesn't send the necessary HTTP headers for SLL unless you speicfy to use HTTPS.

By having http:// in the url and not https:// the browser is sending HTTP headers, not HTTPS headers.The site is set to only respond on HTTPS, as I assume it should be.

At the end it turns out that I still had one old certificate lingering around and after removing it and restarting IIS it works….

Best Answer

Try http://owa.domain.com:443 - that error smells like it's trying to answer with plain HTTP on the HTTPS port, so see if it'll answer you in plaintext.

If that's the case, triple-check the binding config and certificate assignment in IIS on the OWA site.