mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1789 changed Accept All Certificates to disabled by default
This commit is contained in:
@ -1159,7 +1159,7 @@ public class LocalPreferences {
|
||||
}
|
||||
|
||||
public boolean isAcceptAllCertificates() {
|
||||
return getBoolean("AcceptAllCertificates", true);
|
||||
return getBoolean("AcceptAllCertificates", false);
|
||||
}
|
||||
|
||||
public void setDisableHostnameVerification(boolean accept) {
|
||||
|
||||
Reference in New Issue
Block a user