Update dynamic-shovels.ejs

remove fail_if_no_peer_cert as it is no longer accepted in Erlang 26 and will stop the connection from happening
This commit is contained in:
womblep 2024-05-25 00:24:29 +10:00 committed by GitHub
parent 41922cad4d
commit 23794e1115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>