Skip to content

Commit

Permalink
Merge pull request #600 from smillidge/PAYARA-568
Browse files Browse the repository at this point in the history
PAYARA-568 fixes #596 #pr
  • Loading branch information
smillidge committed Jan 15, 2016
2 parents 84eafc4 + 0a8ce7e commit 5d938af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public SSLContext configure(SSLParams sslParams) {
// Certificate encoding algorithm (e.g., SunX509)
String algorithm = sslParams.getKeyAlgorithm();
if (algorithm == null) {
algorithm = "SunX509";
algorithm = KeyManagerFactory.getDefaultAlgorithm();
}

String keyAlias = sslParams.getCertNickname();
Expand Down

0 comments on commit 5d938af

Please # to comment.