Skip to content

Commit 53f882c

Browse files
committed
Remove jsse.enableSNIExtension:false.
1 parent 701f0cf commit 53f882c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/io/fusionauth/http/security/SecurityTools.java

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2022-2024, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -51,11 +51,6 @@ public final class SecurityTools {
5151

5252
public static final String P8_KEY_START = "BEGIN PRIVATE KEY-----";
5353

54-
// Disable SNI so that it doesn't mess up our use of JSSE with some certificates
55-
static {
56-
System.setProperty("jsse.enableSNIExtension", "false");
57-
}
58-
5954
private SecurityTools() {
6055
}
6156

0 commit comments

Comments
 (0)