如何验证 Tomcat 上运行的 Grails 应用程序中的 SSL?

发布于 2024-12-21 12:26:55 字数 389 浏览 1 评论 0原文

我可以使用 SSL 在 tomcat 上运行 Grails 应用程序,但我不确定如何验证它是否使用 SSL 正常运行。

我能够执行以下操作(我正在使用 grails 安全性)...

  1. 创建自签名 SSL 认证
  2. 能够使用 tomcat 配置相同的认证(更新的 server.xml)
  3. 能够在浏览器中使用 https 运行应用程序(所有功能都在运行 正确使用 https url,我没有更新 war 的 web.xml)。

问题:我能够使用 Fiddler 查看登录用户的用户凭据。

所以我不确定我是否正确配置了 SSL 或者我犯了一些错误。

任何人都可以建议我如何验证以加密形式传输的数据吗?

I am able to run Grails application on tomcat using SSL but I am not sure how to verify that it is running properly with SSL.

I am able to do following things (I am using grails security)...

  1. Created Self Signed SSL certification
  2. Able to configure same certification with tomcat(updated server.xml)
  3. Able to run application using https in browser(All features are running
    properly with https url, I did not updated web.xml of war).

Problem: I am able to see logged in user's user credentials using Fiddler.

So I am not sure that I did correct configure of SSL or I did some mistake.

Can anyone suggest me how to verify that the data in traveling in encrypted form ??

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

待"谢繁草 2024-12-28 12:26:55

如果您已在 Fiddler 中启用 HTTPS 解密(“工具”>“Fiddler 选项”>“HTTPS”),则应该能够看到凭据。如果您尚未在Fiddler 中启用HTTPS 解密,那么您就没有正确使用HTTPS。

If you've enabled HTTPS decryption in Fiddler (Tools > Fiddler Options > HTTPS), then being able to see the credentials is expected. If you haven't enabled HTTPS decryption in Fiddler, then you are not using HTTPS properly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文