0

We have a valid ssl cert that we received. We're having problems implementing it on our site. JBoss deploys fine it's just that when we go to the site it a warning pops up (as expected) and it shows that it is a "self signed certificate" when it should be a valid one. We have this in our JBoss 7 standalone xml

<connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" enablelookups="false" secure="true">
  <ssl name="helloworld" password="password" certificate-key-file="/ckf" protocol="TLSv1" verify-client="true" certificate-file="/root/certificates/helloworld.com.crt"/>
</connector>
uaarkoti
  • 3,659
  • 2
  • 20
  • 23
shinra tensei
  • 693
  • 5
  • 20
  • 39
  • What kind of problems are you having? Please post the errors you are seeing. – uaarkoti Apr 09 '12 at 15:56
  • it's just when we go to the site it says "The certificate is not trusted because it is self signed" when it should say "Verified" – shinra tensei Apr 09 '12 at 17:11
  • Then it looks like you may not have imported that certificate into your keystore. Please refer [this][1] document for instructions on how to import a certificate. [1]http://docs.jboss.org/jbossweb/3.0.x/ssl-howto.html – uaarkoti Apr 09 '12 at 18:57
  • possible duplicate of [Setting up SSL in JBoss AS 7](http://stackoverflow.com/questions/8081381/setting-up-ssl-in-jboss-as-7) – jww Aug 10 '14 at 04:18

0 Answers0