Hello,
I'm trying to use the mygene.info api, but I'm getting a CERTIFICATE_VERIFY_FAILED error:
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1133)
I can use requests, but I have to set verify=False. Is there a way to set this using the mygene.info library?
Thanks!