Skip to content

Instantly share code, notes, and snippets.

@emilong
Last active November 23, 2017 08:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilong/d4348b17988c186a8347 to your computer and use it in GitHub Desktop.
Save emilong/d4348b17988c186a8347 to your computer and use it in GitHub Desktop.
Run chrome on OSX, disabling DHE
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --cipher-suite-blacklist=0x0011,0x0012,0x0013,0x0014,0x0015,0x0016,0x002D,0x0032,0x0033,0x0038,0x0039,0x0040,0x0044,0x0045,0x0063,0x0065,0x0066,0x0067,0x006A,0x006B,0x0087,0x0088,0x008E,0x008F,0x0090,0x0091,0x0099,0x009A,0x009E,0x009F,0x00A2,0x00A3,0x00AA,0x00AB,0x00B2,0x00B3,0x00B4,0x00B5
@emilong
Copy link
Author

emilong commented Jun 4, 2015

List of suites from https://www.thesprawl.org/research/tls-and-ssl-cipher-suites/, grepping for DHE without ECDHE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment