The request was aborted: Could not create SSL/TLS secure channel in Visual Studio 2013 for Windows Desktop

I am facing a small problem .. unintentionally uninstalled the NuGet Package tool from my Visual Studio 2013 where I use it to install frameworks, libraries, among others .. however when trying to reinstall it, it presents the following protocol error ..

enter image description here

By clicking the Download button

enter image description here

I know that this refers to a protocol and certificate problem, because in my applications where I use the WebRequest and HttpWebRequest functions, it is always necessary to change the protocol to TLS, as it returns an error in which the request was unable to complete the call in SSL protocol, however I change to version TLS 1.2 and the request is completed successfully!

OBS

I do not know if such a problem requires an update with Windows Update, as I have searched everywhere, forums, websites, but I have not had any success. My Windows 7 version is Home Premium Service Pack 1

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like