Here is https://test.abinet.ru with 2 cyphers enabled (
https://www.ssllabs.com/ssltest/analyze.html?d=test.abinet.ru&latest)
Firefox under FreeBSD choose the second one, while the same Firefox under Linux or Windows picks up the first.
If I disable the latter, Firefox fails to connect at all, so looks like TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 is inavailable for it.
Is it the problem with my FreeBSD installation or you have the same picture? It is slightly suspicious that top cyphers are unavailable.
https://www.ssllabs.com/ssltest/analyze.html?d=test.abinet.ru&latest)
Code:
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp384r1 (eq. 7680 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH secp384r1 (eq. 7680 bits RSA) FS 128
If I disable the latter, Firefox fails to connect at all, so looks like TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 is inavailable for it.
Is it the problem with my FreeBSD installation or you have the same picture? It is slightly suspicious that top cyphers are unavailable.