2739706676 发表于 2018-7-23 20:27:54

关于域名访问跳转问题

现在服务器用的https的服务

但有个问题用户直接输入没有协议头的地址 直接就出错了

Bad RequestYour browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.按照网上的 都是80跳443的
请问有没有怎样处理此问题

nat123jia 发表于 2018-7-23 20:41:46

你可以多种方法解决:
方法一:使用两个域名,例如80端口使用其它域名(例如 www.xxx.com)在nat123域名解析处添加url转发,跳转到你的443域名(例如https://ssl.xxx.com)
方法二:使用全能映射线路,全能映射线路可以在映射443时同时自动映射80端口,映射后在你的web服务器添加网站,并在网站里边设置跳转

2739706676 发表于 2018-7-23 22:24:50

不支持 https://myssl.com/ 检测

664890010 发表于 2018-7-24 19:53:54

不知道,小白一个
页: [1]
查看完整版本: 关于域名访问跳转问题