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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -