dmis-lab / BERN2

BERN2: an advanced neural biomedical namedentity recognition and normalization tool
http://bern2.korea.ac.kr
BSD 2-Clause "Simplified" License
175 stars 42 forks source link

You SSL certificate for http://bern2.korea.ac.kr has expired #49

Closed rlaurie closed 1 year ago

rlaurie commented 1 year ago

Trying to use API in Google Colaboratory and it will not process due to the following error: SSLCertVerificationError

mjeensung commented 1 year ago

Hi,

BERN2 operates on the HTTP protocol, which means that an SSL certificate is not mandatory. However, if you're still experiencing issues, you can try setting verify=False.

https://stackoverflow.com/questions/74046266/python-get-request-ssl-sslcertverificationerror-ssl-certificate-verify-faile