Is it necessary for Wechat's third-party platform business domain name to be set up by https?

because of business requirements, you need to use web-view in Mini Program
according to the prompt, you need to add a business domain name. Now the official account has been authorized to a third-party platform. The business domain name in the third-party platform was previously set to http, whether it needs to be changed to https"s business domain name, and whether the downloaded configuration file is the same as that of http. Just place the .txt file in the root directory

.

WeChat Mini Programs Network

Mini Program must use HTTPS to initiate a network request. The system verifies the HTTPS certificate used by the server domain name during the request. If the verification fails, the request cannot be initiated successfully. Due to system limitations, different platforms have different strict requirements for certificates. In order to ensure the compatibility of Mini Program, it is recommended that developers configure certificates according to the highest standards and use relevant tools to check whether the existing certificates meet the requirements.

requirements for certificates are as follows:

HTTPS ;
    
     SSL 
    
    
iOS ;
iOS  App Transport Security (ATS) ;
TLS  1.2  Android  TLS 1.2 HTTPS  TLS  1.2 ;
 CA 
    Chrome 56/57  WoSignStartCom 

 openssl s_client -connect example.com:443 

in addition to the network request API, if there is an exception in other HTTPS requests in Mini Program, please follow the above process to check. For example, the picture of https cannot be loaded.

Menu