Re: [xep-support] SSL Certificate issue

From: Earl Hood <earl@earlhood.com>
Date: Fri Jan 09 2009 - 08:25:37 PST

On Fri, Jan 9, 2009 at 2:08 AM, Michael Sulyaev <msulyaev@renderx.com> wrote:

> I believe there may be other problems of this kind, e.g. self-signed
> certificates. I thought there is a way to manually import certificates (to
> make them trusted) in the Security tab of jcontrol (Java Control Panel), but
> I've never tried. Did not it help?

Sun's Java documentation does provide information on importing
certificates so the HTTPS handler can verify server certificates.

Basically, you need to register the server's public certificate to
the JRE you are using. The "keytool" program for can be used
to do this.

The alternative is to write your own connection handler so all
certificates are trusted, but this requires knowledge of Java
programming and the ability to invoke XEP via Java API
(but system properties may be able to be used to register
your handler so XEP can still be called via command-line).

--ewh
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Fri Jan 9 08:43:43 2009

This archive was generated by hypermail 2.1.8 : Fri Jan 09 2009 - 08:43:49 PST