-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gutter,

gutter007 wrote:
| We have a Java web application that accesses a Web Service using
https.  Last
| week the hosts of the web service installed a new signed SSL certificate.
| As soon as they installed the new certificate, our Java web app stopped
| working.  When we try and access the web service via the web app we
get the
| following error:
|
| [unrecognized cert]

Was this certification signed by a legitimate CA, or are you working
from a self-signed certificate or something like that?

You may need to import the (local) CA's top-level cert into your cacerts
file in order to make a connection.

You can also install a replacement SSLSocketFactory into the
HttpsURLConnection class which will disable checking entirely (or use
whatever algorithm you want). Let me know if this is what you want to do
and I can post some code.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgzKBUACgkQ9CaO5/Lv0PDONgCfSRDbGwc9vtGf0jX6qxjiy5Jk
NuEAoMNUrOa9LTbFpgxxdB7nmBL1rTGG
=kAmk
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to