From owner-freebsd-questions@freebsd.org Mon Apr 2 23:06:22 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB25DF6B560 for ; Mon, 2 Apr 2018 23:06:22 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (www.covisp.net [65.121.55.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 697E0779C5 for ; Mon, 2 Apr 2018 23:06:21 +0000 (UTC) (envelope-from kremels@kreme.com) From: "@lbutlr" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: I broke my Apache 2.4 install and I need help! Date: Mon, 2 Apr 2018 16:56:40 -0600 References: <20180402204202.GA3145@gmail.com> <20180402213311.GB3145@gmail.com> To: freebsd-questions@freebsd.org In-Reply-To: Message-Id: <22AED507-651D-4FF5-9D3F-73F41F57AC24@kreme.com> X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 23:06:23 -0000 On 2018-04-02 (16:40 MDT), William Dudley wrote: >=20 > I've managed to get my apache install working without any SSL stuff > running. That's progress. This is what a virtual host looks like for me in apache24. I never put = any hosts into http.conf other than a base name that is actually unused = for web access. Everything is in user/name.conf or = extras/httpd-vhosts.conf ServerName oursite.example.net DocumentRoot /usr/local/www/oursite SSLEngine on SSLCertificateFile = /usr/local/etc/dehydrated/certs/covisp.net/cert.pem SSLCertificateKeyFile = /usr/local/etc/dehydrated/certs/covisp.net/privkey.pem SSLCertificateChainFile = /usr/local/etc/dehydrated/certs/covisp.net/chain.pem SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 SSLHonorCipherOrder on # I am not sure this is needed or best for TLSv1.2, but it works for = us SSLCipherSuite = ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:D= H+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS Header always set Strict-Transport-Security "max-age=3D15638400; = includeSubdomains;" =20 --=20 Well I've seen the Heart of Darkness/Read the writing on the wall/and = the voice out in the desert/Was the voice out in the hall