SkipCNCheck added to exchange 2013 provider
This commit is contained in:
parent
7da3b80aa5
commit
c8d645fe19
2 changed files with 3 additions and 0 deletions
|
@ -5930,6 +5930,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
credential);
|
||||
|
||||
connectionInfo.AuthenticationMechanism = AuthenticationMechanism.NegotiateWithImplicitCredential;
|
||||
connectionInfo.SkipCNCheck = true;
|
||||
}
|
||||
|
||||
Runspace runSpace = RunspaceFactory.CreateRunspace(connectionInfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue