Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kerberos 認証で保護されている https 経由で Web サーバーからファイルをダウンロードする Linux シェルからスクリプトを作成しようとしています。wget と curl を使用してみましたが、どちらも https 経由の kerberos をサポートしていないようです。
https 経由で kerberos をサポートする Linux コマンドライン ユーティリティはありますか? もしそうなら、あなたはそれをどのように使いますか?
curl の man ページを確認してください。--negotiate を使用して、SPNego/GSSAPI/Kerberos を使用できます。ほとんどの Web サーバーは SPNego をサポートしています。
curlでコンパイルすると SPNEGO がサポートされますfbopensslが、組み込みのサポートはありません。私はそれをやったし、それは動作します。
curl
fbopenssl