-
Notifications
You must be signed in to change notification settings - Fork 674
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
Bug: CoAP with TLS doesn't Support UDP #1963
Comments
@dborovcanin @1998-felix can someone please take a look at this issue |
DTLS termination will be carried out on mproxy and is handled by https://github.com/absmach/mproxy/pull/60 |
Blocked by https://github.com/absmach/mproxy/pull/60. |
Resolved by https://github.com/absmach/magistrala/pull/2139 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What were you trying to achieve?
Test coap server with TLS i.e providing certificate and key
What are the expected results?
To work with TLS
What are the received results?
Steps To Reproduce
Provide certificate and key when starting coap server
In what environment did you encounter the issue?
main branch
Additional information you deem important
https://github.com/absmach/magistrala/blob/ff12f7fca35534a2b012ed10d320b58ed13eb46a/internal/server/coap/coap.go#L58C1-L60C6
This works when the network is TCP and not UDP
The text was updated successfully, but these errors were encountered: