We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0cb8 commit 6fb2d8eCopy full SHA for 6fb2d8e
src/main/java/io/cryostat/net/SslConfiguration.java
@@ -63,7 +63,7 @@ public class SslConfiguration {
63
this.fs = fs;
64
this.logger = logger;
65
66
- if (env.hasEnv(Variables.DISABLE_SSL)) {
+ if ("true".equals(env.getEnv(Variables.DISABLE_SSL))) {
67
strategy = new NoSslStrategy();
68
logger.info("Selected NoSSL strategy");
69
return;
0 commit comments