jboss-5.1.0.GA SSL localhost / client连接

时间:2012-03-06 10:47:28

标签: ssl jboss

我遇到了Jboss SSL连接问题。当我尝试使用我的浏览器更改客户端的Windows主机文件(192.168.80.115 zimbrax.com)来连接到JBOSS时,我无法访问。我收到“无法连接”错误。但是,当我尝试使用127.0.0.1 zimbrax.com连接在服务器上时,我可以访问。

我的客户端和jboss服务器之间没有防火墙或其他工具。

以下是我的SSL配置。 (顺便说一下,http://只有https://)

没有同样的问题

server.xml:

<Connector protocol="HTTP/1.1" SSLEnabled="true" 
           port="443" address="${jboss.bind.address}" 
           scheme="https" secure="true" clientAuth="false" 
           keystoreFile="D:\jboss-5.1.0.GA\server\zimbrax\conf\zimbrax.com.jks"
           keystorePass="6v4xse32a096be4x" useBodyEncodingForURI="true" sslProtocol = "TLS" />

绑定的JBoss-beans.xml文件

<!-- For services like those listed above that need to know the
                 port of the HTTPS connector -->
<bean class="org.jboss.services.binding.ServiceBindingMetadata">
    <property name="serviceName">jboss.web:service=WebServer</property>
    <property name="bindingName">HttpsConnector</property>
    <property name="port">443</property>
    <property name="description">JBoss Web HTTPS connector socket</property>
</bean>

<xsl:variable name="portHttps" select="443"/>

<xsl:when test="(name() = 'port' and . = '443')">
  <xsl:attribute name="port"><xsl:value-of select="$portHttps" /></xsl:attribute>
</xsl:when>

这是我的jboss创业公司:

d: cd D:\ JBoss-5.1.0.GA \ bin run.bat -b 0.0.0.0 -c zimbrax -Djavax.net.ssl.keyStore =“D:/jboss-5.1.0.GA/server/zimbrax/conf/zimbrax.com.jks”

我应该在哪里检查?

你能帮我吗?

1 个答案:

答案 0 :(得分:0)

你是说它适用于http吗?你用什么网址?

请尝试https://ipaddress/并告诉我们你找到了什么。