无法在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函数之间建立连接。