I am attempting various html resources via c# WebClient class from a site I have no control over. When I attempt to access urls such as \"https://archive.org/details/OTRR_
I tried this example and received the error "The request was aborted: Could not create SSL/TLS secure channel"
To fix this problem it's possible to change the SecurityProtocol in my case Tls12 and it's working good.