Frage

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!

War es hilfreich?

Lösung

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

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

Andere Tipps

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

and disable spdy there and relaunch chrome.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"DisableSpdy"=dword:00000001

disable Experimental QUIC protocol.

chrome ver 45.0.2454.93

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top