Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAFDF9EEA for ; Thu, 23 Feb 2012 18:52:57 +0000 (UTC) Received: (qmail 98580 invoked by uid 500); 23 Feb 2012 18:52:57 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 98544 invoked by uid 500); 23 Feb 2012 18:52:57 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 98535 invoked by uid 99); 23 Feb 2012 18:52:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 18:52:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chrisdrobison@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 18:52:49 +0000 Received: by wibhm2 with SMTP id hm2so1269790wib.2 for ; Thu, 23 Feb 2012 10:52:29 -0800 (PST) Received-SPF: pass (google.com: domain of chrisdrobison@gmail.com designates 10.180.84.170 as permitted sender) client-ip=10.180.84.170; Authentication-Results: mr.google.com; spf=pass (google.com: domain of chrisdrobison@gmail.com designates 10.180.84.170 as permitted sender) smtp.mail=chrisdrobison@gmail.com; dkim=pass header.i=chrisdrobison@gmail.com Received: from mr.google.com ([10.180.84.170]) by 10.180.84.170 with SMTP id a10mr5756359wiz.9.1330023149408 (num_hops = 1); Thu, 23 Feb 2012 10:52:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=zWyLz4EWdRYRrd50bBZXvcP7y2MQ7b3s3z/bJhqgh/k=; b=iVFSDNfT4But3dsCT1U0btFJvYXDogzvinXp8ruTxy1HuzjDo7IG2fesMuqnLLioIu 7hphRch/xf5ROzq9SYVN3og15xEyh720DJEpxvCpRemenJxbva1D3k6vOUHGLS6kzJkm p5YdPqsGnsl6Vp5pOmyprdJPzaDXzyW0mwAHM= MIME-Version: 1.0 Received: by 10.180.84.170 with SMTP id a10mr4698331wiz.9.1330023149301; Thu, 23 Feb 2012 10:52:29 -0800 (PST) Received: by 10.216.9.4 with HTTP; Thu, 23 Feb 2012 10:52:29 -0800 (PST) Date: Thu, 23 Feb 2012 11:52:29 -0700 Message-ID: Subject: Connecting via SSL using .NET From: Chris Robison To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=f46d041827e65b6f7104b9a625e9 X-Virus-Checked: Checked by ClamAV on apache.org --f46d041827e65b6f7104b9a625e9 Content-Type: text/plain; charset=ISO-8859-1 I'm using the latest .NET activemq NMS library to connect to the broker. I'm having some problems, I keep getting an exception that says: The remote certificate is invalid according to the validation procedure. I've already tried setting up a ServerCertificateValidationCallback in the ServicePointManager, but they doesn't seem to get called. Any suggestions? Thanks, Chris Robison --f46d041827e65b6f7104b9a625e9--