When setting up SSL for Solr (in windows OS), keystore password with special characters throws "keystore password was incorrect" error.
Sample Password: 7V4StJ!Qc%8V
- Is there any rule on having special characters in the password for Solr keystore?
- Should password start with alpha characters?
- If I add password with single quotes in Solr.in.cmd, I am still getting error. SOLR_SSL_KEY_STORE_PASSWORD='7V4StJ!Qc%8V'
How should I handle this?