Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty SSL port does not close even maxIdleTime is reached

I am not too much familiar with networking specifications. I will try to
provide information as much as I can.
I am using Linux OS.
hping command -
hping2 <ip of machine> -p 7443 -S -a <spoofing ip> -i u1000000

I have enabled jetty ssl port on server side.

After some analysis what I have observed is, If I use "SslSocketConnector"
instead of "SslSelectChannelConnector" then connections close properly after
maxIdleTime is reached.

Why is it not working with SslSelectChannelConnector?
Can I see any logs regarding this? How can I enable the logs?



--
View this message in context: http://jetty.4.x6.nabble.com/jetty-users-Jetty-SSL-port-does-not-close-even-maxIdleTime-is-reached-tp4962355p4962383.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top