-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Daisuke Sato edited this page Oct 28, 2020
·
1 revision
[Err] [REST.cc:205] Error in REST request
libcurl: (51) SSL: no alternative certificate subject name matches target host name 'api.ignitionfuel.org'
~/.ignition/fuel/config.yaml
を以下のように修正することでこのエラーに対して対応ができます。
- url: https://api.ignitionfuel.org
+ url: https://api.ignitionrobotics.org
以下のコマンドを実行すれば~/.ignition/fuel/config.yaml
を修正できます。
$ sed -i -E 's/api\.ignitionfuel\.org/api.ignitionrobotics.org/g' ~/.ignition/fuel/config.yaml