TLS - tempo limite de handshake

0

Eu tenho um problema com o Ubuntu Server 16.04 na pilha dupla (IPv4 / v6).

Quando solicito servidores somente IPv4, como Paypal ou DockerHub, recebi o tempo limite de handshake TLS:

$ curl -vvv https://paypal.com                                                                                                                                                  130
* Rebuilt URL
*   Trying 64.4.250.33...
* Connected to paypal.com (64.4.250.33) port 443 (#0)
* found 173 certificates in /etc/ssl/certs/ca-certificates.crt
* found 692 certificates in /etc/ssl/certs
* ALPN, offering http/1.1


* Operation timed out after 0 milliseconds with 0 out of 0 bytes received
* Closing connection 0
curl: (28) Operation timed out after 0 milliseconds with 0 out of 0 bytes received

$docker pull nginx                                                                                                                                                              
Using default tag: latest
Error response from daemon: Get registry-1.docker/v2/: net/http: TLS handshake timeout

Minha conectividade IPv4 funciona bem, mas não entendo por que recebi esses problemas de TLS.

Alguma idéia para me ajudar?

    
por Valentin Ouvrard 15.06.2017 / 23:18

1 resposta

0

Esta mensagem está chegando devido ao apparmor de serviço de firewall padrão no ubuntu está impedindo de puxar o nginx. Permitir que aparente ou pare o apparmor primeiro.

    
por Dheeraj Kumar 13.09.2017 / 19:11