Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21889 > unrolled thread
| Started by | Ovidiu Deac <ovidiudeac@gmail.com> |
|---|---|
| First post | 2012-03-19 13:41 +0200 |
| Last post | 2012-03-19 13:41 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
debugging ssl handshake failure Ovidiu Deac <ovidiudeac@gmail.com> - 2012-03-19 13:41 +0200
| From | Ovidiu Deac <ovidiudeac@gmail.com> |
|---|---|
| Date | 2012-03-19 13:41 +0200 |
| Subject | debugging 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
Back to top | Article view | comp.lang.python
csiph-web