Los navegadores no muestran el protocolo, el intercambio de claves y la información de cifrado de mi sitio utilizando el certificado firmado adecuado para https, pero la depuración de un cliente java que accede al mismo sitio muestra la siguiente información:
*** ServerHello, TLSv1.2
RandomCookie: GMT: 1490496321 bytes = { 66, 137, 113, 105, 106, 27, 21, 88, 87, 171, 101, 163, 48, 196, 98, 95, 61, 89, 178, 47, 146, 65, 65, 124, 89, 82, 61, 93 }
Session ID: {89, 215, 43, 65, 38, 153, 110, 30, 167, 95, 49, 89, 125, 4, 140, 66, 116, 122, 88, 188, 234, 174, 222, 2, 21, 92, 125, 239, 168, 12, 35, 165}
Cipher Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
Compression Method: 0
Extension renegotiation_info, renegotiated_connection: <empty>
***
%% Initialized: [Session-1, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256]
** TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
Sigue la información de la pestaña de seguridad en Chrome:
This page is secure (valid HTTPS).
Valid Certificate
The connection to this site is using a valid, trusted server certificate.
View certificate
Secure TLS connection
**The connection to this site is using a strong protocol version and cipher suite.**
Secure Resources
All resources on this page are served securely.
Internet explorer: Archivo - > Propiedades - > conexión muestra el valor como "cifrado" (sin ningún detalle sobre el protocolo, intercambio de claves, cifrado)
Si trato de ver lo mismo para enlace , puedo ver todos los campos (protocolo, intercambio de claves, cifrado) correctamente
Por ejemplo, En cromo
This page is secure (valid HTTPS).
Valid certificate
The connection to this site is using a valid, trusted server certificate.
View certificate
Secure connection
The connection to this site is encrypted and authenticated using a strong protocol (QUIC), a strong key exchange (X25519), and a strong cipher (AES_128_GCM).
Secure resources
All resources on this page are served securely.