mini
✅ The request was aborted: a protected SSL/TLS channel could not be created
I'm trying to send a web request in .NET 4.8, but I keep getting The request was aborted: a protected SSL/TLS channel could not be created. I've did a lot of googling and people suggested all kinds of stuff, but no matter what I tried it didn't work.
Here's stuff I tried:
I've tried various combinations of security protocols, like specifying just Tls12 which seems to fix it for some, but without any success.
When accessing the URL I'm requesting in the browser and check devtools, I can see that it uses a Tls13 encryption. Not sure if that info is of any help.
154 replies
❔ Error when using CefSharp's chromium browser
I am creating an instance of
ChromiumWebBrowser
in the InitializeComponent method of my winforms app. However, upon starting the program, the following exception throws when running the application on the Application.Run
line:
8 replies