Giter Site home page Giter Site logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
It may be the case that we break authentication. We'll dig in and debug.

In the meantime, I'd like to verify a few things:

Did you add

SpdyEnabled on

in your config?

Can you also include any messages from mod_spdy in your error log?

Please also make sure you update to the newest mod_spdy revision (r241)

Thanks!

Original comment by [email protected] on 15 Feb 2012 at 2:31

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
It is r241. It is also on in the global context. I cannot enable it in the
virtual host context because it makes an SNI error. I'll send you the log.
Perhaps it is linked with the SNI configuration. server name indication is
enabled in all the ssl hosts.
Le 15 f�vr. 2012 15:32, <[email protected]> a �crit :

Original comment by [email protected] on 15 Feb 2012 at 2:38

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
First I put "SpdyEnabled On" just before the "SSLEngine On" and I got this 
error message in the log when I access my website on a directory without 
authentication

[Thu Feb 16 08:54:30 2012] [error] Hostname xxx.yyy.com provided via SNI, but 
no hostname provided in HTTP request
(I have 3 virtual ssl host sharing the same IP it works perfectly with all 
modern browser/os)

Second I put "SpdyEnabled On" in the global context and SPDY works perfectly on 
/zabbix without  HTTPAuthentication 
This directory host a Zabbix 1.8.9 server wich is an enterprise-class open 
source distributed monitoring solution the web part is wrote in php5.

But when I try to access the https://***/sms directory there is no error in the 
apache log but Chrome enter an endless wait.
Accessing the same https://***/sms directory from Firefox (without 
spdy)/Opera/IE works perfectly

note I use this settings for SSL port configutation:
            Listen 127.0.0.9:443
            Listen 192.168.2.10:443
            Listen 192.168.2.5:443
            NameVirtualHost 192.168.2.10:443
            NameVirtualHost 192.168.2.5:443
            SSLStrictSNIVHostCheck off

And apache is launch with 
/usr/sbin/httpd2-worker -f /etc/apache2/httpd.conf -DDEFAULT_VHOST -DSSL 
-DSSL_DEFAULT_VHOST
command line 
For being complete I use php5 cgi-fcgi sapi with mod_fcgid:

PHP 5.3.10 (cgi-fcgi) (built: Feb  9 2012 16:02:58) (DEBUG)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

Original comment by [email protected] on 16 Feb 2012 at 8:13

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Thanks for the report.  I can reproduce the Chrome-endlessly-waiting problem 
with even a very simple authentication setup, so it seems that mod_spdy is 
breaking with Apache http authentication (something that I had not yet tested). 
 I'll start looking into how to fix this.

Original comment by [email protected] on 17 Feb 2012 at 5:44

  • Changed state: Accepted

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
I think I've found the issue.  Essentially, we are failing to insert our 
HTTP-to-SPDY translation filters along the code path that is invoked when 
authentication fails and the server needs to send back a 401 response, so 
nothing gets sent and Chrome just hangs, waiting for a response.

The fix appears to be simple; I'll let you know when it's checked in.

Original comment by [email protected] on 17 Feb 2012 at 8:01

  • Changed state: Started

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
I think I've fixed this issue with r243.  Can you sync to that revision and let 
me know if authentication works for you now?

Original comment by [email protected] on 18 Feb 2012 at 6:56

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Thanks a lot it works perfectly, you can close this issue

Original comment by [email protected] on 19 Feb 2012 at 10:24

from mod-spdy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Wonderful, thanks for confirming!  Please do let us know if anything else 
breaks for you.  (-:

Original comment by [email protected] on 20 Feb 2012 at 4:12

  • Changed state: Fixed

from mod-spdy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.