Merge branch '2.7.x'
This commit is contained in:
commit
543d9c6e66
|
@ -95,7 +95,7 @@ class SslConnectorCustomizer implements TomcatConnectorCustomizer {
|
|||
configureSslStoreProvider(protocol, sslHostConfig, certificate, sslStoreProvider);
|
||||
String keyPassword = sslStoreProvider.getKeyPassword();
|
||||
if (keyPassword != null) {
|
||||
certificate.setCertificateKeyPassword(ciphers);
|
||||
certificate.setCertificateKeyPassword(keyPassword);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue