LoginSignup
0

More than 1 year has passed since last update.

posted at

gazebo起動時のエラー対策(libcurl: (51) SSL: no alternative certificate subject name matches target host name 'api.ignitionfuel.org')

gazebo起動時に以下エラーが発生

$ gazebo
[Err] [REST.cc:205] Error in REST request
libcurl: (51) SSL: no alternative certificate subject name matches target host name 'api.ignitionfuel.org'

以下の通りconfigを修正して解決

~/.ignition/fuel/config.yaml
-    url: https://api.ignitionfuel.org
+    url: https://api.ignitionrobotics.org

参考

SSL: no alternative certificate subject name matches target host name 'api.ignitionfuel.org'

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
What you can do with signing up
0