Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C0C5200B73 for ; Mon, 29 Aug 2016 23:26:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A7F8160AB8; Mon, 29 Aug 2016 21:26:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9FD1B160A89 for ; Mon, 29 Aug 2016 23:26:11 +0200 (CEST) Received: (qmail 74844 invoked by uid 500); 29 Aug 2016 21:26:10 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 74832 invoked by uid 99); 29 Aug 2016 21:26:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2016 21:26:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B27211A7C4B for ; Mon, 29 Aug 2016 21:26:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bsAN98wjGMVg for ; Mon, 29 Aug 2016 21:26:08 +0000 (UTC) Received: from thor.wissensbank.com (thor.wissensbank.com [81.169.250.120]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7B0425FABF for ; Mon, 29 Aug 2016 21:26:07 +0000 (UTC) Received: from thor.wissensbank.com (localhost [127.0.0.1]) by thor.wissensbank.com (Postfix) with ESMTP id C6DDC15A60358 for ; Mon, 29 Aug 2016 23:26:01 +0200 (CEST) Received: by thor.wissensbank.com (Postfix, from userid 500) id 7B55215A60ECA; Mon, 29 Aug 2016 23:26:01 +0200 (CEST) Received: from [192.168.245.129] (8.150.14.62.static.jazztel.es [62.14.150.8]) (Authenticated sender: andre.warnier@ice-sa.com) by thor.wissensbank.com (Postfix) with ESMTPA id EC57715A60358 for ; Mon, 29 Aug 2016 23:25:59 +0200 (CEST) Subject: Re: Tomcat 8 doesn't listen in https To: users@tomcat.apache.org References: <3358601d-85ea-3f8c-912b-fb8d58ea74f6@hardibopj.com> From: =?UTF-8?Q?Andr=c3=a9_Warnier_=28tomcat=29?= Message-ID: <57C4A861.4090708@ice-sa.com> Date: Mon, 29 Aug 2016 23:25:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <3358601d-85ea-3f8c-912b-fb8d58ea74f6@hardibopj.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP archived-at: Mon, 29 Aug 2016 21:26:12 -0000 On 29.08.2016 23:07, Hardibo Pierre-Jean wrote: > Hello ! > > i get this connector for tomcat 8 to listen in port 8443 : > > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="false" disableUploadTimeout="true" > acceptCount="100" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > but it doesn't work (it works on http) you can see at https://www.hardibopj.com (iptables > redirect 443 to 8443) > "It doesn't work" is not very informative. What does not work ? What do the Tomcat logfiles say about the problem ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org