-
1. Re: Undertow + mod_cluster
rhusar Oct 2, 2013 12:16 PM (in response to weinanli)There is currently a regression so it was temporarily disabled. Please build with this patch: https://github.com/wildfly/wildfly/pull/5164 (hopefully beta1).
The support should be complete, make sure you change your "connector" attribute to the correct listener. Can you please test and let me know if there are problems?
BTW I have noticed that depending on non-existent connector is fine. Needs improvement.
-
2. Re: Undertow + mod_cluster
weinanli Oct 3, 2013 3:04 AM (in response to rhusar)Sure, I'll play it this weekend :-)
-
3. Re: Undertow + mod_cluster
weinanli Oct 9, 2013 5:31 AM (in response to rhusar)Rado, while I'm configuring my environment for testing I have some questions: Does Http and AS7 need a two way SSL authentication? That means, should httpd trust AS7's cert, or AS trust https's cert, or they should trust each other's cert?
-
4. Re: Undertow + mod_cluster
rhusar Oct 9, 2013 7:04 AM (in response to weinanli)Does Http and AS7 need a two way SSL authentication?
Yes.
That means, should httpd trust AS7's cert, or AS trust https's cert, or they should trust each other's cert?
Each other.
-
5. Re: Undertow + mod_cluster
weinanli Oct 9, 2013 7:52 AM (in response to rhusar)Thanks! I'll use my own CA to sign both sides then :-)