Skip to content

Commit 8111713

Browse files
auth_oauth2.https.peer_verification was replaced with auth_oauth2.https.verify for consistency with other equivalent keys
1 parent b83433c commit 8111713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@
11941194
# auth_oauth2.https.cacertfile = /path/to/ca_certificate.pem
11951195

11961196
## Whether peer certificate chain verification is enabled.
1197-
# auth_oauth2.https.peer_verification = verify_peer
1197+
# auth_oauth2.https.verify = verify_peer
11981198

11991199
## Use in environments where certificates use wildcard hostnames (e.g. "*.eng.megacorp.local")
12001200
# auth_oauth2.https.hostname_verification = wildcard

0 commit comments

Comments
 (0)