No Code Attached Yet
avatar jschmi102
jschmi102
22 Oct 2021

changed my joomla site ftom http to https. Since then I get messages (though sites are accessible):
Update: Could not open update site #104 "jmootips1.2 Updates", URL: http://www.jschmidt-systemberatung.de/downloads/jmootips12_updates.xml
and more...
Checked with editing "../libraries/src/Updater/upDateAadapter.php" on line 261 (changed from
$response = null;
to
$response->code = http_response_code();
With this problem is gone as $response->code showed "200". Sofar I could not find out why
$response = $http->get($url, array(), 20);
ran into runtimeException, though http response was "200".

avatar jschmi102 jschmi102 - open - 22 Oct 2021
avatar joomla-cms-bot joomla-cms-bot - change - 22 Oct 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 22 Oct 2021
avatar brianteeman
brianteeman - comment - 22 Oct 2021

if you go to the url listed in your component it is http and that is then redirected to https - maybe it doesnt like the redirect?

avatar jschmi102
jschmi102 - comment - 22 Oct 2021

hi,
added code

$app = Factory::getApplication();
$app->enqueueMessage($e->getMessage(), 'error'); 

this showed the problem: runtimeExeption says:

SSL certificate problem: certificate has expired

But this is not true as certificate is valid upto "Wednesday, 19. January 2022"
Pls can you clarify what goes wrong?

avatar zero-24
zero-24 - comment - 22 Oct 2021

@jschmi102 please check the 3.10.3-rc1: https://github.com/joomla/joomla-cms/releases/tag/3.10.3-rc1 that contains an updated cacert.pem.

avatar jschmi102 jschmi102 - close - 22 Oct 2021
avatar jschmi102
jschmi102 - comment - 22 Oct 2021

hi,
Version 3.10.3-rc1 fixed the problem. Thank you!

avatar jschmi102 jschmi102 - change - 22 Oct 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-10-22 18:04:46
Closed_By jschmi102
avatar zero-24
zero-24 - comment - 22 Oct 2021

Great the GA is expected to be on the 26th October

Add a Comment

Login with GitHub to post a comment