Welcome! Log In Create A New Profile

Advanced

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

August 01, 2017 06:02PM
Hi,

Following ciphers i am using :

server {
listen 443 http2;
ssl on;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers
'ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4';
ssl_prefer_server_ciphers on;

===========

What do you think should i change it to ?

Thanks
Shahzaib

On Wed, Aug 2, 2017 at 2:40 AM, spectre inc <sales.skylinehosting@gmail.com>
wrote:

> The current workaround is to change the SSL Cipher Suite
>
> On Tue, Aug 1, 2017 at 5:37 PM shahzaib mushtaq <shahzaib.cb@gmail.com>
> wrote:
>
>> Hi,
>>
>> What fix do you suggest ?
>>
>> Shahzaib
>>
>>
>> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon Virus-free.
>> www.avast.com
>> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link
>> <#m_-6754267639672595285_m_5273588369263236465_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>> On Wed, Aug 2, 2017 at 2:15 AM, spectre inc <sales.skylinehosting@gmail.
>> com> wrote:
>>
>>> I had the same problem when seeing a site with https is that's the case
>>> then it has to do with the ssl and there is work around let me know and
>>> I'll tell you what to fix
>>>
>>> Sent from my iPhone
>>>
>>> On Aug 1, 2017, at 2:30 PM, shahzaib mushtaq <shahzaib.cb@gmail.com>
>>> wrote:
>>>
>>> Hi,
>>>
>>> This error is mostly coming on google chrome. :(
>>>
>>> Shahzaib
>>>
>>> On Tue, Aug 1, 2017 at 8:51 PM, Etienne Robillard <tkadm30@yandex.com>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> i think mozilla don't even support SPDY protocol anymore. The
>>>> replacement is HTTP2.
>>>> Best regards,
>>>>
>>>> E
>>>>
>>>> Le 2017-08-01 à 09:50, shahzaib mushtaq a écrit :
>>>>
>>>> Hi,
>>>>
>>>> Thanks for the answer, the browser is google chrome. Googling not
>>>> helping much we've tried various solutions but all in vain. :-(
>>>>
>>>> http://prntscr.com/g2zqo9
>>>>
>>>> Also the OS is FreeBSD.
>>>>
>>>> Regards.
>>>> Shahzaib
>>>>
>>>> On Tue, Aug 1, 2017 at 5:39 PM, Francis Daly <francis@daoine.org>
>>>> wrote:
>>>>
>>>>> On Tue, Aug 01, 2017 at 01:47:36PM +0500, shahzaib mushtaq wrote:
>>>>>
>>>>> Hi there,
>>>>>
>>>>> > It was working well back in days but there's sudden error which is
>>>>> > preventing our users to play videos in browser. The error is :
>>>>> >
>>>>> > GET
>>>>> > https://domain.com/files/videos/2017/08/01/
>>>>> 15015680292fcdf-360.mp4?h=vOilKo_cOUft5fViRqIcMg&ttl=1501588832
>>>>> > net::ERR_SPDY_PROTOCOL_ERROR
>>>>> >
>>>>> >
>>>>> > We're unable to find any errors in nginx logs.
>>>>>
>>>>> If the error message came from something not-nginx, possibly
>>>>> web-searching
>>>>> for it in the context of that other thing will give a hint as to the
>>>>> reason?
>>>>>
>>>>> Which browser shows the error message, and did that browser change
>>>>> anything recently?
>>>>>
>>>>> Good luck with it,
>>>>>
>>>>> f
>>>>> --
>>>>> Francis Daly francis@daoine.org
>>>>> _______________________________________________
>>>>> nginx mailing list
>>>>> nginx@nginx.org
>>>>> http://mailman.nginx.org/mailman/listinfo/nginx
>>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
>>>>
>>>>
>>>> --
>>>> Etienne Robillardtkadm30@yandex.comhttp://www.isotopesoftware.ca/
>>>>
>>>>
>>> _______________________________________________
>>> nginx mailing list
>>> nginx@nginx.org
>>> http://mailman.nginx.org/mailman/listinfo/nginx
>>>
>>>
>>> _______________________________________________
>>> nginx mailing list
>>> nginx@nginx.org
>>> http://mailman.nginx.org/mailman/listinfo/nginx
>>>
>>
>> _______________________________________________
>> nginx mailing list
>> nginx@nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 01, 2017 04:50AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Francis Daly August 01, 2017 08:40AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 01, 2017 09:52AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Etienne Robillard August 01, 2017 11:54AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 01, 2017 04:32PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

spectre inc August 01, 2017 04:40PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

spectre inc August 01, 2017 05:24PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 01, 2017 05:40PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

spectre inc August 01, 2017 05:48PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 01, 2017 06:02PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Rainer Duffner August 01, 2017 06:04PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Matthias Fechner August 02, 2017 02:10AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Francis Daly August 02, 2017 03:14AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 02, 2017 04:18AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 02, 2017 05:54AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Francis Daly August 03, 2017 03:28AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 03, 2017 12:16PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 03, 2017 05:02PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 03, 2017 05:14PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 04, 2017 07:14AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Alt August 02, 2017 09:53AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 02, 2017 11:06AM

AW: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Lukas Tribus August 02, 2017 11:14AM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 02, 2017 12:44PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Valentin V. Bartenev August 02, 2017 02:04PM

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

shahzaib1232 August 02, 2017 02:06PM

Re: AW: ERR_SPDY_PROTOCOL_ERROR Nginx !!

Alt August 02, 2017 07:18PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 181
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready