+
Skip to content

coomm/wechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

微信开发学习笔记

真机调试时微信小程序报错wx.request:fail ssl hand shake error,经检查发现服务器缺少中间证书,百度了很久都没有解决,网上的解决方法都是添加SSLCertificateChainFile配置项,然而这个配置项在apache2.4.8及以上版本已经废弃,最后发现改为SSLCACertificatePath即可

#私匙

SSLCertificateKeyFile private.key

#服务器证书

SSLCertificateFile server.pem

#客户端证书

#SSLCertificateChainFile ca.pem

SSLCACertificatePath ca.pem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载