nginx reverse proxy with two way SSL to weblogic

前端 未结 2 1845
迷失自我
迷失自我 2021-01-07 08:25

I am trying to use nginx as a reverse proxy to web logic with two way SSL/mutual SSL.

Client <= Two way SSL => NGINX <= Two Way SSL => WebLogic server

2条回答
  •  不知归路
    2021-01-07 09:02

    I have added support for two way/mutual authentication using certificate and key.

    See the pull request:

    https://github.com/nginx/nginx/pull/7

    http://mailman.nginx.org/pipermail/nginx-devel/2014-August/005817.html

    It is been validated against WebLogic 11g server which is configured for two way SSL.

提交回复
热议问题