Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

SSL proxy client certificate rewrite to username/password (no replies)

$
0
0
I want to use VoltDB's HTTP JSON interface
http://voltdb.com/docs/UsingVoltDB/ProgLangJson.php
section 15.2.1

I also want to use certificate based authentication of the client. I am thinking that I can use nginx as SSL frontend and have it rewrite the URL to include a randomly generated username and password as required by VoltDB. But, I can't figure out how to write the rewrite rule in nginx's conf file. I need to write multiple rules like this:
if client certificate common name is X, add to URL the arguments, user=PRF(x, u)&password=PRF(x, p) where PRF is a pseudo random function

Is this possible? How? I appreciate your help!

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>