We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701f0cf commit 53f882cCopy full SHA for 53f882c
src/main/java/io/fusionauth/http/security/SecurityTools.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2022, FusionAuth, All Rights Reserved
+ * Copyright (c) 2022-2024, FusionAuth, All Rights Reserved
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -51,11 +51,6 @@ public final class SecurityTools {
51
52
public static final String P8_KEY_START = "BEGIN PRIVATE KEY-----";
53
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
-
59
private SecurityTools() {
60
}
61
0 commit comments