Is AES-GCM supported in python by default? I have a vague recollection that
it is not (certainly possible my knowledge is outdated as well).
On Wed, Dec 21, 2016 at 10:21 AM, Jacob Shadix
wrote:
> I was testing client encryption w/cqlsh and get the following error when
> using TLS_DHE_RSA_WITH_A
I was testing client encryption w/cqlsh and get the following error when
using TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 as the cipher. Any ideas why?
Last error: _ssl.c:492: EOF occurred in violation of protocol")})
-- Jacob Shadix