Skip to content

Commit

Permalink
try without extended trustmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerengels committed Dec 31, 2023
1 parent 960343c commit ed69cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/kmap/Authentication.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Authentication {

public Authentication(Properties properties) {
this.properties = properties;
ExtendedTrustManager.getInstance(properties);
//ExtendedTrustManager.getInstance(properties);
}

private Map<String, Account> getCSV() {
Expand Down

0 comments on commit ed69cff

Please sign in to comment.