GitHub user lionants02 edited a discussion: Can Apache Hop use SOCKS proxy?

My system has a connection to an internal database that requires opening a 
SOCKS proxy with putty via an SSH connection first.

I tried the same setup method as the P... program in Hop by adding the 
parameters `-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=3255` in the 
`HOP_OPTIONS` variable, but it didn't work. Can anyone recommend or reference 
the settings?

I'm currently studying Hop to plan a migration from the P... program.
```mermaid
flowchart TD
   subgraph pc["Local PC"]
     hop_u["Hop user putty ssh"]
     hop_p["Apache Hop Program"]
   end
   brocker["Server brocker"]
   db["Mongo Database"]

   hop_u-->|"Step 1-ssh auth"| brocker
   hop_p -->|"Step 2-connect Mongo by socks proxy tcp:xxxx"| hop_u
   hop_u -->|"Step 3-use ssh tunnel"| brocker
   brocker --> |"Step 4-connect Mongo"| db

```


GitHub link: https://github.com/apache/hop/discussions/5496

----
This is an automatically sent email for users@hop.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org

Reply via email to