You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -967,6 +967,8 @@ content into your application; rather pick only the properties that you need.
967
967
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
968
968
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
969
969
spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
970
+
spring.rabbitmq.ssl.validate-server-certificate=true # Whether to enable server side certificate validation.
971
+
spring.rabbitmq.ssl.verify-hostname= # Whether to enable hostname verification. Requires AMQP client 4.8 or above and defaults to true when a suitable client version is used.
0 commit comments