esm icon indicating copy to clipboard operation
esm copied to clipboard

SSL certificate problem: unable to get local issuer certificate

Open coliva92 opened this issue 2 years ago • 3 comments

Bug description Any attempt to access the fold sequence API remotely fails with an error citing a problem with the SSL certificate.

Reproduction steps Following the examples in the official documentation for the API, we can reproduce the bug using CURL:

curl -X POST --data "GREETINGS" https://api.esmatlas.com/foldSequence/v1/pdb/

Instead of the output PDB data, the above command should produce the following error message:

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

Expected behavior The command shown above should return the PDB info describing the predicted folding structure of the input amino acid sequence.

Logs As mentioned above, the command simply produces the following output:

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

Additional context Using Ubuntu 20.04, 64 bits.

coliva92 avatar Oct 27 '23 01:10 coliva92

I got the same issue today. Everything was fine before November.

ZiyaoLi avatar Dec 08 '23 07:12 ZiyaoLi

Hi,I've encountered the same problem. Is there a solution?

awer-A avatar Feb 22 '24 12:02 awer-A

add -k seems to work for me. Guess the project is out of maintenance now because of known reasons.

---- Replied Message ---- | From | @.> | | Date | 02/22/2024 20:18 | | To | facebookresearch/esm @.> | | Cc | Ziyao @.>, Comment @.> | | Subject | Re: [facebookresearch/esm] SSL certificate problem: unable to get local issuer certificate (Issue #629) |

Hi,I've encountered the same problem. Is there a solution?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

ZiyaoLi avatar Feb 22 '24 12:02 ZiyaoLi