-
Notifications
You must be signed in to change notification settings - Fork 44
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
Possible abuse of proxy uri. #93
Comments
Difficult to say without replicating the whole scenario. Can you provide more details about how you created the DTLS tunnel and how are you trying to use the library (commands you are using and so on)? |
Ok, it seems it doesn't have anything to do with DTLS, as the problem can be reproduced with a simple get request. I'm working on the problem. |
I updated the issue. |
Ok. The IoT Agent is using this library to deal with LWM2M, so I'll focus on solving the problem here, and it should be fixed then in the IOTA. |
There seem to be a bug in node-coap, |
I think there could be an abuse of proxy uri which makes this scenario going buggy:
The problem is basically this:
Every request generates an internal server error which have no sense as every packet is exactly the same but with different port configuration.
The scenario can be summarized as:
The third point isn't represented by wireshark capture. Wireshark capture only contains the UDP part of the scenario, which in this case is local (using lo interface).
Any idea?
Note: It may have nothing to do with proxy uri, but I think it is the cause.
The text was updated successfully, but these errors were encountered: