-
Notifications
You must be signed in to change notification settings - Fork 234
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
How to handle my local https site with ERR_CERT_AUTHORITY_INVALID error #1050
Comments
Add below code at emacs-application-framework/core/webengine.py Line 768 in 8410cca
def certificateError(self, certificateError):
return True This patch will fix your problem? Reference link: https://stackoverflow.com/questions/52867707/get-sslerrors-signal-in-qwebengineview |
I have no idea if I've added it right place.
Unfortunately, it didn't work. |
I haven't idea now :( |
Well noted with many thanks
Thank you for your attention 🙂
2023년 1월 28일 (토) 오전 10:05, Andy Stewart ***@***.***>님이 작성:
… I haven't idea now :(
—
Reply to this email directly, view it on GitHub
<#1050 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJCCVMEOPK6GCA3W4CNOFNTWURWFRANCNFSM6AAAAAAUHAEVKU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I try to connect my local https server with private cert, "ERR_CERT_AUTHORITY_INVALID" is found and I can not access my local server, but other browsers such as chrome, firefox are working if make the site exception.
could you please let me know how to my site make exception from secure in eaf browser?
The text was updated successfully, but these errors were encountered: