snowflake-jdbc
snowflake-jdbc copied to clipboard
SNOW-896818 Limited support for encrypted private keys
Added the JVM argument -Dnet.snowflake.jdbc.enableBouncyCastle to allow the JDBC driver to leverage the BouncyCastle provider to decrypt private keys instead of using the default security providers in the JDK. This helps work around a limitation with being able to decrypt private keys with PBES2 parameters. Ref: https://bugs.openjdk.org/browse/JDK-8228481