webtest

Using Visual Studio Team Services (VSTS) to run web/load testing with SSL error

≡放荡痞女 提交于 2019-11-28 14:14:48
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

Using Visual Studio Team Services (VSTS) to run web/load testing with SSL error

佐手、 提交于 2019-11-27 08:17:13
问题 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. 回答1: 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