You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Search Guard
I'm using SearchGuard 2.4.0.16 with ES 2.4.0.0. I get the following exception when I try to use a trust store that contains a self-signed certificate that doesn't have a private key: Exception in thread "main" ElasticsearchSecurityException[Error while initializing HTTP SSL layer: java.security.KeyStoreException: no certificate chain or certificate with alias: null]; nested: KeyStoreException[no certificate chain or certificate with alias: null]; Likely root cause: java.security.KeyStoreException: no certificate chain or certificate with alias: null
This is an extract from my config file. searchguard.ssl.transport.enforce_hostname_verification: false searchguard.ssl.transport.keystore_type: PKCS12 searchguard.ssl.transport.keystore_filepath: client.p12 searchguard.ssl.transport.keystore_password: 1 searchguard.ssl.transport.truststore_type: PKCS12 searchguard.ssl.transport.truststore_filepath: root.p12 searchguard.ssl.transport.truststore_password: 1
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Search Guard
This is what I see in the logs:
[2016-09-2017:06:10,843][DEBUG][com.floragunn.searchguard.ssl.util.SSLCertificateHelper]Alias iis express development certificate container:is a certificate entry?false/is a key entry?true
I attached the full log, as well as the PKCS#12 files I'm using. Basically, in this simple setup I'm trying to use the same certificate for the trust store (no private key) and key store (with private key)