简体   繁体   English

Glassfish的相互身份验证,连接中断

[英]Mutual Auth on Glassfish, Connection Interrupted

I have a Glassfish instance, 3.1.2.2, with 4 HTTP listeners. 我有一个带有4个HTTP侦听器的Glassfish实例3.1.2.2。 Here are the relevant data points: 以下是相关的数据点:

  • admin-listener : default admin 4848 admin-listener:默认admin 4848
    • Works fine 工作正常
  • http-listener-1 : default http 8080 http-listener-1:默认http 8080
    • Works fine 工作正常
  • http-listener-2 : ssl (server auth) 8181 http-listener-2:ssl(服务器身份验证)8181
    • Works fine 工作正常
  • http-listener-3 : ssl (mutual auth) 8282 http-listener-3:ssl(相互身份验证)8282
    • Server cert is retrieved but then a the connection is 'interrupted' no errors in the logs 检索服务器证书,但随后连接被“中断” ,日志中无错误

Obvious configuration info: 明显的配置信息:

  • keystore.jks has a self signed certificate with the correct CN (CN=ServerName), 'selfcert'. keystore.jks具有带有正确CN(CN = ServerName)的自签名证书“​​ selfcert”。
  • selfcert is the named certificate for both ssl listeners selfcert是两个ssl侦听器的命名证书
  • cacerts.jks has a copy of the client issued CA cacerts.jks具有客户端颁发的CA的副本
  • The web browser has a client certificate signed by the CA Web浏览器具有由CA签名的客户端证书
  • ports are open in the firewall 端口在防火墙中打开
  • Web Application is using SpringSecurity, the x509 tag, and has been successfully deployed on other platforms Web应用程序正在使用x509标记SpringSecurity,并已成功部署在其他平台上

I've scoured SO and the search engines to no avail. 我已经搜索过SO和搜索引擎都没有用。 Any guidance would be appreciated. 任何指导将不胜感激。

Thanks, 谢谢,

这似乎是一个问题/错误,请在此处输入链接说明,说明已记录在案,并将在Glassfish 4中解决

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM