Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'omit': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'wrote': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:SSL': 0.16; 'url.': 0.16; 'trying': 0.19; 'error': 0.23; 'ssl': 0.24; 'script': 0.25; 'header:X-Complaints-To:1': 0.27; 'record': 0.27; 'rest': 0.29; 'getting': 0.31; 'mac': 0.33; 'to:addr:python-list': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'email addr:gmail.com': 0.63; 'subject::': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re:SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC Date: Thu, 27 Mar 2014 21:47:48 -0400 (EDT) Organization: news.gmane.org References: <94cfb444-8c5d-4b2c-b08c-29170991d02b@googlegroups.com> X-Gmane-NNTP-Posting-Host: dpc6744199008.direcpc.com X-Newsreader: PiaoHong Usenet NewsReaders 1.36 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395971106 news.xs4all.nl 2917 [2001:888:2000:d::a6]:50530 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69235 tade.ankur@gmail.com Wrote in message: > > hei , > > I am a newcome to Python. > > I am trying to create a python script which will connect to an SSL URL and using the HEAD request will get the status of URL. > > For one the link I am getting following error > > [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:589) And why do you omit the rest of the error? > > -- DaveA