Skip to content

Commit

Permalink
Always require client authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Mar 20, 2017
1 parent 59320d9 commit 3163606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected SSLOptions getSSLOptions() {

options.setWantClientAuth(true);

options.setNeedClientAuth(false);
options.setNeedClientAuth(true);

if (tlsExcludeCipherSuites != null){
options.setExcludeCipherSuites(tlsExcludeCipherSuites.split(","));
Expand Down

0 comments on commit 3163606

Please sign in to comment.