[Bug]: Rest Connection - Unable to test behind proxy
Apache Hop version?
2.12.0
Java version?
openjdk version "17.0.14" 2025-01-21 LTS
Operating system
Linux
What happened?
I am attempting to create a rest connection and I am unable to make it work as the server am working on sits behind a proxy.
Issue Priority
Priority: 3
Issue Component
Component: Metadata
I'm working on more updates to the REST connection metadata type. Proxy support is already added, should be available with Apache Hop 2.14.0.
Thank you @bamaer
@bamaer is there something new in this proxy deficiency? Is there branch to test it?
In my opinion, when my instance is behind corporate proxy, I need to solve this on almost any external resource. I would prefer to be able use .useSystemProperties()
@dodok1, it (obviously) didn't make it into 2.14.0, and it won't be in the upcoming 2.16.0 release either, unfortunately. The problem is not really in the code, that's manageable, but more in finding reliable test environments. If you could help with that, that would be great.
@bamaer well, I can help with ad-hoc testing if you provide me with source of binaries. I recall that building this beast from scratch was sort of a saga.