微信企业付款,服务器部署错误
X509 certificate not loading private key file on server
这个问题是因为你发布的应用程序不能本地化文件(key.p12)证书造成的。
在此推荐一篇文章
X509 certificate not loading private key file on server
解决办法是:
1、打开你的IIS
2、右键你程序使用的应用程序池,高级设置
3、加载用户配置改为True( 英文为:Load user profile )
4、重新启动你的程序

本文介绍了解决微信企业付款中出现的X509certificatenotloadingprivatekeyfileonserver错误的方法。主要步骤包括:打开IIS,调整应用程序池的高级设置,并重启程序。
2366

被折叠的 条评论
为什么被折叠?



