You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Darwin REDACTED 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64 and Linux REDACTED 4.19.66-v7l+ Switch ClosureLinter to other linter. #1253 SMP Thu Aug 15 12:02:08 BST armv7l GNU/Linux
Subsystem: https
The https module doesn't appear to be enabling DHE ciphers. When creating a server which should offer ECDHE-RSA-AES128-GCM-SHA256 and DHE-RSA-AES128-GCM-SHA256, only the ECDHE ciphers is actually offered. I've created a sample repository.
Thanks to my colleague, @zamnuts, for his assistance with identifying this issue. He pointed out a smaller example of this issue:
The https module doesn't appear to be enabling DHE ciphers. When creating a server which should offer
ECDHE-RSA-AES128-GCM-SHA256
andDHE-RSA-AES128-GCM-SHA256
, only the ECDHE ciphers is actually offered. I've created a sample repository.Thanks to my colleague, @zamnuts, for his assistance with identifying this issue. He pointed out a smaller example of this issue:
According to the default cipher suite
DHE-RSA-AES128-GCM-SHA256
should be offered, but isn't.The text was updated successfully, but these errors were encountered: