RythmStick / AMSITrigger

The Hunt for Malicious Strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

eescanilla opened this issue · comments

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.

Should be addressed now - just merged PR from S3cur3Th1sSh1t