From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5FB062021E; Tue, 2 Aug 2016 20:00:13 +0000 (UTC) Date: Tue, 2 Aug 2016 20:00:13 +0000 From: Eric Wong To: yahns-public@yhbt.net Subject: Re: [PATCH] doc: add session cache usage to OpenSSL example Message-ID: <20160802200013.GA20949@dcvr> References: <20160802195748.18989-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160802195748.18989-1-e@80x24.org> List-Id: Eric Wong wrote: > +++ b/Documentation/yahns_config.pod > @@ -451,6 +451,9 @@ An example which seems to work is: > # but disable client certificate verification as it is rare: > ssl_ctx.set_params(verify_mode: OpenSSL::SSL::VERIFY_NONE) > > + # Built-in session cache (only works if worker_processes is nil or 0) Ermm. That should be: "nil or 1" :x Haven't pushed, yet.