Preguntas etiquetadas con openssl

9
OpenSSL no recoge CAs en la carpeta certs

Tenemos problemas para curlno conectarnos a un servidor HTTPS: $ curl https://the-problem-site.com (not the real URL!) curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) 1112 está SSL_R_TLSV1_UNRECOGNIZED_NAMEadentro ssl.h. Si lo intento, openssl s_client -connect...

5
¿Cómo habilitar TLS 1.2 en apache?

El TLS actual habilitado en mi servidor es "tls 1", ¿cómo puedo habilitar tls 1.2 en mi servidor ubuntu? ¿Tengo que actualizar mi openssl primero? # apache2ctl -v Server version: Apache/2.2.12 (Ubuntu) # openssl version -a OpenSSL 0.9.8g 19 Oct 2007 built on: Fri Dec 3 23:05:00 UTC 2010 platform:...