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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...