c# - HTTP request error from framework 4 application -


i try use webservice .net application (.net framework 4, c#, vs 2010) , got exception:

an error occurred while making http request https://... due fact server certificate not configured http.sys in https case. caused mismatch of security binding between client , server.

:error screenshot

does know how fix code?

  servicepointmanager.securityprotocol = securityprotocoltype.tls | securityprotocoltype.ssl3; 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -