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.
- Host: GitHub
- URL: https://github.com/fermitools/nginx-gridproxy-module
- Owner: fermitools
- License: apache-2.0
- Created: 2024-03-11T15:04:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T21:05:19.000Z (over 1 year ago)
- Last Synced: 2025-02-23T22:19:02.281Z (over 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.