Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-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 5CA5617E6F for ; Fri, 13 Mar 2015 19:28:22 +0000 (UTC) Received: (qmail 14543 invoked by uid 500); 13 Mar 2015 19:28:22 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 14500 invoked by uid 500); 13 Mar 2015 19:28:22 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 14482 invoked by uid 99); 13 Mar 2015 19:28:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2015 19:28:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2015 19:28:15 +0000 Received: by wggx13 with SMTP id x13so25323539wgg.12 for ; Fri, 13 Mar 2015 12:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=yeDACXKvw+f0Qlkwh8u3Qew4LcXYSkCUSireWjxo3y8=; b=c1YA8VMnlZCDZK2zhB0NrhvVB1aLAGNSM32VOIyEdvNUVnwe5/s3Oii4+eE8nbwimn iN6eYbKRTW7RAn77xI+hSMrmJIsk9JCdSsNIqiJFSsAUrm3PgzWKi0Wq1f+yCObnfMT8 hsW+KkIRvrnSRU2ZYhkG+yX2xLu03WHHij4hkkMI7EQ8NhaUMgJ/iTzom4g4y5btwc1V CLY3lGaRFhU+c+N+TrZfmGwEaFMeaJCpw508+AAOB7aHuUEBodIPHLHE79gZcx/uma2A FmEXxcH5105vHcjl4vGKvXpkGuUoTOoGXnRMfes944vwPbap2ZADOptWRl8WLeUPKmSs 6gwQ== X-Received: by 10.180.21.162 with SMTP id w2mr81935539wie.66.1426274874431; Fri, 13 Mar 2015 12:27:54 -0700 (PDT) Received: from [192.168.1.16] (AMontsouris-651-1-133-240.w90-46.abo.wanadoo.fr. [90.46.56.240]) by mx.google.com with ESMTPSA id fo9sm4038459wib.16.2015.03.13.12.27.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 12:27:53 -0700 (PDT) Message-ID: <55033A30.7040100@gmail.com> Date: Fri, 13 Mar 2015 20:27:44 +0100 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: TLS in embedded ADS2 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Le 13/03/15 19:23, brock samson a =C3=A9crit : > i am running an embedded ads2, and i would like to enable tls in it. th= ere is a TcpTransport.setEnableSSL() function, but that only works for ld= aps. is there a similar one that is specific to tls? > =20 TLS is established when a startTLS extended request is received by the server, from the top of my head, there is nothing to do to get TLS installed. Be sure to have the StartTlsHandler extended operation present though.