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

Christian Kriebel christian.kriebel at assentis.com
Wed Mar 1 08:57:30 PST 2006


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 at 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 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