Re: [users@httpd] Send header apache to java (jboss) through ajp

2017-03-31 Thread Eric Covener
On Fri, Mar 31, 2017 at 1:33 AM, Nacho Fernandez wrote: > I need remove only string 'X-Client-Cert:' because is not possible build > certificate client. Everything else must remain. This doesn't make sense unless you're saying the X-Client-Cert header value also begins with the text "X-Client-Cer

Re: [users@httpd] Send header apache to java (jboss) through ajp

2017-03-30 Thread Nacho Fernandez
Hi Eric, java app expect this content: --BEGIN CERTIFICATE--x--END CERTIFICATE-- or xxx ..in both cases this is public certificate client. If you save this content to 'file.crt' you can view it. The problem is that the content receive in jboss side is: *X-Client-Cert:

Re: [users@httpd] Send header apache to java (jboss) through ajp

2017-03-30 Thread Eric Covener
On Thu, Mar 30, 2017 at 6:30 PM, Nacho Fernandez wrote: > [truncated] X-Client-Cert: ——BEGIN > CERTIFICATE——XX—END CERTIFICATE—— > > The Header name is sent!! with content. But i need receive this one so that > application be able to read public certificate client: > > [tru

[users@httpd] Send header apache to java (jboss) through ajp

2017-03-30 Thread Nacho Fernandez
Hi everyone, i need send header content “*X-Client-Cert*” from Apache Web Server to java application deploy in Jboss, through AJP protocol. With directive below, in Apache Virtual Host, i check Header reach Jboss but application not found because