RythmStick / AMSITrigger

The Hunt for Malicious Strings
GNU General Public License v3.0
1.05k stars 150 forks source link

The request was aborted: Could not create SSL/TLS secure channel. #6

Closed eescanilla closed 2 years ago

eescanilla commented 3 years ago

When executing it may give a communication error The request was aborted: Could not create SSL/TLS secure channel, the following could be added before the instance to the url parameter:

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

GJ.

regards.

RythmStick commented 2 years ago

Should be addressed now - just merged PR from S3cur3Th1sSh1t