You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. So i'm trying to create a multi-hop TCP tunnel where packets travel from point A → B → C → D, and back.
• A → B: plain TCP
• B → C: needs to be secured using TLS with a certificate
• C → D: plain TCP
Both B and C are running instances of the Gost application.
I want to secure only the B → C (and vice versa) segment using TLS with a certificate.
My Question is:
What is the correct Gost command to run on both B and C to achieve this setup?
Please provide example command lines for both instances.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. So i'm trying to create a multi-hop TCP tunnel where packets travel from point A → B → C → D, and back.
• A → B: plain TCP
• B → C: needs to be secured using TLS with a certificate
• C → D: plain TCP
Both B and C are running instances of the Gost application.
I want to secure only the B → C (and vice versa) segment using TLS with a certificate.
My Question is:
What is the correct Gost command to run on both B and C to achieve this setup?
Please provide example command lines for both instances.
Beta Was this translation helpful? Give feedback.
All reactions