14

I'd like to know how to disable automatically using SPDY protocol in Google Chrome. I need to make some IDS related tests and for that purpose I'd like to temporarily access Twitter or Google using HTTP SSL and not SPDY.

Is there even an option to disable it in Chrome? I couldn't find anything on Google.

Regards!

blackd0t
  • 439
  • 1
  • 6
  • 13

4 Answers4

17

Well, you just need to run chrome with SPDY support disabled, that's all! Like this:

"...\chrome.exe" --use-spdy=off

raina77ow
  • 103,633
  • 15
  • 192
  • 229
  • does nothing on my v40 build. this will become the same moving target we had for disabling referrer all over again... – gcb Oct 06 '14 at 20:03
  • You need do close all chrome instances before this will work. You can check this by opening this page: chrome://net-internals/#http2 – Karsten Aug 14 '15 at 09:48
  • Can I put it somehow in permanent settings on OSX so that not to add this key every time? – Sergei Basharov Feb 03 '17 at 06:26
1

you can check all the setting by going to chrome://flags/

and disable spdy there and relaunch chrome.

user3517560
  • 59
  • 2
  • 4
  • 5
    There isn't a spdy option in the flags panel. My Chrome version is 44.0.2403.107. – Fiona Jul 28 '15 at 05:49
  • 1
    As above, option does not exist in chrome://flags/ – Digs Aug 11 '15 at 15:29
  • 1
    I don't know why people are down-voting you. When you posted it in Jan 2015 it was there and it was removed (along with Async DNS) by Google in mid March 2015. – Nicholas Yost Mar 08 '16 at 18:44
-1
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"DisableSpdy"=dword:00000001
Ry-
  • 218,210
  • 55
  • 464
  • 476
Rob
  • 1
  • 2
    You should probably provide something more than a registry key incase people don't know what they're looking at there. Also, as it's a registry key, it'll only work on Windows. – markwalker_ Jun 21 '16 at 17:35
  • 1
    Please edit with more information. Code-only and "try this" answers are discouraged, because they contain no searchable content, and don't explain why someone should "try this". We make an effort here to be a resource for knowledge. – abarisone Jun 22 '16 at 11:58
  • This registry key may have existed in an earlier version, but does not exist for me. Chrome Version 70.0.3538.110 (Official Build) (64-bit) – Joey Rizza Dec 14 '18 at 15:42
-3

disable Experimental QUIC protocol.

chrome ver 45.0.2454.93

simon
  • 5