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

Event bus over ssl #318

Open
BunkovMV opened this issue Oct 25, 2024 · 2 comments
Open

Event bus over ssl #318

BunkovMV opened this issue Oct 25, 2024 · 2 comments

Comments

@BunkovMV
Copy link

Hello! I need to receive events from my salt master over a secure protocol over HTTPS, but I have a self-signed certificate for the master salt, and therefore, when I connect, I get
exception: Jakarta.via WebSocket.Deployentexception exception: SSL communication could not be established
how do I disable ssl verification?
p.s. In order to disable the disable_ssl parameter, there is no way

@rjmateus
Copy link
Member

You can also add self signed certificate to your JRE keystore (cacerts).
You can find some examples in the web, my first google search returned this link: https://confluence.atlassian.com/kb/how-to-import-a-public-ssl-certificate-into-a-jvm-867025849.html

@BunkovMV
Copy link
Author

@rjmateus Thanks for the advice. I tried to register a self-signed salt api key in this way (the attempt failed) and a large number of salt-masters will be connected to my application, it will not be convenient to add the key of each new master so disabling ssl verification would be an ideal solution for me....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants