problem with activesync and autodiscover on exchange 2007
i try link outlook from external laptop to exchange 2007 and it say
cannot open your default enail folders. you must connect to microsoft exchange with the current profile before you can synchronize your folders with your outlook data file. and i cant link exchange to mobile phones too
i try with this commands but not helps too:
Set-AutoDiscoverVirtualDirectory -Identity 'Win2k8-mail\Autodiscover (Default Web Site)' -ExternalUrl $null
Set-ActiveSyncVirtualDirectory Identity 'Win2k8-Mail\Microsoft-Server-ActiveSync (default web site)' -ExternalURL
https://mail.rhost.eu/Microsoft-Server-ActiveSync
i think i have problem with activesync and autodiscover, i try this website /www.testexchangeconnectivity.com
and got this:
Attempting the Autodiscover and Exchange ActiveSync test (if requested).
Testing of Autodiscover for Exchange ActiveSync failed.
Test Steps
Attempting each method of contacting the Autodiscover service.
The Autodiscover service couldn't be contacted successfully by any method.
Test Steps
Attempting to test potential Autodiscover URL https://rhost.eu/AutoDiscover/AutoDiscover.xml
Testing of this potential Autodiscover URL failed.
Test Steps
Attempting to resolve the host name rhost.eu in DNS.
The host name resolved successfully.
Additional Details
IP addresses returned: 212.143.61.115
Testing TCP port 443 on host rhost.eu to ensure it's listening and open.
The port was opened successfully.
Testing the SSL certificate to make sure it's valid.
The SSL certificate failed one or more certificate validation checks.
Test Steps
ExRCA is attempting to obtain the SSL certificate from remote server rhost.eu on port 443.
ExRCA successfully obtained the remote SSL certificate.
Additional Details
Remote Certificate Subject: E=webmaster@localhost, CN=localhost, OU=none, O=none, L=Sometown, S=Someprovince, C=US, Issuer: E=webmaster@localhost, CN=localhost, OU=none, O=none, L=Sometown, S=Someprovince, C=US.
Validating the certificate name.
Certificate name validation failed.
<label for="testSelectWizard_ctl12_ctl06_ctl00_ctl00_ctl02_ctl01_tmmArrow">Tell
me more about this issue and how to resolve it</label>
Additional Details
Host name rhost.eu doesn't match any name found on the server certificate E=webmaster@localhost, CN=localhost, OU=none, O=none, L=Sometown, S=Someprovince, C=US.
Attempting to test potential Autodiscover URL https://autodiscover.rhost.eu/AutoDiscover/AutoDiscover.xml
Testing of this potential Autodiscover URL failed.
Test Steps
Attempting to resolve the host name autodiscover.rhost.eu in DNS.
The host name couldn't be resolved.
<label for="testSelectWizard_ctl12_ctl06_ctl00_ctl01_ctl00_tmmArrow">Tell
me more about this issue and how to resolve it</label>
Additional Details
Host autodiscover.rhost.eu couldn't be resolved in DNS InfoDomainNonexistent.
Attempting to contact the Autodiscover service using the HTTP redirect method.
The attempt to contact Autodiscover using the HTTP Redirect method failed.
Test Steps
Attempting to resolve the host name autodiscover.rhost.eu in DNS.
The host name couldn't be resolved.
<label for="testSelectWizard_ctl12_ctl06_ctl00_ctl02_ctl00_tmmArrow">Tell
me more about this issue and how to resolve it</label>
Additional Details
Host autodiscover.rhost.eu couldn't be resolved in DNS InfoDomainNonexistent.
Attempting to contact the Autodiscover service using the DNS SRV redirect method.
ExRCA failed to contact the Autodiscover service using the DNS SRV redirect method.
Test Steps
Attempting to locate SRV record _autodiscover._tcp.rhost.eu in DNS.
The Autodiscover SRV record wasn't found in DNS.
<label for="testSelectWizard_ctl12_ctl06_ctl00_ctl03_ctl00_tmmArrow">Tell
me more about this issue and how to resolve it</label>
August 18th, 2012 4:56pm
Hi ,
Certificate name validation failed.
What happens if Require secure channel (SSL) is not enabled ?
And please check if SAN(Subject Alternative Name) for the Certificate.
It needs to have Autodiscover. rhost.eu and mail.rhost.eu .Wendy Liu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
August 20th, 2012 3:31am
i not get it why it searching autodiscover on rhost.eu host
i did it manual by comands:
1.Remove-AutodiscoverVirtualDirectory Identity win2k8-mail\Autodiscover (Default Web Site)
2.New-AutodiscoverVirtualDirectory -WebsiteName Default Web Site -WindowsAuthentication $true -BasicAuthentication $true
3.Set-AutodiscoverVirtualDirectory -Identity 'autodiscover (default Web site)' -ExternalUrl 'https://mail.rhost.eu/autodiscover
4.
PS C:\Windows\system32> Get-AutodiscoverVirtualDirectory |FL
Name : Autodiscover (Default Web Site)
InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
MetabasePath : IIS://WIN2K8-MAIL.Rhost.Local/W3SVC/1/ROOT/Autodiscover
Path : C:\Program Files\Microsoft\Exchange Server\ClientAccess\Autodiscov
ExtendedProtectionTokenChecking : None
ExtendedProtectionFlags : {}
ExtendedProtectionSPNList : {}
Server : WIN2K8-MAIL
InternalUrl :
ExternalUrl :
https://mail.rhost.eu/autodiscover
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=Autodiscover (Default Web Site),CN=HTTP,CN=Protocols,CN=WIN2K8-
nge Administrative Group (FYDIBOHF23SPDLT),CN=Administrative
Group
Exchange,CN=Services,CN=Configuration,DC=Rhost,DC=Local
Identity : WIN2K8-MAIL\Autodiscover (Default Web Site)
Guid : 1e786248-b03e-4b6a-a3ae-7c2f915e508d
ObjectCategory : Rhost.Local/Configuration/Schema/ms-Exch-Auto-Discover-Virtual-Dir
ObjectClass : {top, msExchVirtualDirectory, msExchAutoDiscoverVirtualDirectory}
WhenChanged : 8/24/2012 2:57:15 AM
WhenCreated : 8/24/2012 2:56:37 AM
OriginatingServer : Win2k8-Dc1.Rhost.Local
IsValid : True
and i try do ssl not enabled it same problem
and what you mean SAN, how to check it ?
August 24th, 2012 6:10am