In my situation, removing "request.Credentials = CredentialCache.DefaultCredentials" fixed the problem.
The request was aborted: Could not create SSL/TLS secure channel
Sajith Gopalakrishnan Hema
1,046
Reputation points
.Net Class Library is based on 4.5 and using HtmlAgilityPack, I was calling an https URL and it was working fine.
After the website is updated and will not support old browsers which are not TLS v1.2 compliant. Getting the error -
The request was aborted: Could not create SSL/TLS secure channel
Tried below article, still it is not working