Commit 393d1b05 authored by justcoding121's avatar justcoding121

Allow SSL on port 80

parent 53ef4286
......@@ -104,12 +104,6 @@ namespace Titanium.Web.Proxy
await TunnelConnectRequest.InvokeParallelAsync(this, connectArgs);
}
if (httpRemoteUri.Port == 80)
{
// why is this needed? HTTPS not allowed on port 80?
excluded = true;
}
if (!excluded && await CheckAuthorization(clientStreamWriter, connectArgs) == false)
{
if (TunnelConnectResponse != null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment