facebookresearch / esm

Evolutionary Scale Modeling (esm): Pretrained language models for proteins
MIT License
3.16k stars 627 forks source link

SSL certificate problem: unable to get local issuer certificate #629

Open coliva92 opened 11 months ago

coliva92 commented 11 months ago

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.

ZiyaoLi commented 9 months ago

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

awer-A commented 7 months ago

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

ZiyaoLi commented 7 months ago

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: @.***>