Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21889
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ovidiudeac@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'debug': 0.03; 'https': 0.07; 'level:': 0.09; 'subject:debugging': 0.09; 'package.': 0.12; "doesn't.": 0.16; 'written': 0.19; 'thanks,': 0.19; 'received:209.85.213.46': 0.23; 'received:mail- yw0-f46.google.com': 0.23; 'suggestion': 0.26; "i'm": 0.28; 'message-id:@mail.gmail.com': 0.29; 'problem': 0.29; 'server': 0.30; 'do.': 0.31; 'idea': 0.32; 'instead': 0.33; 'running': 0.34; 'ssl': 0.34; 'problem.': 0.35; 'to:addr:python-list': 0.35; 'description:': 0.37; 'created': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'could': 0.38; 'third': 0.38; 'option': 0.39; 'received:209': 0.39; 'application': 0.40; 'to:addr:python.org': 0.40; 'alert': 0.64; 'here': 0.64 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+kHnbBUH8aB7+C2w+Wj3VeTmePsKEmZ6nxaHHxZkdyw=; b=DDP+McOkYCwgKEzLFl2EerviQPookQHEtTmCc+OF1GRW/ODMVohcEZFAfA6UgfkDfL KdvbPFtObqR94I+JcFGoBaLHkZB9+xQZriJ8dEFAias24Z3e1ouH5uAZzT0ENEHuh2lX jb7ry7N7oKy0SwLsLIA/IIIHVXN9Zk71UhQJDrmPviQuf1Y2+8NFIhxZ3o76miNpIZAy XcU9MZiyK3f1bD/a/1Y0YurIT2OL5ivUIO0DGROVUUI1h1hVVzNgBbe7Kir+e1p+D9uT QPiSy+DjH7dtPr2YRNWvAPLj5TGg4C7U/jduCwBcYOPAyjlgrbk/GOeWd8TE9n7jJ7iM G/xQ== |
| MIME-Version | 1.0 |
| Date | Mon, 19 Mar 2012 13:41:20 +0200 |
| Subject | debugging ssl handshake failure |
| From | Ovidiu Deac <ovidiudeac@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.802.1332157283.3037.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1332157283 news.xs4all.nl 6854 [2001:888:2000:d::a6]:51868 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:21889 |
Show key headers only | 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
debugging ssl handshake failure Ovidiu Deac <ovidiudeac@gmail.com> - 2012-03-19 13:41 +0200
csiph-web