[xep-support] SSL Certificate issue
Earl Hood
earl at earlhood.com
Fri Jan 9 08:25:37 PST 2009
On Fri, Jan 9, 2009 at 2:08 AM, Michael Sulyaev <msulyaev at 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 at 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
More information about the Xep-support
mailing list