Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21889

debugging ssl handshake failure

Date 2012-03-19 13:41 +0200
Subject debugging ssl handshake failure
From Ovidiu Deac <ovidiudeac@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.802.1332157283.3037.python-list@python.org> (permalink)

Show all headers | View raw


I have an HTTPS server written in python, based on ssl package. This
application is running on 3 virtual machines which were created by
clonning.

The application works perfectly on 2 machines but on the third it
doesn't. Instead of the normal "Server Hello" message it gives me an
Alert Level: Fatal, Description: "Handshake  failure"

Anybody here has any idea what the problem could be?

My main problem here is that I don't have any means to debug the
problem. My next option is to look into ssl sources which I'm not
really happy to do.

Also anybody has any suggestion for debugging?

Thanks,
Ovidiu

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

debugging ssl handshake failure Ovidiu Deac <ovidiudeac@gmail.com> - 2012-03-19 13:41 +0200

csiph-web