xiph / opus-tools

A set of tools to encode, inspect, and decode audio in the Opus format.
https://opus-codec.org/
Other
212 stars 78 forks source link

appveyor: Avoid curl TLS error #62

Closed mark4o closed 3 years ago

mark4o commented 3 years ago

opus-codec.org requires TLS 1.3 but the curl on the Appveyor image is apparently too old for that, resulting in the error: curl: (35) error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version

rillian commented 3 years ago

Seems the appveyor tool has the same problem. :(

mark4o commented 3 years ago

Ok, seems to pass now.