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

            Bug ID: 55320
           Summary: Plain-text request is sent to WSS URL (which should be
                    over SSL) in mod_proxy_wstunnel
           Product: Apache httpd-2
           Version: 2.4.6
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]

When I configure ws_proxy_wstunnel module with wss:// URL the request is
actually sent in plaintext which gets rejected by backend server due to SSL
handshake failure.

Suggested correction,
314a315
>     int is_ssl = 0;
320a322
>         is_ssl = 1;
344c346
<     backend->is_ssl = 0;
---
>     backend->is_ssl = is_ssl;

Thanks,

Alex

-- 
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