Skip to content

Commit

Permalink
Update dynamic-shovels.ejs
Browse files Browse the repository at this point in the history
remove fail_if_no_peer_cert as it is no longer accepted in Erlang 26 and will stop the connection from happening

(cherry picked from commit 23794e1)
(cherry picked from commit 54c24b4)
  • Loading branch information
womblep authored and mergify[bot] committed May 24, 2024
1 parent 8a874cc commit 5e86c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
connect to server-name, with credentials and SSL
</li><br />
<li>
<code>amqps://server-name?cacertfile=/path/to/cacert.pem&certfile=/path/to/cert.pem&keyfile=/path/to/key.pem&verify=verify_peer&fail_if_no_peer_cert=true&auth_mechanism=external</code><br/>
<code>amqps://server-name?cacertfile=/path/to/cacert.pem&certfile=/path/to/cert.pem&keyfile=/path/to/key.pem&verify=verify_peer&auth_mechanism=external</code><br/>
connect to server-name, with SSL and EXTERNAL authentication
</li>
</ul>
Expand Down

0 comments on commit 5e86c7c

Please sign in to comment.