Closed nmattern closed 1 year ago
There was a recent change to the way TLS configuration was handled. Where now the ssl validation will default to true which means the boolean used to define ssl validation in the request method is no longer needed.
Relevant PR: https://github.com/godotengine/godot/pull/71995
Fixed by #105
There was a recent change to the way TLS configuration was handled. Where now the ssl validation will default to true which means the boolean used to define ssl validation in the request method is no longer needed.
Relevant PR: https://github.com/godotengine/godot/pull/71995