CaffeineAU / TTSAutomate

A tool to generate Audio files from text strings in WAV and MP3 format, using various TTS engines as the source
54 stars 6 forks source link

Check for new version is broken #25

Closed CaffeineAU closed 6 years ago

CaffeineAU commented 6 years ago

Due to GitHub disabling TLS 1.0.

Change to support only TLS 1.1 or higher

CaffeineAU commented 6 years ago

Use this code:

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

CaffeineAU commented 6 years ago

Fixed in 3.0.0.2