openssl이 서버에서 중단됩니다.

openssl이 서버에서 중단됩니다.

서버에 문제가 있습니다. 포트 443을 통해 요청하는 경우 wget, 컬 및 관련 명령이 작동하지 않습니다.

명령이 2~3분 동안 중단된 후 "시간 초과"라는 메시지가 표시됩니다.

# curl -v google.com:443
* About to connect() to google.com port 443 (#0)
*   Trying 2a00:1450:4009:806::200e...

그리고

# openssl s_client -connect facebook.com:443

뭐가 문제 야?

네트워크 인터페이스 구성은 다음과 같습니다 cat /etc/network/interfaces.

auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet6 auto
iface eth0 inet static
address 111.22.333.44/24
gateway 111.22.333.1

관련 정보