From owner-freebsd-questions@freebsd.org Sun Nov 12 20:59:50 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93CF8C7C7CB for ; Sun, 12 Nov 2017 20:59:50 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 774C3750AB for ; Sun, 12 Nov 2017 20:59:49 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id DzM1eRoWggoKNDzM4eQl5y; Sun, 12 Nov 2017 20:59:49 +0000 Date: Sun, 12 Nov 2017 14:59:45 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: Edgar Pettijohn cc: FreeBSD Questions Subject: Re: Openssl problem Message-ID: In-Reply-To: <20171112203631.GA56031@FreeBSD> References: <47D923B54DCCEC14A12CD796@Pauls-MacBook-Pro.local> <20171112203631.GA56031@FreeBSD> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfJsGJGN2/x1nCqAWo4Txr5iXZrhlDZowPWiy/ne3+Gz7EOlz2XbKNrHlOZQTLuXfhBI1efx4Q3vrid6kyRsW8knUWcKVlbnN+bM7dWAss2DSrm0GTtbr zc0gUsLUG88OnsD/vn82D+vF1WEEbPe1iZnAS9u/MN/Q00wW1idOmcq/Ly+Pb1BuCHw97dn6+3IQ7gurhjYPdvo7Qhs//WWX6NZ3wrNEeXL8tps7Y7sOiRsy 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: Sun, 12 Nov 2017 20:59:50 -0000 --On November 12, 2017 at 2:36:31 PM -0600 Edgar Pettijohn wrote: >> Warning: fopen(): SSL operation failed with code 1. OpenSSL Error >> messages: error:14090086:SSL >> routines:ssl3_get_server_certificate:certificate verify failed in >> /Sites/www.vvfh.org/libraries/joomla/filesystem/file.php on line 335 >> Warning: fopen(): Failed to enable crypto in >> /Sites/www.vvfh.org/libraries/joomla/filesystem/file.php on line 335 >> Warning: fopen(https://blog.vvfh.org/feed/rss2): failed to open stream: >> operation failed in >> /Sites/www.vvfh.org/libraries/joomla/filesystem/file.php on line 335 > > I'm curious what this line is. > 335 if (false === $fh = fopen($filename, 'rb', $incpath)) 336 { 337 JLog::add(JText::sprintf('JLIB_FILESYSTEM_ERROR_READ_UNABLE_TO_OPEN_FILE', $filename), JLog::WARNING, 'jerror'); 338 339 return false; 340 } I think that's a byproduct of the ssl failure. >> >> >> This is my apache (2.4) config: >> # Enable SSL >> SSLEngine On >> SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 > > maybe try just: > SSLProtocol all > > and see if that doesn't help. > I'll give that a shot. > > Good luck! Thanks. I've been working on this now, on and off, for about three months. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell