[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to install ca ssl cert.

sunlinux do-not-reply at jboss.com
Fri Dec 26 23:49:17 EST 2008


I put SSL cert as explained in guide but when I connect to site using https://abc.com

browser shows "connected" but nothing is displayed in browser and no encryption happening neither it asking to install security certificate in browser no warning ..
pls guide what wrong thr    

<!-- Define a SSL HTTP/1.1 Connector on port 8443
         This connector uses the JSSE configuration, when using APR, the 
         connector should be using the OpenSSL style configuration
         described in the APR documentation -->

<Connector port="443" address="${jboss.bind.address}"
  |            maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
  |            emptySessionPath="true"
  |            scheme="https" secure="true" clientAuth="false" 
  |            keystoreFile="/home/spsadm/data/jboss/server/default/conf/cert88.txt"
  |            keystorePass="888234" sslProtocol = "TLS" />
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198609#4198609

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198609



More information about the jboss-user mailing list