在Windows上安装cassandra(DataStax Community Edition)时启用SSL时出错

时间:2013-06-11 18:21:42

标签: ssl openssl cassandra datastax-enterprise

我的系统:Windows 7 64位。在安装cassandra的Datastax Community Edition时,

如前提条件所述: http://www.datastax.com/documentation/gettingstarted/index.html#getting_started/gettingStartedWindows_t.html

我尝试使用此处给出的说明启用SSL http://www.datastax.com/docs/opscenter/configure/configure_ssl#config-ssl-win

但下面是我得到的错误。

C:\>python "C:\Program Files\DataStax Community\opscenter\bin\setup.py"
  File "C:\Program Files\DataStax Community\opscenter\bin\setup.py", line 51
    print "Error when creating opscenter SSL files. Error was:\n"
                                                            ^
SyntaxError: invalid syntax

这里有什么问题?

2 个答案:

答案 0 :(得分:1)

您安装了哪个版本的openssl?该错误表明openssl命令抱怨语法错误。 OpsCenter在Windows上特别需要openssl 0.9.8。

http://www.datastax.com/docs/opscenter/configure/configure_ssl#enabling-ssl-windows

答案 1 :(得分:0)

编辑文件 create-file-pair.bat ,并将变量 OPENSSL_EXE 设置为安装OpenSSL的路径。