You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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....
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 wayThe text was updated successfully, but these errors were encountered: