macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

JBOSS SSL

Subject: JBOSS SSL
From: "pwp69" <webforumsuser@xxxxxxxxxxxxxx>
Date: Mon, 28 Jul 2008 23:07:04 +0000 (UTC)
Newsgroups: macromedia.coldfusion.advanced_techniques

I am trying to configure my workstation's cf server to work with SSL secured 
web services.  My local CF server is running on JBOSS.

 I was able to get my company's development cf server - which runs on JRUN - to 
work by adding the web services' SSL certificates to JRUN's keystore.

 I found and followed several instructions to create the keystore for JBOSS, 
added the web services' certificates and added/uncommented the connector def in 
server.xml.  I started JBOSS and can connect to the local host using 
https://localhost:8443.

 The problem arises when I try connecting to the web services.  I get:
 CFDetails=javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target 

 I know the web service's certificate is in the keystore.  

 Can anyone explain what I am doing wrong?



   


<Prev in Thread] Current Thread [Next in Thread>
  • JBOSS SSL, pwp69 <=