Windows: need help with an encrypted private key password in advanced.config #11347
-
Hi Team, Within ssl_options if I specify password directly, our application is able to establish connection successfully with rabbitMQ.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Remove the outer double quotes:
|
Beta Was this translation helpful? Give feedback.
-
Our environment is windows, so if I remove the outer double quotes, rabbitMQ gets shut down automatically. |
Beta Was this translation helpful? Give feedback.
-
@boney96 I have provided a complete, working example that I have tested on Windows 11: https://github.com/lukebakken/mqtt-client-cert-example/tree/win32-advanced.config Carefully review the following:
Note that the above took about an hour of my time to modify from my Linux example ( |
Beta Was this translation helpful? Give feedback.
@boney96 I have provided a complete, working example that I have tested on Windows 11:
https://github.com/lukebakken/mqtt-client-cert-example/tree/win32-advanced.config
Carefully review the following:
advanced.config
: https://github.com/lukebakken/mqtt-client-cert-example/blob/win32-advanced.config/advanced.config.in#L15Note that the above took about an hour of my time to modify from my Linux example (
main
branch).