IaaS Sql
无法在服务器和函数 App之间建立连接。我收到 SSL 密钥异常
我正在尝试在 java 中创建的 azure 函数中运行一个函数。我在sqljdbc4.jar
. 此代码在本地计算机上成功运行,但是当我尝试在函数应用程序上运行它时,它会引发以下问题。
Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Cannot create PoolableConnectionFactory (The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: \"java.security.ProviderException: java.security.KeyException: Key does not exist.\r\n\
IaaS SQL
期望在服务器和 azure 函数之间建立连接。