Keystore password is never set, configured password is used as Keymanager password only
See original GitHub issueThe current configuration seems to use the password provided to wiremock by the .keyStorePassword()
builder method as a password for the keymanager (protection of the individual entries), but does not provide a way to specify a password for the store itself.
See:
In particular, sslContextFactory.setKeyStorePassword()
is never called.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:11
Top Results From Across the Web
Keystore password is never set, configured password is used ...
The current configuration seems to use the password provided to wiremock by the .keyStorePassword() builder method as a password for the ...
Read more >Jetty SSL Passwords - java - Stack Overflow
There will not always be a KeyManagerPassword - it is only used if there is one specified in the key store. In most...
Read more >Wildfly will fail when java keystore storepassw... - JBoss.org
Hi! I have issue with Wildfly 10.1.0-Final and JAVA keystore key password/storapassword which contains special characters (chars like: .
Read more >OnCommand API Services use ca-issued certificate with non ...
I'm trying to use a ca-issued certificate instead of a self-signed certificate. If I use a Java Keystore File (JKS) with the default...
Read more >"The private key password is not correct or the keystore ... - IBM
"The private key password is not correct or the keystore has multiple private keys with different passwords. This keystore can not be used...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Any news about issue ? I have spent a lot of time investigating problem caused by this issue …
Hi jacuo, I never got round to doing anything about this and it’s such a long time ago that I can’t remember anything about how I was going to solve it 😦. I think that I just used the workaround that was mentioned in #874.