Skip to content
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

NIO TLS channel creates duplicate connection when using hostname #105

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.send traffic to hostname and not ip
2.send request back to client from this hostname ( via can be either ip or host 
)

What is the expected output? What do you see instead?
Excepted to reuse same socket on client side

What version of the product are you using? On what operating system?
Latest trunk

Please provide any additional information below.

http://code.google.com/p/jain-sip/source/browse/src/gov/nist/javax/sip/stack/Mes
sageChannel.java#320

getkey creates key based on hostname and not ip , this causes errors with 
certificates and channels creation ( client changes host/port pair because new 
socket is created and therefore server does not knows where to send data 
anymore - no route to it )

Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 12:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant