RE: CXF client SSL configure question

2008-02-14 Thread Arundel, Donal
Thats correct, the client side CXF SSL setup is independent of the
specific servlet containers own SSL setup (which varies across
containers).

Cheers,
Donal

-Original Message-
From: yulinxp [mailto:[EMAIL PROTECTED] 
Sent: 13 February 2008 21:06
To: cxf-user@incubator.apache.org
Subject: Re: CXF client SSL configure question


To answer my own question, I still need to set HTTPConduit for Client
running
in Tomcat.
The SSL configuration for tomcat is for server application only??



yulinxp wrote:
 
 CXF server is running in JBoss. JBoss has enable SSL on it. 
 CXF client is another web application running in Tomcat in a different
 machine. Tomcat also has enable SSL on it. 
 
 So when client connecting to Server via HTTPS, how do I setup SSL for
CXF
 client?
 My understanding is that, if JBoss and Tomcat's keystoreFile and
 truststoreFile are setup correctly(they include each other to
 truststoreFile), 
 then I don't need to configure SSL for CXF client. 
 Am I right?
 

-- 
View this message in context:
http://www.nabble.com/CXF-client-SSL-configure-question-tp15146286p15467
922.html
Sent from the cxf-user mailing list archive at Nabble.com.


IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland


Re: CXF client SSL configure question

2008-02-13 Thread yulinxp

To answer my own question, I still need to set HTTPConduit for Client running
in Tomcat.
The SSL configuration for tomcat is for server application only??



yulinxp wrote:
 
 CXF server is running in JBoss. JBoss has enable SSL on it. 
 CXF client is another web application running in Tomcat in a different
 machine. Tomcat also has enable SSL on it. 
 
 So when client connecting to Server via HTTPS, how do I setup SSL for CXF
 client?
 My understanding is that, if JBoss and Tomcat's keystoreFile and
 truststoreFile are setup correctly(they include each other to
 truststoreFile), 
 then I don't need to configure SSL for CXF client. 
 Am I right?
 

-- 
View this message in context: 
http://www.nabble.com/CXF-client-SSL-configure-question-tp15146286p15467922.html
Sent from the cxf-user mailing list archive at Nabble.com.



CXF client SSL configure question

2008-01-28 Thread yulinxp

CXF server is running in JBoss. JBoss has enable SSL on it. 
CXF client is another web application running in Tomcat in a different
machine. Tomcat also has enable SSL on it. 

So when client connecting to Server via HTTPS, how do I setup SSL for CXF
client?
My understanding is that, if JBoss and Tomcat's keystoreFile and
truststoreFile are setup correctly(they include each other to
truststoreFile), 
then I don't need to configure SSL for CXF client. 
Am I right?
-- 
View this message in context: 
http://www.nabble.com/CXF-client-SSL-configure-question-tp15146286p15146286.html
Sent from the cxf-user mailing list archive at Nabble.com.