Skip to content

Commit

Permalink
[wip] test disable transport_url cert validation
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Dec 11, 2023
1 parent 1692c96 commit fb446be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/rabbitmq/transporturl_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func (r *TransportURLReconciler) createTransportURLSecret(
) *corev1.Secret {
query := ""
if tlsEnabled {
query += "?ssl=1"
query += "?ssl=1?ssl_options.verify=verify_none"
} else {
query += "?ssl=0"
}
Expand Down

0 comments on commit fb446be

Please sign in to comment.