-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add DTLS support #24
Comments
@kayrus Sure, not sure about logs but testing at least should be fine. Just setting up to test. |
Adding |
Yes, I understand that! I mean I may not be able to submit them :) [ unless I can be very sure about the contents ] |
After verifying the client works without DTLS [ I hadn't actually got round to trying it out yet ], which it did, I then tried with DTLS. It didn't work. It waited
I did a packet capture with gof5 and the official f5 client for comparison, and found the issue quite quickly. When I took a look at the code, I saw that the DTLS library only supports It looks like F5 have only recently started supporting One other point. I noticed in the returned XML from the gateway, |
@jocado can you share both official client and gof5 DTLS traffic dump before they send PPP packets? Or send it to my email? (you can find it in git log) |
@kayrus I'm afraid I do have to be quite careful about what I can share because of security policy etc, I hope you understand. If you tell me what info you are looking for, perhaps I can check for you without providing the actual captures. |
@jocado I don't know what I'm looking for. I never worked with DTLS and I don't know the actual data format being transferred between F5 client and server. In this situation you can try to modify the code yourself and perform tests. |
@kayrus I would be happy to try and get it working, however it looks like the current DTLS library is more maintained and has more contributors. Also, Unfortunately, it looks like that won't be me in the short term, but I would hope at some point this year our device will support I will also post back on the issue in the other project where you found me, and see if anyone else can help test. |
@jocado , can you test the DTLS support and tell me whether it works for you?
The config file should have the
dtls: true
option enabled.Alternatively please provide me with debug logs (don't forget to mask credentials and upload the logs to https://gist.github.com).
The text was updated successfully, but these errors were encountered: