
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
configurable-http-proxy
Advanced tools
This is a pure python implementation of the configurable-http-proxy written in nodejs. It is meant to be a drop in replacement.
Prerequisite: Python 3.6+
pip install configurable-http-proxy
The following items are supported:
The following options are additional (not available in nodejs CHP currently):
The following options are not supported (yet):
--ssl-*
, --api-ssl-*
, --client-ssl-*
, --insecure
)--redirect-port
and --redirect-to
--change-origin
--protocol-rewrite
and --auto-rewrite
--metrics-port
and --metrics-ip
Using a SQL DBMS instead of the default in-memory store enables chp to be replicated in a High Availability scenario.
To use a SQL DBMS as the storage backend:
$ pip install configurable-http-proxy[sqla]
sqlite:///chp.sqlite
.$ export CHP_DATABASE_URL="sqlite:///chp.sqlite"
$ configurable-http-proxy --storage-backend configurable_http_proxy.dbstore.DatabaseStore
$ export CHP_DATABASE_TABLE="chp_routes"
FAQs
A python implementation of configurable-http-proxy
We found that configurable-http-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.