Openssl problem

Paul Schmehl pschmehl_lists at tx.rr.com
Sun Nov 12 20:59:50 UTC 2017


--On November 12, 2017 at 2:36:31 PM -0600 Edgar Pettijohn 
<edgar at 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



More information about the freebsd-questions mailing list