Closed bheavner closed 2 years ago
I can work around on the client side by enabling UnsafeLegacyRenegotiation in my openssl.cnf
file (as described here) and then using the --insecure
argument on curl
, but of course disabling SSL functionality isn't my preferred solution.
Thanks @bheavner this has been reported a few times. We are planning to move this to the cloud soon so things should resolve. I'll leave this open and related to #197
@bheavner we got new certificates sorry for the very late resolution. But this should be working as expected now.
When I attempt API queries on my mac laptop via macports curl or python 3.10.2, I get an SSL error:
SSLlabs reports "There is no support for secure renegotiation." for the hpo.jax.org site.
It is not clear to me whether this is an issue I should resolve on the client side by adjusting my SSL client/libraries, or if it's best resolved on the server side via an upgrade in the webserver.