Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] org.eclipse.jetty.http.BadMessageException: 400: Host does not match SNI

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 am on Jetty jetty-9.4.12.

 

Cheers,

 

Ike

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================

Back to the top