Abhinav Singh
Abhinav Singh
Hi @notatallshaw Thanks for reporting this. I think something keeps changing between Python versions and it breaks multiprocessing based log handlers. For now you can simply write a plugin and...
IIUC correctly, we are talking about following feature - https://github.com/abhinavsingh/proxy.py/issues/1132 We'll likely address it in upcoming release, include support for self-signed certificates, ability to provide custom openssl path. I estimate...
@nettnikl Unfortunately, there is no current branch. I believe once onto it, might take a few hours to carve out a developer level APIs for reverse proxy ecosystem. Till then...
@nettnikl https://github.com/abhinavsingh/proxy.py/pull/1252 will add support for modifying the request object before the request gets routed. Give it a try when you can. Let me know if this isn't working as...
Thanks for highlighting this. Indeed, pushing multi-arch images to Docker was a left out task. Can you try GCR which does contain multi-arch images https://github.com/abhinavsingh/proxy.py/pkgs/container/proxy.py
@basudip Correct. Issue is our release workflow currently don't push to Docker. We need to get that fixed. All releases you see on Docker were made manually by me. On...
Reverse proxy plugin ecosystem must also support same lifecycle hooks as those with proxy server plugins. This will allow plugin developers to also modify request/response objects for reverse proxy requests.
@EpicBirb Can you check if `certifi` is installed. A few others have reported that on certain environments, certifi might be missing. Interception depends upon a CA bundle, provided by `certifi`...
Cool, so that's not an issue in your case. You still see the `FileNotFoundError`, which simply means intermediate certificates were not generated. We know `certifi` exists, as expected this should...
> Can I get a reply? Sorry, but this may require me to setup a `RPi` for reproducing your scenario. Without a reproducible environment we'll end up playing hit-and-trial game....