opcon / turnt-ninja

game in development.
https://opcon.itch.io/turnt-ninja
GNU General Public License v3.0
14 stars 1 forks source link

[deploy] Target `DeployKickstart` fails on Mono 4.6 and lower #26

Closed opcon closed 7 years ago

opcon commented 7 years ago

The website where kickstart.zip is hosted, mixtape.moe only supports Elliptic curve Diffie–Hellman keys, which are not supported by Mono's current SSL implementation. This is fixed in Mono 4.8, where the tls provider is now BTLS.

A workaround would be to use the non-https kickstart url if it fails with the https url

opcon commented 7 years ago

Also maybe look into https://github.com/masroore/CurlSharp for a web client instead of Mono's one? Depends if BTLS provides an easy way to use the system's certificate store

opcon commented 7 years ago

Fixed by 3ad3e96f06359e409d598385a047d0098204f6d1