- 已设定好业务域名,但是微信开发工具提示为“非业务域名”
我上次问了一个问题没人回复我。。。。 已在微信平台设定好业务域名,也已经通过验证。服务器使用的是腾讯云,https证书是腾讯云提供的。但是微信开发工具提示为“非业务域名”,请问这个是什么问题?我上次问了一个问题没人回复我。。。。比较尴尬,等了1个月没有解决,我再来问问。 appid:wx3fb4e2069864065e 已验证业务域名:https://www.minocuisine.com
2018-02-28 - 业务域名已配置但是开发工具提示非业务域名,求大神带检查下重定向问题
业务域名已配置好,但是小程序开发工具提示非业务域名,网上查了下大概是https和重定向的问题。 服务器为debian,域名已配置好ssl,未开启cdn。求大神帮忙看下nginx配置文件,求助~ server { listen 80; listen 443 ssl; server_name minocuisine.com www.minocuisine.com; root /var/www/wordpress; index index.php index.html index.htm index.nginx-debian.html; #SSL Settings ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_session_timeout 5m; ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE; ssl_certificate /home/key_dir/1_minocuisine.com_bundle.crt; ssl_certificate_key /home/key_dir/2_minocuisine.com.key; error_page 404 /404.html; error_page 500 502 503 504 /50x.html; location / { try_files $uri $uri/ =404; } location = /50x.html { root /var/www/wordpress; } location ~ \.php$ { try_files $uri =404; fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; fastcgi_param HTTPS on; #attention HTTPS!# fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
2018-01-30 - 小程序添加业务域名出错
Appid: wx3fb4e2069864065e 弄了很久一直找不到问题所在,小白求帮助了。 http://www.minocuisine.com/C0y18chI9K.txt 这个文件是可以访问的,但是一直提示"校验文件验证失败,请下载校验文件,上传到服务器指定的目录",求帮助。域名和腾讯云空间已备案且才申请到腾讯云的ssl证书。
2018-01-21