rany2 / edge-tts

Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
https://pypi.org/project/edge-tts/
GNU General Public License v3.0
4.24k stars 447 forks source link

Ignore SSL Verification for HTTPS Proxies #133

Open lonngxiang opened 10 months ago

lonngxiang commented 10 months ago

HTTPS proxies https://127.0.0.1:10809 are not supported, ignoring

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:997)

rany2 commented 10 months ago

I'll have to add an option to disable SSL verification for HTTPS proxies.