Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


MgSam
  •  MgSam
  • No customer Topic Starter
2017-02-15T19:51:33Z
When running on 4.6.1 and trying to connect to the server (Client.Connect), it gives the following error:

An unhandled exception of type 'System.ServiceModel.Security.MessageSecurityException' occurred in VisualCronAPI.dll

Additional information: The Identity check failed for the outgoing message. The remote endpoint did not provide a domain name system (DNS) claim and therefore did not satisfied DNS identity 'vc'. This may be caused by lack of DNS or CN name in the remote endpoint X.509 certificate's distinguished name.
Sponsor
Forum information
Support
2017-02-16T09:22:29Z
We tried this in 4.6.1. and we could not reproduce. Maybe it is something specific about the computer/network yuou are running on? Still we are investigating other ways of using certificates.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2017-02-16T09:23:40Z
Found this: http://stackoverflow.com...g-for-just-4-6-framework 

Add this code:

AppContext.SetSwitch("Switch.System.IdentityModel.DisableMultipleDNSEntriesInSANCertificate",true);

Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top