Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 29765 invoked from network); 24 Nov 2009 09:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 09:51:03 -0000 Received: (qmail 71257 invoked by uid 500); 24 Nov 2009 09:51:03 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 71191 invoked by uid 500); 24 Nov 2009 09:51:03 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 71049 invoked by uid 99); 24 Nov 2009 09:51:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 09:51:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 09:51:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 91A8D234C045 for ; Tue, 24 Nov 2009 01:50:39 -0800 (PST) Message-ID: <392686364.1259056239580.JavaMail.jira@brutus> Date: Tue, 24 Nov 2009 09:50:39 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Resolved: (HTTPCLIENT-893) SSL connection is giving exception- SSL Bad record Mac In-Reply-To: <1482966927.1259000500039.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-893. ------------------------------------------ Resolution: Invalid This problem has NOTHING to do with HttpClient. DO NOT use JIRA for asking questions. That's what mailing lists are for. Oleg > SSL connection is giving exception- SSL Bad record Mac > ------------------------------------------------------ > > Key: HTTPCLIENT-893 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-893 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 3.1 Final > Reporter: Pankaj > > I am using Http commons to talk to my server. > I am facing an issue where after every few https calls I see this error: > javax.net.ssl.SSLException: bad record MAC > at > com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591 > ) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1549 > ) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java > :850) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl. > java:746) > at > com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75) > at > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > at > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > at > org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:77) > at > org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:105) > at > org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.jav > a:1115) > Sometime there is no error for 100 of calls and sometimes it errors in > 6-7 calls. > Any ideas what might be wrong or if there is some existing bug in Http commons or even Sun? > Thanks, > Pankaj Arora -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org