-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Certificate of BERN website expired #47
Comments
I am having the same issue - the certificate has expired. |
I am having the same issue as well. Any fix available? |
@mjeensung @donghyeonk do you have any idea for this? |
@ghostintheshellarise @varsha1288 @sheldonsebastian @jhyuklee @mjeensung Thank you for reporting. Try this code.
|
Try this, set the verify option to false to get it to work def query_raw(text, url="https://bern.korea.ac.kr/plain"): |
@donghyeonk does that means you don't expect to fix the website certificates? It was quite convenient to share and demo to collaborators. Normally you should not even need to take care of certificates if you are using LetsEncrypt. |
I used both pieces of codes given above by putting verify=False. I am getting the following error.
also the website is down. |
The website is on again. Sorry for the inconvenience. We do not have a plan to use https for now. For a more secure connection, hosting a local server might be a better choice + please use BERN2 (http://bern2.korea.ac.kr/) if you want a better & faster inference, which is our updated version of BERN with a better maintenance support. |
See below warning message dated 28 Nov 2021 10:31am HK Time
SSLError: HTTPSConnectionPool(host='bern.korea.ac.kr', port=443): Max retries exceeded with url: /plain (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))
The text was updated successfully, but these errors were encountered: