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: module/spring-boot-cassandra/src/main/java/org/springframework/boot/cassandra/autoconfigure/CassandraAutoConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-cassandra/src/main/java/org/springframework/boot/cassandra/autoconfigure/CassandraProperties.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,11 @@ public static class Ssl {
226
226
*/
227
227
private@NullableBooleanenabled;
228
228
229
+
/**
230
+
* Whether to perform hostname verification.
231
+
*/
232
+
privatebooleanverifyHostname = true;
233
+
229
234
/**
230
235
* SSL bundle name.
231
236
*/
@@ -247,6 +252,14 @@ public void setBundle(@Nullable String bundle) {
Copy file name to clipboardExpand all lines: module/spring-boot-cassandra/src/test/java/org/springframework/boot/cassandra/autoconfigure/CassandraAutoConfigurationTests.java
0 commit comments