LoginSignup
4

More than 3 years have passed since last update.

[Err] [REST.cc:205] Error in REST request during startup gazebo

Last updated at Posted at 2019-09-26

[Err] [REST.cc:205] Error in REST request during startup gazebo

$ gazebo /opt/ros/crystal/share/gazebo_plugins/worlds/gazebo_ros_joint_state_publisher_demo.world

[Err] [REST.cc:205] Error in REST request

libcurl: (51) SSL: no alternative certificate subject name matches target host name 'api.ignitionfuel.org'

Fix bug

change ~/.ignition/fuel/config.yaml as following.

url: https://api.ignitionfuel.org

to

url: https://api.ignitionrobotics.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
4