[JBoss-user] [Security & JAAS/JBoss] - Re: SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 w

2006-04-12 Thread littlefish
HI somebody told me that using "stunnel" to do the encryption between Apache 
and JBoss with clustering, but i still haven't test it.

http://www.stunnel.org

anybody try it before?




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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 w

2006-04-06 Thread msolnit
Hi there!  I am dealing with a similar problem.  The SSL part works (clients 
can access my JBoss content via Apache using HTTPS), but the authentication 
doesn't.

Before, when I was using Tomcat 5.5 stand-alone, clients had to authenticate 
with a name/password before viewing pages.  Now, using JBoss 4.0.3 SP1, they 
can just get right in.

My mod_jk configuration is almost exactly the same.

Any thoughts, anyone?  All help is appreciated.

-- Matt

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 w

2006-04-05 Thread littlefish
mod_proxy is only for proxy forward. mod_jk is using to be load balancer. 

[client] <--https--> [Apache] <--ajp13--> [JBoss 3.2.5 (A)]
   ^ajp13--> [JBoss 3.2.5 (B)]

When i setup all the ssl in Apache and JBoss, and using Ethereal to capture the 
data from Apache, i found that the data haven't encrypt in ajp13.

So that i can't use mod_proxy to do load balancer.^^

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 w

2006-04-04 Thread [EMAIL PROTECTED]
use apache's mod_proxy


example :

ProxyPass /1 https://172.29.95.11:4443/1
ProxyPassReverse /1 https://172.29.95.11:4443/1


here you forward context /1 from apache in front to another https server




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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user