AIX의 Curl SSL 오류

AIX의 Curl SSL 오류

안녕하세요 여러분, 저는 컬링과 합류가 처음입니다. 컬 명령을 사용하면 다음과 같은 문제가 있습니다.

곱슬https://example.com/realms/apigw-auth-dev/protocol/openid-connect/token 컬: (35) 알 수 없는 SSL 프로토콜 오류: example.com에 연결하는 동안 443

다음 명령을 사용하여 example.com 위치에서 루트 인증서 가져오기를 시도했습니다.

keytool -import -file root.crt -alias CertAuth -keystore "keystorefile"

그러나 이것은 도움이 되지 않습니다. 어떤 조언이라도 대단히 감사하겠습니다. 감사해요!

저는 AIX 7.2를 사용하고 있습니다.

컬 7.44.0 (powerpc-ibm-aix6.1.0.0) libcurl/7.44.0 OpenSSL/1.0.2u zlib/1.2.12 프로토콜: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 특징: IPv6 대용량 파일 NTLM NTLM_WB SSL libz TLS-SRP UnixSockets

openssl 버전OpenSSL 1.0.2u 2019년 12월 20일

컬 -v 결과:

curl -v https://example.com/realms/apigw-auth-dev/protocol/openid-connect/token
*   Trying 10.110.255.70...
* Connected to example.com (10.110.255.70) port 443 (#0)
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* TLSv1.2 (OUT), TLS Unknown, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS alert, Server hello (2):
* Unknown SSL protocol error in connection to example.com:443
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to example.com:443

관련 정보