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 commit23794e1115
) (cherry picked from commit54c24b4809
)
This commit is contained in:
parent
8a874cc647
commit
5e86c7cece
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue