<div dir="ltr"><div>Hello,<br><br></div>I keep getting the following error when I try to boot up a cluster on AWS. Any ideas? I've attached my config file, with account info removed. I'm using the development version of starcluster, and the Enthought python package.<br>
<br>thanks,<br>Sean<br><div><div><br><br>nsit-dhcp-205-208-076-085:~ seanmgibbons$ starcluster start myclusterStarCluster - (<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 "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cli.py", line 257, in main<br>
sc.execute(args)<br> File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/commands/start.py", line 144, in execute<br> scluster = self.cm.get_cluster_group_or_none(tag)<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 213, in get_cluster_group_or_none<br> return self.get_cluster_security_group(group_name)<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 209, in get_cluster_security_group<br> return self.ec2.get_security_group(gname)<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/awsutils.py", line 217, in get_security_group<br> filters={'group-name': groupname})[0]<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/awsutils.py", line 229, in get_security_groups<br> return self.conn.get_all_security_groups(filters=filters)<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/ec2/connection.py", line 2263, in get_all_security_groups<br> [('item', SecurityGroup)], verb='POST')<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/connection.py", line 1035, in get_list<br> response = self.make_request(action, params, path, verb)<br>
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/connection.py", line 981, in make_request<br> return self._mexe(http_request)<br> File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/connection.py", line 901, in _mexe<br>
raise e<br>SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed<br clear="all"><br><br></div></div></div>