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
Post a Comment