Re: jax-ws and tomcat 7 with ssl

2014-03-19 Thread Leo Donahue
On Tue, Mar 18, 2014 at 2:58 PM, Maria Cristina Siena mariacristinasi...@sourcecable.net wrote: Hi, I developed a web service using jax-ws and configured Tomcat to support SSL connection. Here are my steps: ** Step 1 - Generate a self-signed server certificate Use JDK 1.7 keytool:

Re: jax-ws and tomcat 7 with ssl

2014-03-18 Thread Jose MarĂ­a Zaragoza
2014-03-18 22:58 GMT+01:00 Maria Cristina Siena mariacristinasi...@sourcecable.net: Hi, I developed a web service using jax-ws and configured Tomcat to support SSL connection. Here are my steps: ** Step 1 - Generate a self-signed server certificate Use JDK 1.7 keytool: keytool

RE: jax-ws and tomcat 7 with ssl

2014-03-18 Thread Martin Gainty
i assume they copied OptionalPrefixcacerts $JAVA_HOME\jre\lib\security? make sure validation dates are correct for Certificate a self-signed cert is designed to work on the machine where you created the cert only *CN* to implement a cert that will work on FQDN with correct dates you will need a

Re: jax-ws and tomcat 7 with ssl

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Maria, On 3/18/14, 5:58 PM, Maria Cristina Siena wrote: Hi, I developed a web service using jax-ws and configured Tomcat to support SSL connection. Here are my steps: ** Step 1 - Generate a self-signed server certificate Use JDK 1.7