Using Visual Studio Team Services (VSTS) to run web/load testing with SSL error
I have a contractor who created and uploaded test to VSTS but now when we run them we get: The request was aborted. Could not create SSL/TLS secure channel. Screen cap of errors How is this fixed? I am new to VSTS. Is your certificate valid? This error most often comes from an invalid or development certificate, or from a certificate supplying a different TLS version to the one the client is expecting. According to this answer on Software QA , you can usually work around this by modifying the ServicePointManager in a pre-test handler plugin that you include with your code. Please read the