Hello,<br><br>I am working on a project to use Starcluster to interface with Eucalyptus. I am able to reproduce the &quot;Failed to bind the following fields:&quot; error using version 0.93 but when I try using the source code development version I get the following error:<br>
<br>StarCluster - (<a href="http://star.mit.edu/cluster">http://star.mit.edu/cluster</a>) (v. 0.9999)<br>Software Tools for Academics and Researchers (STAR)<br>Please submit bug reports to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
<br>!!! ERROR - Connection error:<br>Traceback (most recent call last):<br>  File &quot;/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cli.py&quot;, line 257, in main<br>    sc.execute(args)<br>
  File &quot;/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/commands/start.py&quot;, line 147, in execute<br>    load_plugins=create)<br>  File &quot;/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py&quot;, line 98, in get_cluster_or_none<br>
    return self.get_cluster(cluster_name, **kwargs)<br>  File &quot;/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py&quot;, line 45, in get_cluster<br>    group = self.ec2.get_security_group(clname)<br>
  File &quot;/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/awsutils.py&quot;, line 217, in get_security_group<br>    filters={&#39;group-name&#39;: groupname})[0]<br>  File &quot;/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/awsutils.py&quot;, line 229, in get_security_groups<br>
    return self.conn.get_all_security_groups(filters=filters)<br>  File &quot;/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/ec2/connection.py&quot;, line 2200, in get_all_security_groups<br>    [(&#39;item&#39;, SecurityGroup)], verb=&#39;POST&#39;)<br>
  File &quot;/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/connection.py&quot;, line 966, in get_list<br>    response = self.make_request(action, params, path, verb)<br>  File &quot;/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/connection.py&quot;, line 952, in make_request<br>
    return self._mexe(http_request)<br>  File &quot;/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/connection.py&quot;, line 872, in _mexe<br>    raise e<br>SSLError: [Errno 1] _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed<br>
!!! ERROR - Check your internet connection?<br><br>Any help would be greatly appreciated.<br><br>-Rob<br>