You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of this issue in the Kafka charm.
The explanation and solution are the same. The only difference is that in the code this is where the certificate provided through the ca-certificate argument of the :certificates relation is imported into the truststore.
In the same way as with the Kafka issue, this part of the code should be modified to trust all certificates from the ca-chain argument of the :certificates relation as well as ca-certificate.
The text was updated successfully, but these errors were encountered:
This is a duplicate of this issue in the Kafka charm.
The explanation and solution are the same. The only difference is that in the code this is where the certificate provided through the
ca-certificate
argument of the:certificates
relation is imported into the truststore.In the same way as with the Kafka issue, this part of the code should be modified to trust all certificates from the
ca-chain
argument of the:certificates
relation as well asca-certificate
.The text was updated successfully, but these errors were encountered: