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.
- Host: GitHub
- URL: https://github.com/tpokki/mtls-proxy
- Owner: tpokki
- License: mit
- Created: 2024-08-24T18:01:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T13:18:07.000Z (10 months ago)
- Last Synced: 2025-09-02T14:26:31.577Z (10 months ago)
- Topics: mtls, mtls-authentication, mtls-request, proxy, proxy-server
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```