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

https://github.com/tpokki/mtls-proxy

Small utility that starts local http server, and forwards all requests to remote endpoint that requires mTLS authentication.
https://github.com/tpokki/mtls-proxy

mtls mtls-authentication mtls-request proxy proxy-server

Last synced: 5 months ago
JSON representation

Small utility that starts local http server, and forwards all requests to remote endpoint that requires mTLS authentication.

Awesome Lists containing this project

README

          

# mtls-proxy

Small utility that starts local http server, and forwards all requests to remote endpoint that requires mTLS authentication.

## Usage

```sh
./mtls-proxy -target remote.host.example.com -certificate cert.crt -key private.key -port 8080
curl http://localhost:8080
```