Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] I am getting org.eclipse.jetty.http.BadMessageException: 400: Host does not match SNI 2019-03-28 12:38:00, 766 [main] ERROR LogAuditUtils - java.lang.Exception:

Hi all,

 

I am getting the following stacktrace when a client tries to connect to a restful API service managed by embedded Jetty server. I would like to know how to disable or mitigate this issue. Anyway idea would be greatly appreciated.

 

2019-03-28 12:38:00,704 [qtp917213436-32] WARN  SecureRequestCustomizer - Host xx.xx.xxx.42 does not match SNI X509@d0f23cec(csra_sspsystem_cert,h=[xxx.xxx-xx-xxx-mxx.com, xxx.xxx-xxx-xxx-mxx.com, … ,w=[])

2019-03-28 12:38:00,706 [qtp917213436-32] WARN  HttpChannel - /sspcmrest/sspcm/rest/session org.eclipse.jetty.http.BadMessageException: 400: Host does not match SNI

2019-03-28 12:38:00,766 [main] ERROR LogAuditUtils - java.lang.Exception: Unable to acquire connection

                at com.ibm.sspcm.scripts.impl.SspRestAPIScriptManager.run(SspRestAPIScriptManager.java:426)

                at com.ibm.sspcm.scripts.impl.SspRestAPIScriptManager.main(SspRestAPIScriptManager.java:473)

 

I was told to upgrade to jetty-9.4.15.v20190215, I did that, but it doesn’t seem to have mitigated this issue. Does anyone know if there is a workaround or -D option that I could set in order to disable this behavior?

 

Thanks,

 

Ike



Back to the top