将 "A" 记录作为子域添加到 IP 会删除 HTTPS?
Adding an "A" Record as a subdomain to an IP removes HTTPS?
我们有一个域名(例如 https://example.org) that hosts a website, and we want to have a subdomain (https://app.example.org)将 运行 特定服务。
该服务是一个完全不同的网站
不同的服务器。
我在域的 DNS 中添加了一条 "A" 记录,指向
子域到另一台服务器的 IP。
尝试访问“https://app.example.org”时,我收到警告
消息说这个网站不安全(正常的 http 工作)
HTTPS访问顶级域名正常
使用 "A" 记录时需要做什么才能确保子域的安全?
是否需要在新服务器或域的 cPanel 中完成?
感谢您的帮助。
您必须确保您的 SSL certificate
是 wildcard 证书并且 Certificate
在其他服务器上也是 installed
,您指向您的子域.
我们有一个域名(例如 https://example.org) that hosts a website, and we want to have a subdomain (https://app.example.org)将 运行 特定服务。
该服务是一个完全不同的网站 不同的服务器。
我在域的 DNS 中添加了一条 "A" 记录,指向 子域到另一台服务器的 IP。
尝试访问“https://app.example.org”时,我收到警告 消息说这个网站不安全(正常的 http 工作)
HTTPS访问顶级域名正常
使用 "A" 记录时需要做什么才能确保子域的安全?
是否需要在新服务器或域的 cPanel 中完成?
感谢您的帮助。
您必须确保您的 SSL certificate
是 wildcard 证书并且 Certificate
在其他服务器上也是 installed
,您指向您的子域.