0

there is problem with the proxy server security certificate. the name on the security certificate is invalid or does not match the name of the target site


i got this error message when I try to open my outlook account, my outlook email is connect with exchange server but this message appear before it connect, I don't know where is the problem, somebody help me.

thanks.

husam Al-khalili
  • 99
  • 1
  • 4
  • 6
  • It's a little hard to help with this level of detail. What's the name on the CAS that you're connecting to? How's the client configured? What's the name on the certificate that you were sent instead? What's the proxy doing, and how is it configured? – Shane Madden Dec 18 '11 at 07:50

1 Answers1

1

The error message you've quoted pretty much tells you exactly what the problem is.

The SSL certificate on your OWA server does not match the hostname of the server. One example of why this might occur is if you use a different DNS namespace internally and externally. e.g. exchange.example.local internally and exchange.example.com externally and you are attempting to connect from an external location, when the certificate was designed for internal only use. If you don't use a certificate that includes the other (external in my example) hostname as a Subject Alternate Name (SAN), then you will have this problem.

Unfortunately, as @Shane has pointed out, you don't give enough info for anyone to give any specific help to you, however if you could edit your question and give a little more info, I'm sure you'll get a more specific answer than is currently possible.

Bryan
  • 7,628
  • 15
  • 69
  • 94