-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
[ERROR] Securing client connection failed: handshake error: EOF #101
Comments
Does this happen for all proxied HTTPS connections? Or only to a specific server? E.g. if you proxy traffic for https://www.example.com do you also get this error? If the error is logged for once specific server: If it’s a public URL you’re accessing and you don’t mind sharing, it would help troubleshooting. |
Hi mate! I can also confirm the issue on my mac. Device: macbook pro 2019 To reproduce the problem:
Note: this issue only happens when i install the certificate into the keychain. Importing the hetty_cert.pem file directly into firefox browser has no problem at all. |
Hi @CNKCQ and @tomat0paste, I’m not sure if you’re both encountering the same issue (based on @CNKCQ’s screenshot I cannot really tell what’s the cause there). But @tomat0paste, I think there’s a two things at play based on your comment and some research/testing:
|
Following up on the Firefox cert install issue: For macOS, you’ll need to install NSS before running
Then run this:
Note: You’ll have to restart Firefox afterwards for the root CA to be loaded. I’m leaving this issue open for now; I’ll update the README/docs site and then will close it. |
I can confirm this method works on MacOS 11.6.4 also. What "hetty cert install --firefox" command does on a macos machine is it will install the hetty cert on mac's keystore and at the same time installs the hetty cert on firefox app's keystore. This is another issue but I also noticed that hetty won't work when i turn ON my corporate vpn and proxify my web traffic on localhost:8081 (hetty proxy). |
Describe the bug
The CA was set up as the doc,then still get the error
[ERROR] Securing client connection failed: handshake error: EOF
Expected behavior
https support
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: