-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Invalid SNI Request #749
Comments
Went back to 6c4c637 from Dec 25th, and problem is not present there. Some issue with current HEAD. |
if we modify the following line to
it will set |
hey @andle, after further inspection, i found out that the SNI handling was reworked in jetty 10.x for tighter checking: jetty/jetty.project#5379 what was 200 OK back then, should have been 400. therefore, i consider it "works as intended". this means that you probably should recreate your certificates with the expected requirements. |
A note for anyone running into this issue and using java keytool: |
Checklist
Specifications
Expected Behavior
Login page to Web Interface accessible, and chargers connect to server.
Actual Behavior
SNI Errors:
'WARN ] 2022-01-26 17:33:59,802 org.eclipse.jetty.server.HttpChannel - handleException /steve/manager/home org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI
[WARN ] 2022-01-26 17:34:00,301 org.eclipse.jetty.server.HttpChannel - handleException /favicon.ico org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI'
Steps to Reproduce the Problem
Additional context
Logs show SNI errors for both the web connection as well as charger socket connections.
Tried updating certificate, rebuilding, still getting error.
The text was updated successfully, but these errors were encountered: