[Bug 1445914] Re: Secure web socket proxy does not work in Apache 2.4.7
Bug Watch Updater
1445914 at bugs.launchpad.net
Sun Apr 26 08:45:55 UTC 2015
Launchpad has imported 9 comments from the remote bug at
https://bz.apache.org/bugzilla/show_bug.cgi?id=55320.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2013-07-29T03:08:36+00:00 Alex-leo-ca wrote:
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
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/0
------------------------------------------------------------------------
On 2013-11-11T22:01:36+00:00 Jason-hoos wrote:
Created attachment 31035
Patch for mod_proxy_wstunnel.c
I ran into this issue today. To assist others, I'm attaching a patch
file with Alex's fix.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/1
------------------------------------------------------------------------
On 2014-04-13T17:01:33+00:00 Covener-0 wrote:
Thanks for the report, equivalent patch seems to be applied in trunk and
2.4.x.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/2
------------------------------------------------------------------------
On 2014-05-14T14:38:38+00:00 Ylavic-dev wrote:
*** Bug 56515 has been marked as a duplicate of this bug. ***
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/3
------------------------------------------------------------------------
On 2014-05-14T14:41:46+00:00 Ylavic-dev wrote:
This does not seem to be fixed (Bug 56515), at least I can't find the
corresponding code. Eric?
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/4
------------------------------------------------------------------------
On 2014-05-14T15:14:15+00:00 Covener-0 wrote:
Looking now, I must have misread
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/5
------------------------------------------------------------------------
On 2014-05-16T22:04:16+00:00 Ylavic-dev wrote:
Commited in trunk with r1594625.
Proposed for backport in 2.4.x.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/6
------------------------------------------------------------------------
On 2014-06-06T06:32:14+00:00 Ylavic-dev wrote:
Backported in upcoming 2.4.10.
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/7
------------------------------------------------------------------------
On 2014-08-18T07:41:02+00:00 tititou wrote:
Fixed and released in 2.4.10
Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/comments/8
** Changed in: apache2
Status: Unknown => Fix Released
** Changed in: apache2
Importance: Unknown => High
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1445914
Title:
Secure web socket proxy does not work in Apache 2.4.7
To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1445914/+subscriptions
More information about the Ubuntu-server-bugs
mailing list