dave-csc opened a new issue, #4768: URL: https://github.com/apache/hop/issues/4768
### Apache Hop version? 2.11.0 ### Java version? 17.0.2 ### Operating system Linux ### What happened? The HTTP action can download files via HTTPS only if a proxy is not specified (and not required): if a proxy server is specified, the values are ignored. Proposed fix: set also the Java system variables `https.proxyHost` and `https.proxyPort` (in the current Hop version only the HTTP counterparts are set and reset), using the values provided in the dialog under Authentication. ### Issue Priority Priority: 2 ### Issue Component Component: Actions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
