zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Windows: download OpenSSL and `cacert.pem` via `.url` file #122

Closed zorael closed 2 years ago

zorael commented 2 years ago

This is the third workaround to try to automate downloading OpenSSL and a certificate bundle on Windows. Since we can't create a Powershell script and execute it without first having enabled scripts on the host computer, and we can't access the files via non-encrypted http://, this is what we're left with; pointing the user's browser to the files we want them to download.

It's better than nothing but a good deal less than ideal.