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

MQTT SSL: Support for self-signed server certificates #39

Open
blubiz-code opened this issue Mar 16, 2024 · 0 comments
Open

MQTT SSL: Support for self-signed server certificates #39

blubiz-code opened this issue Mar 16, 2024 · 0 comments
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors

Comments

@blubiz-code
Copy link

blubiz-code commented Mar 16, 2024

httpshostnameverificationenabled was not working in my case
i got the error: PKIX path validation failed

Feature description

Solution

The solution on plugin side would be an optional parameter to provide the servers certificate files.

Solution Example
E.g. in Node-Red you can upload an server certificate:
image

Implementation hint
I think this stackoverflow posts are talking about an solution for the problem:

As described here https://stackoverflow.com/questions/65108693/eclipse-paho-mqtt-client-in-java-using-tls

"supply a custom SSLSocketFactory"

see https://github.com/iakko/mqtt-paho-tls-example for an implementation

image

@blubiz-code blubiz-code added the enhancement New feature or request label Mar 16, 2024
@anna-geller anna-geller added kind/cooldown Great candidate for the cooldown period and removed enhancement New feature or request labels Mar 18, 2024
@anna-geller anna-geller added this to the v0.19.0 milestone Apr 17, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 10, 2024
@anna-geller anna-geller removed this from the v0.19.0 milestone Aug 12, 2024
@anna-geller anna-geller added enhancement New feature or request area/plugin Plugin-related issue or feature request kind/good-first-issue and removed kind/cooldown Great candidate for the cooldown period labels Aug 12, 2024
@tchiotludo tchiotludo added good first issue Great issue for new contributors and removed kind/good-first-issue labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

3 participants