As per Sudheer, if we compile 5.1.x with --enable-spdy , it gets
enabled. Please correct if its not true.
I am stuck with right configuration to get it working.
Below config doesnt work.
CONFIG proxy.config.http.server_ports STRING 80:ipv4
443:ipv4:proto=spdy:ssl
Anyone got spdy working with ATS ? If so, please share configuration.
On Tue, Jan 27, 2015 at 6:45 PM, Yu Zou <zouy@yahoo-inc.com> wrote:
> Hi Ram,
> Spdy source is not a part of ATS i think. But you can find it at '
> https://github.com/tatsuhiro-t/spdylay'. git: '
> https://github.com/tatsuhiro-t/spdylay.git'.
> After compile, you can find spdycat.
> Also, if you want to check whether spdy is enabled or not on a web site,
> and if you use chrome browser, you can use a chrome extension called 'SPDY
> indicator', enable that, when you browse a website, it will give you the
> information of spdy.
>
> Thanks & Best wishes,
> Yu, Zou
>
> ------------------------------
> *From:* Ram Chander <ramquick@gmail.com>
> *To:* Sudheer Vinukonda <sudheerv@yahoo-inc.com>; "
> users@trafficserver.apache.org" <users@trafficserver.apache.org>;
> briangeffon@gmail.com
> *Sent:* Tuesday, January 27, 2015 6:22 PM
> *Subject:* Re: Spdy with Trafficserver
>
> Also spdycat is not found in bin path. How to check if spdy is enabled
> properly ?
>
> Also request to give any configuration on any port that can work with spdy.
>
> thanks.
>
>
>
>
> On Tue, Jan 27, 2015 at 3:33 PM, Ram Chander <ramquick@gmail.com> wrote:
>
> Basically I want my site to listen on 443 and use spdy by default. How to
> do this ?
> I check in chrome which has below spdy indicator installed ->
> https://mysite/index.html
>
> Also below config doesnt work.
>
> CONFIG proxy.config.http.server_ports STRING 80:ipv4
> 443:ipv4:proto=spdy:ssl
>
>
> https://chrome.google.com/webstore/detail/spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin/related
>
> On Tue, Jan 27, 2015 at 3:17 PM, Sudheer Vinukonda <sudheerv@yahoo-inc.com
> > wrote:
>
> Can you provide details on how you are checking that Spdy is not working
> correctly?
>
> Spdy is enabled by default on TLS ports (server ports configured with
> :ssl) - curious to note you have spdy enabled on port 443, but it is not
> configured as a TLS port. Is that intentional?
>
> Most browsers (including chrome and FF) do not allow spdy on non-TLS ports
> by default. So, if you really wanted to allow spdy on a non TLS port only,
> then you can test it with spdycat (should be installed along with your
> trafficserver build compiled with --enable-spdy option).
>
> Thanks,
>
> Sudheer
>
>
> At Jan 27, 2015, 1:36:05 AM, Ram Chander<'ramquick@gmail.com'> wrote:
> Hi,
>
> I am facing issues with enabling spdy. I have compiled 5.1.0 with
> --enable-spdy
> but below configuration is not working
>
> Below is record.config to enable spdy.
>
> CONFIG proxy.config.http.server_ports STRING 80:ipv4 443:ipv4:proto=spdy
>
>
> Request for correct configuration to enable spdy.
>
> Thanks.
>
>
> Regards,
> Ram
>
>
>
>
>
>
|