AIXのCurl SSLエラー

AIXのCurl SSLエラー

こんにちは皆さん、私はカーリングと合流が初めてです。カールコマンドを使用すると、次の問題があります。

カールhttps://example.com/realms/apigw-auth-dev/protocol/openid-connect/token curl:(35)不明なSSLプロトコルエラー:example.comへの接続中に443

次のコマンドを使用して、example.comの場所からルート証明書をインポートしようとしました。

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

しかし、これは役に立ちません。どんなアドバイスも本当にありがとうございます。ありがとうございます!

私はAIX 7.2を使用しています。

curl 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 smts特徴: 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

ベストアンサー1

おすすめ記事