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


Groups > comp.lang.python > #21889 > unrolled thread

debugging ssl handshake failure

Started byOvidiu Deac <ovidiudeac@gmail.com>
First post2012-03-19 13:41 +0200
Last post2012-03-19 13:41 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#21889 — debugging ssl handshake failure

FromOvidiu Deac <ovidiudeac@gmail.com>
Date2012-03-19 13:41 +0200
Subjectdebugging ssl handshake failure
Message-ID<mailman.802.1332157283.3037.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web