An open API service indexing awesome lists of open source software.

https://github.com/fermitools/nginx-gridproxy-module

Attempt at a module to turn on grid proxy support in OpenSSL from nginx.
https://github.com/fermitools/nginx-gridproxy-module

Last synced: about 2 months ago
JSON representation

Attempt at a module to turn on grid proxy support in OpenSSL from nginx.

Awesome Lists containing this project

README

          

This is a module for nginx that turns on OpenSSL support for Grid Proxy certificate authentication.

It is very minimal, composed by @marcmengel and is all cargo-cult at the moment; based on a [discussion and code](https://mailman.nginx.org/pipermail/nginx-devel/2019-March/011999.html) discussion and code from the mailing list by @GiacominiFrancesco, with code rework by @bjwhite-fnal.

It should install as described in
https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus

Note that this is an all-or-nothing proposition; one accepts SSL connections before any data is
transferred, so this not switchable by application / URL / location etc.