Add smoke test to verify Redis SSL connection
See gh-34815
This commit is contained in:
@@ -151,8 +151,7 @@ abstract class RedisConnectionConfiguration {
|
||||
}
|
||||
|
||||
protected boolean isSslEnabled() {
|
||||
return getConnectionDetails() instanceof PropertiesRedisConnectionDetails
|
||||
&& getProperties().getSsl().isEnabled();
|
||||
return getProperties().getSsl().isEnabled();
|
||||
}
|
||||
|
||||
protected boolean isPoolEnabled(Pool pool) {
|
||||
|
||||
Reference in New Issue
Block a user