web services - The request was aborted: Could not create SSL/TLS secure channel to third party after upgrading to TLS 1.2 -


i getting following exception after upgrading our server tls 1.2

"system.net.webexception: the request aborted: not create ssl/tls secure channel.\r\n @ system.web.services.protocols.webclientprotocol.getwebresponse(webrequest request)\r\n @ system.web.services.protocols.httpwebclientprotocol.getwebresponse(webrequest request)\r\n @ system.web.services.protocols.soaphttpclientprotocol.invoke(string methodname, object[] parameters)\r\n @

any idea resolve issue?

servicepointmanager.expect100continue = true; system.net.servicepointmanager.securityprotocol = securityprotocoltype.tls12; above lines not working.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -