1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

knife ec2実行時に Excon::Errors::SocketError:が発生した場合の対処方法

Posted at
$ gem list knife-ec2

*** LOCAL GEMS ***

knife-ec2 (0.6.4)
$ knife ec2 server list
ERROR: Excon::Errors::SocketError: Unable to verify certificate, please set `Excon.defaults[:ssl_ca_path] = path_to_certs`, `Excon.defaults[:ssl_ca_file] = path_to_file`, or `Excon.defaults[:ssl_verify_peer] = false` (less secure).
$ gem update excon
Updating installed gems
Updating excon
Fetching: excon-0.25.3.gem (100%)
Successfully installed excon-0.25.3
Done installing documentation for excon (0 sec).
Gems updated: excon
 
$ knife ec2 server list
Instance ID  Name  Public IP  Private IP  Flavor  Image  SSH Key  Security Groups  State
・・省略・・
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?