Ik krijg het niet aan de praat helaas. Port forwarding (80 & 443) staan naar de server ingesteld. In IIS security settings opnieuw ingesteld. Zelf SSL certificaat gemaakt en geinstalleerd...
Dit gaat er mis:
Enig idee?
Dit gaat er mis:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| ExRCA is testing Exchange ActiveSync. The Exchange ActiveSync test failed. Test Steps Attempting to resolve the host name mail.domeinnaam.nl in DNS. Host successfully resolved Additional Details IP(s) returned: 84.x.x.x Testing TCP Port 443 on host mail.domeinnaam.nl to ensure it is listening and open. The port was opened successfully. ExRCA is testing the SSL certificate to make sure it's valid. The SSL certificate failed one or more certificate validation checks. Tell me more about this issue and how to resolve it Additional Details A network error occurred while communicating with remote host Exception details: Message: Authentication failed because the remote party has closed the transport stream. Type: System.IO.IOException Stack trace: at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost) at Microsoft.Exchange.Tools.ExRca.Tests.SSLCertificateTest.PerformTestReally() |
Enig idee?