ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

installing rosserial_Arduino error

asked 2013-01-21 10:49:38 -0500

monidiaz gravatar image

Hi,

when i run :

hg clone https://kforge.ros.org/rosserial/hg rosserial

i get the next error:

abort: error: _ssl.c:504:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed

I was searching some solution but i dont find anything . any help? thnks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-01-22 03:55:57 -0500

davinci gravatar image

updated 2013-01-22 03:56:39 -0500

The certificate is not correct (expired). You can add the option --insecure to your command to disable certificate validation.

hg clone --insecure https://kforge.ros.org/rosserial/hg rosserial

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-21 10:49:38 -0500

Seen: 357 times

Last updated: Jan 22 '13