LoginSignup
6
1

More than 5 years have passed since last update.

curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number

Posted at

タイトルのエラーが
.curlrcにプロキシ設定をしたら解決したため、メモとして残しておきます。
今回は、プロキシサーバ名をexample.com 、ポートを8080としています。

.curlrcを設定

$ vim ~/.curlrc
~/.curlerc
proxy=http://example.com:8080

最後に

初投稿になるので、見にくさ分かりにくさあるかとは思いますが
書き方のアドバイス等のありましたら、よろしくお願いします。

参考

curlコマンドにてProxy設定


6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1