mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 01:30:49 +00:00
Disable SNI for the HTTPS server
This commit is contained in:
parent
9eddd87095
commit
80dabd08d3
@ -101,6 +101,7 @@ public final class HttpServer {
|
||||
try {
|
||||
sslContextFactory.setKeyStorePath(keystoreFile.getPath());
|
||||
sslContextFactory.setKeyStorePassword("123456");
|
||||
sslContextFactory.setSniRequired(false);
|
||||
|
||||
Grasscutter.getLogger().warn(translate("messages.dispatch.keystore.default_password"));
|
||||
} catch (Exception exception) {
|
||||
|
Loading…
Reference in New Issue
Block a user