尝试使用Python clinet连接时,需要帮助破译rabbitmq错误消息吗

尝试使用Python clinet连接时,需要帮助破译rabbitmq错误消息吗,rabbitmq,Rabbitmq,我继承了一个与linux RabbitMQ通信的windows Python应用程序。我需要它通过SSL连接,但目前失败 我正在使用和 Rabbitmq记录以下神秘的错误消息。有人知道这意味着什么吗 =ERROR REPORT==== 15-Feb-2011::18:36:41 === error on TCP connection <0.12966.102>:{ssl_upgrade_failure, {

我继承了一个与linux RabbitMQ通信的windows Python应用程序。我需要它通过SSL连接,但目前失败

我正在使用和

Rabbitmq记录以下神秘的错误消息。有人知道这意味着什么吗

=ERROR REPORT==== 15-Feb-2011::18:36:41 ===
error on TCP connection <0.12966.102>:{ssl_upgrade_failure,
                                       {{function_clause,
                                         [{ssl_alert,description_txt,")"},
                                          {ssl_alert,alert_txt,1},
                                          {ssl_connection,log_alert,3},
                                          {ssl_connection,handle_event,3},
                                          {gen_fsm,handle_msg,7},
                                          {proc_lib,init_p_do_apply,3}]},
                                        {gen_fsm,sync_send_all_state_event,
                                         [<0.12967.102>,started,5000]}}}

我需要升级到更高版本的erlang和rabbitmq