Hi Eric,
java app expect this content:

--BEGIN CERTIFICATE--xxxxxxxxxxxxx--END CERTIFICATE--

or

xxxxxxxxxxxxxxx

..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: *——BEGIN CERTIFICATE——XXXXXXXXXXXXXXXXXXXXXXXXXX—END
CERTIFICATE——

I need remove only string 'X-Client-Cert:' because is not possible build
certificate client. Everything else must remain.

Regards!


El El vie, 31 mar 2017 a las 1:10, Eric Covener <cove...@gmail.com>
escribió:

> On Thu, Mar 30, 2017 at 6:30 PM, Nacho Fernandez <zif...@gmail.com> wrote:
> > [truncated] X-Client-Cert: ——BEGIN
> > CERTIFICATE——XXXXXXXXXXXXXXXXXXXXXXXXXX—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:
> >
> > [truncated] ——BEGIN CERTIFICATE——XXXXXXXXXXXXXXXXXXXXXXXXXX—END
> > CERTIFICATE——
> >
> > Anyone know how remove header name “X-Client-Cert:” in apache side and
> only
> > send data content?. Currently is impossible change source code in
> > application side.
>
>
> Removing the header name doesn't make any sense. Is it "---BEGIN
> CERTIFICATE" that you want to remove?
>
>
> --
> Eric Covener
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to