LoginSignup
6
0

More than 3 years have passed since last update.

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

Posted at

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'

6
0
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
0