Hi Philip,
First of all, thank you for providing such a comprehensive and useful set of libraries for Peppol — they have been a great help to us.
Currently, I’m working on deploying our Access Point (AP), which uses the phase4 library to send and receive Peppol messages within a Kubernetes cluster. In our setup, we need to control all inbound and outbound traffic, so the AP must be configured to route requests through a proxy.
Since the AP performs POST requests to dynamic URLs, proxy usage is essential. However, after checking the current implementation of ph-httpclient, it appears that only HTTP proxy is supported.
Would it be possible to add support for HTTPS proxy as well? This would greatly help us ensure compliance with our network policies and secure infrastructure setup.
Thank you!
Hi Philip,
First of all, thank you for providing such a comprehensive and useful set of libraries for Peppol — they have been a great help to us.
Currently, I’m working on deploying our Access Point (AP), which uses the phase4 library to send and receive Peppol messages within a Kubernetes cluster. In our setup, we need to control all inbound and outbound traffic, so the AP must be configured to route requests through a proxy.
Since the AP performs POST requests to dynamic URLs, proxy usage is essential. However, after checking the current implementation of ph-httpclient, it appears that only HTTP proxy is supported.
Would it be possible to add support for HTTPS proxy as well? This would greatly help us ensure compliance with our network policies and secure infrastructure setup.
Thank you!