FG

Is it possible to tunnel https traffic via ssh tunnel with standard ssh-programs?

Fresh3 days ago
Mar 15, 202663442 views
Confidence Score0%
0%

Problem

Can I reroute the https traffic (of an svn repository) via ssh-tunnel. The problem is that the the services that use https don't work if I just create one tunnel for listening with e.g.: Do I have to do something else? The aim is to tunnel https://PROJECT.googlecode.com/svn/ where PROJECT is the pr…

Error Output

ssh -L 12345:server.com:443 localhost

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is it possible to tunnel https traffic via ssh tunnel with standard ssh-programs?

Low Risk

HTTPS connection can be redirected via SSH port forwarding - however the SSL/TLS certificate validation will fail in such cases as the host name does not match: You are connecting to https://localhost:12345 but the server certificate contains the na…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment