FG

HTTP to HTTPS Tunnel

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

Problem

So the issue is that I have quite a few homebrew scripts/web testing programs that only work with HTTP. The problem is that the website only allows HTTPS connections. Does anyone know of a way to have like a proxy or something maintain the SSL connection while forwarding the HTTP traffic? I suppose…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: HTTP to HTTPS Tunnel

Low Risk

Yes. One answer is stunnel. I'll leave it to you to read that guy's nice tutorial, but the gist is that stunnel takes any TCP connection (HTTP on the net uses TCP) and wraps it in an SSL connection, which is exactly what you would need to connect to…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment