We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8add268 commit c82c0f5Copy full SHA for c82c0f5
server/embedded/src/org/labkey/embedded/LabKeyServer.java
@@ -119,7 +119,7 @@ public static void main(String[] args)
119
// in application.properties, like the key store. Without those other settings,
120
// HTTP-only startup fails unless "server.ssl.enabled" is explicitly set to false here
121
put("server.ssl.enabled", "false");
122
- put("#server.ssl.protocol", "TLS");
+ put("server.ssl.protocol", "TLS");
123
put("server.ssl.enabled-protocols", "TLSv1.3,TLSv1.2");
124
// Use explicit JSSE cipher suite names to avoid CBC-mode suites
125
put("server.ssl.ciphers",
0 commit comments