Closed MagikLau closed 4 years ago
500 运行时异常:java.io.FileNotFoundException: ac.p12 (No such file or directory)
http://{domain}/platform/wxPay/transfer?openId=xxxxxx
Linux->Docker->Tomcat: webapps/platform.war
Linux->Docker->Nginx: location /ac.p12{ alias /usr/share/nginx/html/ac.p12 } 可通过http://{domain}/ac.p12访问
wxpay.certPath=ac.p12
证书文件换成/platform/ac.p12,可通过http://{domain}/platform/ac.p12访问,也出现了一样的报错
报错
500 运行时异常:java.io.FileNotFoundException: ac.p12 (No such file or directory)
使用接口
http://{domain}/platform/wxPay/transfer?openId=xxxxxx
后端运行环境
Linux->Docker->Tomcat: webapps/platform.war
证书文件
Linux->Docker->Nginx: location /ac.p12{ alias /usr/share/nginx/html/ac.p12 } 可通过http://{domain}/ac.p12访问
后端配置wxpay.properties
wxpay.certPath=ac.p12