Date: Sun, 12 Nov 2017 14:59:45 -0600 From: Paul Schmehl <pschmehl_lists@tx.rr.com> To: Edgar Pettijohn <edgar@pettijohn-web.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Openssl problem Message-ID: <A31E5D4B4BC02C633900D992@Pauls-MacBook-Pro.local> In-Reply-To: <20171112203631.GA56031@FreeBSD> References: <47D923B54DCCEC14A12CD796@Pauls-MacBook-Pro.local> <20171112203631.GA56031@FreeBSD>
next in thread | previous in thread | raw e-mail | index | archive | help
--On November 12, 2017 at 2:36:31 PM -0600 Edgar Pettijohn <edgar@pettijohn-web.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A31E5D4B4BC02C633900D992>