Skip to content

Commit

Permalink
docs: remove fail_if_no_peer_cert from example (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Oct 29, 2023
1 parent 8567ede commit b628320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/amqp/connection.ex
Expand Up @@ -112,8 +112,7 @@ defmodule AMQP.Connection do
keyfile: '/path/to/client/key.pem',
# only necessary with intermediate CAs
# depth: 2,
verify: :verify_peer,
fail_if_no_peer_cert: true
verify: :verify_peer
]
)
Expand Down

0 comments on commit b628320

Please sign in to comment.