MQTT WSS Server #1927
Unanswered
WimmerMarkus
asked this question in
Q&A
MQTT WSS Server
#1927
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, first of all, I would like to thank you for the first-class framework.
I work on a IOT Project in net7, that needs a Secure Mqtt Server. The connection should work with WSS and TCP.
I have written an Angular APP with the ngx-mqtt (javascsript lib)
The connection over WS and TCP (port 1883) workes, but the Secure WSS not.
I have generate a selfSigned certificate with opensssl.
When this workes i want to generate and import the certificate with letsencrypt if this is possible?
Here is my code
The Error message in Browser is this
What did I forget or done wrong in my implementationm?
Thanks
Markus
Beta Was this translation helpful? Give feedback.
All reactions