Home  >  Article  >  Backend Development  >  About Alipay callback using HTTPS

About Alipay callback using HTTPS

WBOY
WBOYOriginal
2016-12-01 00:25:411682browse

About Alipay callback using HTTPS

After the server installed the SSL certificate, it changed all request entrances and exits to https. As a result, Alipay payment could not receive callbacks. The official Alipay document said that "the root certificate is built into the trusted root certificate library of JDK 1.6 by default." I don't quite understand. What is the specific operation to receive the callback? Are there any technical experts who have dealt with related issues? urgent. . Now temporarily changed to http

Reply content:

About Alipay callback using HTTPS

After the server installed the SSL certificate, it changed all request entrances and exits to https. As a result, Alipay payment could not receive callbacks. According to the official Alipay documentation, it is required that "the root certificate is built into the trusted root certificate store of JDK 1.6 by default." I don't quite understand. What is the specific operation to receive the callback? Are there any technical experts who have dealt with related issues? urgent. . Now temporarily changed to http

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn