On Thu, Jun 10, 2021 at 11:36 AM Henson, Robert (GE CoreTech & Cyber,
Non-GE, US) wrote:
>
> We use apache 2.4.46. We currently are only able to get UUIDv1 to generate.
> We are using the mod_auth_openidc 1.8.10 module. I have tried using
> different versions of the mod_auth_openidc module, b
Hi,
the only TLS available is TLS 1.2 and only 4 ciphers are configured:
# TLS 1.2 (suites in server-preferred order)
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
But the problem is rand
We use apache 2.4.46. We currently are only able to get UUIDv1 to generate.
We are using the mod_auth_openidc 1.8.10 module. I have tried using different
versions of the mod_auth_openidc module, but I am not able to get anything
besides UUIDv1 to generate. I looked at the documentation for 2
Hi Matteo,
sounds like various issues could be the root cause. Maybe a negotiation issue
on the TLS version and/or the Ciphers used?
Another option, the error "SSL3_GET_RECORD:decryption failed or bad record mac“
could also imply that something is wrong with the certificates being used.
HTH,
R