GitHub user eronrunner edited a discussion: Issue - Failed to enable ssl with 
JKS

I install pulsar by helm chart and try to add the properties

  brokerServicePortTls: "{{.Values.broker.ports.pulsarssl}}"
  webServicePortTls: "{{.Values.broker.ports.https}}"
  tlsEnabled: "true"
  tlsCertificateFilePath: "/pulsar/certs/manager.crt"
  tlsKeyFilePath: "/pulsar/certs/manager.key"
  tlsTrustCertsFilePath: "/pulsar/certs/ca.crt"
  tlsProtocols: "TLSv1.2,TLSv1.1"


  tlsEnabledWithKeyStore: "true"
  requireTrustedClientCertOnConnect: "true"
 
  tlsKeyStoreType: JKS
  tlsKeyStore: "{{.Values.tlsKeyStore.tlsKeyStore}}"
  tlsKeyStorePassword: "{{.Values.tlsKeyStore.tlsKeyStorePassword}}"
 
  tlsTrustStoreType: JKS
  tlsTrustStore: "{{.Values.tlsKeyStore.tlsTrustStore}}"
  tlsTrustStorePassword: "{{.Values.tlsKeyStore.tlsTrustStorePassword}}"
 
  brokerClientTlsEnabled: "{{.Values.tlsKeyStore.brokerClientTlsEnabled}}"
  brokerClientTlsEnabledWithKeyStore: 
"{{.Values.tlsKeyStore.brokerClientTlsEnabledWithKeyStore}}"
  brokerClientTlsTrustStoreType: JKS
  brokerClientTlsTrustStore: "{{.Values.tlsKeyStore.brokerClientTlsTrustStore}}"
  brokerClientTlsTrustStorePassword: 
"{{.Values.tlsKeyStore.brokerClientTlsTrustStorePassword}}"

![image](https://user-images.githubusercontent.com/35225206/184097308-9fcc8dec-c289-432f-91ea-5a442f597b23.png)
![image](https://user-images.githubusercontent.com/35225206/184097915-b1c54f02-e378-4c45-8e8d-5e27800bafdb.png)
I also tried some ways by disabling  the HTTP port and non-ssl service port, 
but got the same things.
Please help!
Thank you

GitHub link: https://github.com/apache/pulsar/discussions/17065

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to