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

(cherry picked from commit 23794e1115)
(cherry picked from commit 54c24b4809)
This commit is contained in:
womblep 2024-05-25 00:24:29 +10:00 committed by Mergify
parent 8a874cc647
commit 5e86c7cece
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@
connect to server-name, with credentials and SSL connect to server-name, with credentials and SSL
</li><br /> </li><br />
<li> <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 connect to server-name, with SSL and EXTERNAL authentication
</li> </li>
</ul> </ul>