Common Errors - leeOS11223/LeeboxLib GitHub Wiki

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

If you have an issue with talking to the server you can try setting the Security Protocol.

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;