OpenAI.Net
OpenAI.Net copied to clipboard
eror
WebException: The request was aborted: Could not create SSL/TLS secure channel.
Hi
I have the same issue (in a VSTO addon - I haven't this issue in WinForm apps)
I found a solution : add this line before httpclient call.
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;