Liunx部署NetCore,接口获取mysql本地数据时报:The SSL connection could not be established, see inner exception

今天将 NET Core程序发布到一台新的服务器,程序中有https请求第三方的Api,但是报了如下的错误:
The SSL connection could not be established, see inner exception

解决办法
下面命令查询 openssl 的路径

openssl version -a


然后将 CentOS 默认的 openssl CA 证书拷贝到 OPENSSLDIRcp /etc/pki/tls/cert.pem /usr/local/openssl/

Done!

posted on 2024-05-20 17:08  侗家小蚁哥  阅读(106)  评论(0编辑  收藏  举报