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
Setting VAULT_CAPATH= and the directory contains a Java Key Store causes 0.7.3 to panic. I can downgrade to 0.7.2 and it works fine.
[2024-12-11T02:20:52Z ERROR vaultrs::client] error=Error parsing CA certificate as PEM encoded certificate: /etc/ssl/certs/cacerts.jks
thread 'main' panicked at /home/rleblanc/code/common/src/config/root_config.rs:59:14:
Could not get secrets from the vault: Error parsing CA certificate as PEM encoded certificate: /etc/ssl/certs/cacerts.jks
Caused by:
0: builder error
1: error:0480006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:763:Expecting: CERTIFICATE
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Setting
VAULT_CAPATH=
and the directory contains a Java Key Store causes 0.7.3 to panic. I can downgrade to 0.7.2 and it works fine.The text was updated successfully, but these errors were encountered: