https://issues.apache.org/bugzilla/show_bug.cgi?id=57092

            Bug ID: 57092
           Summary: EBCDIC problem with ProxyRemote to HTTPS
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32110
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32110&action=edit
Fix ProxyRemote with ProxyPass when using EBCDIC

When using EBCDIC encoding, HTTPS through ProxyPass and ProxyRemote doesn't
work correctly. For example:

<VirtualHost *:441>
SSLProxyEngine on
ProxyRemote https https://127.0.0.1:441
ProxyPass /proxyme https://127.0.0.1/index.html
</VirtualHost>

<VirtualHost *:442>
ProxyRemote on
</VirtualHost>

results in a 403 and this in the error log:

(70014)End of file found: AH00958: HTTPS: attempt to connect to localhost:443
via http CONNECT through 127.0.0.1:442 (localhost) failed

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to