Hi! I've a Client-Server app that uses JBoss Servers and Swing Clients that 
communicate over JMS. I've already set my JBoss up, and my swing clients are able to 
connect to the server either using UIL2 Connection Factory or  HTTPIL 
ConnectionFactory.
So I was able to connect the client with the server using JMS over HTTPS.
My next step, is to connect to the JBoss server with the client being behind an HTTPS 
proxy. Well I've configured the https.proxyHost, https.proxyPort  and the proxySet in 
the client, and I can connect to a non-Authenticated proxy.
But when I try to connect to my proxy with username and password, specifiying the 
https.proxyUser and https.proxyPassword, the proxy denies the access, not seeing the 
username and password, as it was never sent.
I've tryied with an authenticator, but nothing changed.
What should I do to connect JMS over a tunneled (proxied with authentication) HTTPS?
Can you PLEASE help me?
I really need this, because the project may fail without this.
Thanks a lot,
         Marcelo

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831013#3831013

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831013


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to