|
|
![]() |
|
|
Top | #1 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 294 |
However, when I open Outlook 2007 I get a certificate error since the name of the server (usm-fusion.usmsol.local) doesn't match the name on the certificate (mail.usmsol.net). How do I resolve this or prevent Outlook from displaying this message? I've already installed both the root certificate and the server certificate. Furthermore, you cannot add .LOCAL domains to the certiificates on CA Cert. If I go through VeriSign will I be able to add both usm-fusion.usmsol.local and mail.usmsol.net? Any help/input is appreciated. Thank you. |
|
|
|
|
|
Top | #2 |
|
Tech Junkie
Joined: April 2002
Location: New York City
Posts: 13,256
Reputation: 4260
Power: 294 |
Your current setup should still work.
What address did you enter in the "Microsoft Exchange Server" field in Outlook 2007's account setup? Also, what do you have in these two highlighted fields in the Exchange Proxy Settings dialog?
|
|
|
|
|
|
Top | #3 |
|
Godlike!
Joined: February 2004
Location: Salisbury, Wiltshire, UK
Posts: 7,015
Blog Entries: 5
Reputation: 4137
Power: 209 |
what specs are you running exchange 2007 on?
I tried it on a 2GB ram athlon 64 /windows 2003 standard x64 and it kept crashing the server. |
|
|
|
|
|
Top | #4 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 294 |
LordOfLA -
Dell PowerEdge SC1430 - 1.6GHz Xeon 5110, 2GB, 2x500GB Windows Server 2003 R2 Enterprise x64 NR - It works, however, I get a certificate error when I first open Outlook (I see the same message twice before it allows me to continue). This is annoying and I don't want to see it. See attachment. The FQDN of my Exchange server: usm-fusion.usmsol.local I don't have Outlook Anywhere configured yet. |
|
|
|
|
|
Top | #5 |
|
OSNN Veteran Addict
Joined: March 2002
Location: United Kingdom
Posts: 7,805
Reputation: 1490
Power: 213 |
Originally Posted by madmatt
You need to have the FQDN of the Exchange server, or what the exchange server believes its called to match up with the SSL certificate. So you probably need to change that to mail.usmol.net.
|
|
|
|
|
|
Top | #6 |
|
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,014
Reputation: 2947
Power: 164 |
two words for you:
Split DNS |
|
|
|
|
|
Top | #7 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 294 |
I am happy to report that the issue has been resolved and I now have a fully functional Domain Controller and Exchange Server all in one.
I reformatted the box and did things slightly different after doing my research. The first thing I did was use a .NET address for my domain instead of the .LOCAL so I could add the names to the certificate without having issues. Here's the command I used (with my values removed). Code:
New-ExchangeCertificate -GenerateRequest -domainname mail.address.net,autodiscover.address.net,server.local.address.net,loca.address.net -FriendlyName mail.address.net -privatekeyexportable:$true -path c:\cert.txt Code:
Import-ExchangeCertificate -path c:\cert.cer Next we will enable to certificate for SMTP, IIS, and whatever other services you are going to offer (i.e. IMAP, POP). Code:
enable-ExchangeCertificate -thumbprint THUMBPRINT_HERE -services "SMTP,IIS,IMAP,POP" How things change with new versions... Anyway, I hope this post will help someone else in the future. |
|
|
|
|
|
Top | #8 |
|
OSNN One Post Wonder
Joined: February 2007
Posts: 1
Reputation: 0
Power: 0 |
I am having the same problem. Before I make name changes to my server can you clarify how you have it setup.
Your domain is: address.net Your Exchange server true name is: mail.address.net You have DNS for external requests of mail.address.net, autodiscover.address.net, server.address.net and so on... pointing to the IP of mail.address.net right? Does IE7 have any problem with a self-assigned certificate when using the Outlook web client? |
|
|
|
|
|
Top | #9 |
|
OSNN One Post Wonder
Joined: February 2007
Posts: 1
Reputation: 0
Power: 0 |
hey madmatt,
you said: after submitting this request to a publisher I imported the certificate (cert.cer). Which "publisher" did you use? Thanks! |
|
|
|
|
|
Top | #10 |
|
Bow Down to the King
Joined: April 2002
Location: New York
Posts: 13,312
Reputation: 4090
Power: 294 |
mdaitc,
http://www.cacert.org You have to import the root cert on the server and any client (including the WM device) for it to work perfectly. peterzog, I have mail.address.net and autodiscover.address.net pointing to the external IP address for my network. server.local.address.net and local.address.net do not reverse on the outside. However, that is okay because they aren't accessible from the outside. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exchange 2007/Outlook 2007 SSL Certificate Issue | serrano | Windows Server Systems | 0 | March 6th, 2008 3:50pm |
| Certificate error after Exchange 2007 SP1 | organcory | Windows Server Systems | 1 | March 4th, 2008 4:31pm |
| Exchange 2007 Question | omg its nlm | Windows Server Systems | 0 | January 18th, 2008 5:24pm |
| Thinking of Exchange 2007? | LordOfLA | General Hardware | 17 | August 30th, 2007 9:04pm |
| Microsoft Exchange Server 2007 Screenshots! | madmatt | Windows Server Systems | 1 | July 25th, 2006 10:55am |