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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

authentication - Mongodb revoke acccess to connect test database -

python - Scipy.Odr multiple variable regression -