I am installing ROS Electric on OSX Lion (10.7) using the commands from the install page
rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=electric&variant=desktop-full&overlay=no"
I keep having to validate the server certificate over and over again. I keep hitting (p) for permanently, but it doesn't seem to remember. How do I fix this? Now, to be clear, I eventually am able to download all of ROS (and with major modifications) get it up and running on OSX Lion. For linux there is a command to get and update keys:
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
What is the equivalent command for OSX (using key chains I assume) to avoid the following error?
Error validating server certificate for 'https://code.ros.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: *.ros.org
- Valid: from Thu, 10 Sep 2009 23:16:35 GMT until Wed, 12 Sep 2012 05:05:53 GMT
- Issuer: Equifax Secure Certificate Authority, Equifax, US
- Fingerprint: fb:45:70:74:bf:12:94:01:05:23:8d:ee:b2:04:66:d0:f8:9a:e8:d2
(R)eject, accept (t)emporarily or accept (p)ermanently?
I think SVN is trying to cache the server certificate and failing to do so.
It may be trying to cache to the Keychain, in which case you should try unlocking your keychain and doing an 'svn up' in one of stacks that is versioned with svn. Repeated attempts to 'svn up' in the same directory shouldn't ask you to accept the certificate any more.
On the other hand, it may be trying to cache to ~/.subversion/auth/ , in which case you should make sure that directory exists and that your user has write permissions to it. See also: http://www.linxit.de/svnbook/en/1.1/svn-book.html#svn-ch-6-sect-4.3.2
Asked: 2011-08-30 20:52:18 -0500
Seen: 825 times
Last updated: Sep 07 '11
Ogre_tools installation issues on Snow Leopard (with ROS diamondback)
Trouble building Roslib (diamondback) on 64-bit OSX Snow Leopard.
port install of log4cxx failes on Mac osx 10.6
unmet dependencies when install ros-electric-desktop-full
can't install ros-electric-ros-full
perception_pcl Installation XML Parsing Error
Problems downloading files for Mac OS X ROS using rosinstall
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.