[undertow-dev] Wildfly 11 + ReverseProxy + 2 was ssl

paroczizs . paroczizs at gmail.com
Tue Feb 13 17:15:45 EST 2018


Hi UndertowDev,

Is it possible to configure 2 way ssl with reverse proxy in wildfly
standalone.xml?
The schema and the realm set properly in case of 1 way ssl works fine
however when the back end requests for the client cert the wildfly does not
sent it:

22:12:41,187 INFO  [stdout] (default task-2) *** CertificateRequest

...

22:12:41,213 INFO  [stdout] (default task-2) Warning: no suitable
certificate found - continuing without client authentication




realm looks like this:

<security-realm name="PserverRealm">

    <server-identities>

        <ssl>

            <keystore path="/home/config/pserver.jks"
keystore-password="123456" alias="pserver" key-password="123456"/>

        </ssl>

    </server-identities>

    <authentication>

        <truststore path="/home/config/pserver.jks"
keystore-password="123456"/>

    </authentication>

</security-realm>


Another question whether is basic authentication possible from the
configuration?

Thank you in advance, Zsolt

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Mentes
a vírusoktól. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20180213/b19e1f4d/attachment-0001.html 


More information about the undertow-dev mailing list