带 SSL 的 Liferay/Tomcat 7 无法与 DNS 进行会话

发布于 2024-12-09 04:11:23 字数 935 浏览 0 评论 0原文

我有点困惑。

我已经使用 SSL (https:8443) 配置了 Liferay/Tomcat 7 服务器,它可以正常工作。

如果我通过 ip 调用服务器,一切正常,例如 https://192.168.4.44 或 215.44.24.67。 (这些只是示例...)并且它在我的网络浏览器中正确打开。

但是,当我尝试通过在浏览器中使用 dns 打开服务器来访问服务器时,就像 https:// myname.mycompany.com,浏览器没有获取会话,也没有 cookie。如果我在浏览器中禁用 cookie,则会陷入无限循环。

为此,我的 jsf portlet 中的图像没有被加载。如果我刷新页面,所有内容都会被加载,最后就会有一个会话。

我在 iptables 中做了一些使用 SSL 的条目:

sudo /sbin/iptables -A FORWARD -p tcp --destination-port 443 -j ACCEPT 
sudo /sbin/iptables -t nat -A PREROUTING -j REDIRECT -p tcp --destination-port 443 --to-ports 8443 
sudo /sbin/iptables -A FORWARD -p tcp --destination-port 80 -j ACCEPT 
sudo /sbin/iptables -t nat -A PREROUTING -j REDIRECT -p tcp --destination-port 80 --to-ports 1026 

这里有 Tomcat 专家可以帮助我吗?

来自奥地利的问候,

约翰

I'm a little bit confused.

I have configured a Liferay/Tomcat 7 Server with SSL (https:8443) which works correctly.

Everything works fine, if I call the server by ip, so like https://192.168.4.44 or 215.44.24.67. (These are just samples...) and it opens correctly in my webbrowser.

But when I'm trying to get access to the server by opening the server with the dns in the browser, so like https://myname.mycompany.com, the browser gets no session and no cookie. If I disable cookies in my browser I get an endless loop.

For this the images in my jsf portlet are not getting loaded. If I refresh the page, everything gets loaded and finally there is a session.

I made some entries in iptables to use SSL:

sudo /sbin/iptables -A FORWARD -p tcp --destination-port 443 -j ACCEPT 
sudo /sbin/iptables -t nat -A PREROUTING -j REDIRECT -p tcp --destination-port 443 --to-ports 8443 
sudo /sbin/iptables -A FORWARD -p tcp --destination-port 80 -j ACCEPT 
sudo /sbin/iptables -t nat -A PREROUTING -j REDIRECT -p tcp --destination-port 80 --to-ports 1026 

Are there any tomcat experts in here who can help me out?

Greetings from Austria,

Johann

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文