Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过运行 Glassfish v4 在我的 VPS 上提供虚拟主机服务。这意味着多个域具有一个 VPS 的共享 IP 地址。我知道一个 IP 的多个域的 SSL 证书存在问题,并且 SNI 扩展可以解决这个问题(对吗?)。所以我的问题是,Glassfish 是否支持这一点。
谢谢
根据 Glassfish 4 安全指南,https://glassfish.java.net/docs/4.0/security-guide.pdf不支持 SNI。然而,将 Glassfish 直接暴露在互联网上通常是 IMO 的不好做法(尽管许多人仍在争论)。
https://glassfish.java.net/docs/4.0/security-guide.pdf
mod_ajp_proxy我通常通过运行一个连接到 Glassfish 上的 jk-listener的 Apache 服务器来解决这个问题。
mod_ajp_proxy