The issued by name must be the same as the certificate otherwise you will get this error, I would double check the renamed DNS record points to the original domain.
Main Topics
Browse All TopicsHi All,
We have an SSL certificate installed on our SBS 2003 server which seems to have stopped working. The only thing that has changed is our external IP, but an A record of mail.*.* has been updated with this IP.
Everything that was relating to the old IP has been updated to new IP in ISA rules, OWA, OMA access rules etc.
Normally, so that we can recieve emails over RPC over HTTP, we install the security certificate, but upon restarting IE after this, we get the following message: the security certificate presented by this website was issued for a different website's address.
We are doing everything exactly the same as before, including typing the full address in IE.
Any help would be appreiciated
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Beavish
Ok, so you get the cert error, I know its along shot have restarted IIS on the Cert server.
try reinstalling the cert on the workstation.
when you view the cert are the issue to issued from the same.
Does sound weird, I would try a good old restart first.
you could try pinging the website from the workstaion and see if it comes back witht the correct IP, could be DNS
If you accept the name mismatch warning, does the page come up okay?
Try these for starters: Try from a new client if possible; Clear SSL State (Internet options - Content tab), temp internet files, history and cookies; 'ipconfig /flushdns' 'ipconfig /registerdns' on both client and server; export the certificate including the private key then import the resultant .pfx file then restart iis afterwards - try rebooting the server afterwards if still being a problem.
Hi Paranormastic, done this but with no success
We have created a new cert, mail.ourdomain.com and linked everything through to that but now getting the following error when trying to access OWA:
The target principal name is incorrect. (-2146893022)
This is well covered on Google but I have tried lots of suggestions already and none have worked
It seems like the server will not accept this certificate using SSL
Any help is appreciated
The cert can be issued to site.domain.local or whatever as long as that is how it is being addressed by the accessing client. If it an internal server or workstation - that's fine as the name is resolved and can be accessed directly.
If the server is accessed over the web or by another name, the client (user) could create an SSL session to a netowrk load balancer (e.g. ISA, F5/BigIP, NetScaler, etc.) that would translate the public FQDN (yoursite.domain.com) to the internal name (site.domain.local). The NLB would then create a secondary SSL session from itself (as client) to the web server using the .local name (so you have actual end-to-end encryption over the wire, required for PCI DSS and such).
If you are doing just plain pass-through routing, then you would need to have the .com name in the cert instead of (or in addition to, using a SAN extension to the cert) the .local name - or just only access it internally.
We now have a further problem, we have created a certificate for mail.ourdomain.com and changed all relevant settings, now the OWA certificate is fine with no errors.
However RPC over HTTP will no longer work as it cannot resolve the internal server name, our last certificate was publishing.ourdomain.local
The only way we can currently get RPCoHTTP working is by connecting the VPN connection before setup and then disconnecting, from that point on it works fine.
Any advice?
Thanks
Gotcha. I would suggest trying to use a CA issued cert so you can use the SAN attribute. The SAN is used to add additional names to the same cert when you submit the CSR to the CA.
If you dont' already have a CA set up, for something quick and easy you can look into XCA - free opensource and relatively quick to get going. Make a self-signed root cert for itself and import that into the trusted root store like you did for the self-generated cert before - can use GPO to deploy that. Since the root is trusted, all the certs it issues are trusted too.
Then you can create a CSR, which is a well documented process for most applications, and submit to the CA and add the SAN attribute to it to include the additional names, aliases, ip addresses, whatever you need.
If you already have a windows CA up and running, you may need to enable the SAN attribute on the CA to support that - let me know if you need help with any of that.
Business Accounts
Answer for Membership
by: djxtremePosted on 2009-09-14 at 03:40:19ID: 25324155
Is your certificate a SAN or a Wildcard?