[xep-support] Is XEP using HttpsURLConnection when resolving images thru https ?

From: Christian Kriebel <christian.kriebel@assentis.com>
Date: Wed Mar 01 2006 - 08:57:30 PST

Hello

I have an environment where images are located on a application server which
can be accessed by https and a client certificate only.
e.g. url(https://host:port/...)

In my own code I connect in this way:

HttpsURLConnection uc = (HttpsURLConnection)url.openConnection();
uc.setSSLSocketFactory( sslContext.getSocketFactory() );
uc.connect();
uc.getInputStream();
...

Where sslContext is an instance of javax.net.ssl.SSLContex initializing the
neccessary providers, keymanagers, keystores, etc.

Is it possible to set the SSLSocketFactory anywhere in xep ?

Thanks in advance
Christian Kriebel

~~~~~~~~~~~~~~~~~~~~~
Dr. Christian Kriebel - CTO
Assentis Technologies AG
Lettenstr. 7, 6343 Rotkreuz, Switzerland

mailto:christian.kriebel@assentis.com
Mobile: +41-79-233 19 74
Phone : +41-41-790 91 92
~~~~~~~~~~~~~~~~~~~~~

-------------------
(*) 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 Wed Mar 1 09:31:17 2006

This archive was generated by hypermail 2.1.8 : Wed Mar 01 2006 - 09:31:20 PST