Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Just try to updates my extensions on Mamp Pro 6.5 and I get theses errors when clearing the cache & clicking ªFind Updates”.
— If I click ªFind Updates” just after the errors ( Without clearing the cache) No errors?
• Happen on all my local websites — Doesn’t happen on live clones...
Not sure?
What is weird is that I know that Joomla connect correctly with all these adresses (Using Cyberduck)...
— If I click ªFind Updates” just after the errors ( Without clearing the cache) No errors?
• Happen on all my local websites — Doesn’t happen on live clones...
Not sure?
What is weird is that I know that Joomla connect correctly with all these adresses (Using Cyberduck)...
You do not have the required permissions to view the files attached to this post.
- Per Yngve Berg
- Joomla! Master
- Posts: 30305
- Joined: Mon Oct 27, 2008 9:27 pm
- Location: Romerike, Norway
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
All the listed sites are https. It can be a SSL and certificate issue.
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Thanks Per Yngve Berg
For now the url are http. I see the same answer on other post. I just update to Mamp 6.5.
I will try to pass to https (never did before) and see how it work.
My live test environment with clones of the websites I test locally are not SSL and update without any warnings...
For now the url are http. I see the same answer on other post. I just update to Mamp 6.5.
I will try to pass to https (never did before) and see how it work.
My live test environment with clones of the websites I test locally are not SSL and update without any warnings...
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
I quote myself...
The problem is the server, obviously.
— I switch to Mamp 6.5 lately. Curl is open and working, I’m trying other things...
— I close my Mac Firewall and Little Snitch — No success
I work forever with Mamp, not using SSL & Joomla always update without problems also, Clones of the websites I test locally update without warnings on my live test server, without SSL.Chacapamac wrote: ↑Sat Oct 02, 2021 1:41 pmMy live test environment with clones of the websites I test locally are not SSL and update without any warnings...
The problem is the server, obviously.
— I switch to Mamp 6.5 lately. Curl is open and working, I’m trying other things...
— I close my Mac Firewall and Little Snitch — No success
Last edited by Chacapamac on Sat Oct 02, 2021 9:26 pm, edited 1 time in total.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 31, 2008 11:20 am
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
It appears that modifying a single Joomla file (/libraries/src/Http/Transport/cacert.pem) solve the problem. I tested on 2 sites and it works well, I found back a normal behavior and I coul update my extensions.
Solution consists in removing the DST Root CA X3 certificate from the cacert.pem file (obiously, make a backup of the file before).
Probably this "hack" will not be necessary any more in a few days and probably we could use it only during the time we need to update extensions.
Solution consists in removing the DST Root CA X3 certificate from the cacert.pem file (obiously, make a backup of the file before).
Probably this "hack" will not be necessary any more in a few days and probably we could use it only during the time we need to update extensions.
Last edited by tourderein on Sat Oct 02, 2021 10:07 pm, edited 1 time in total.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 31, 2008 11:20 am
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Works fine with MAMP PRO (6.5 with SSL) and on live sites
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
I can confirm “tourderein”, it work????tourderein wrote: ↑Sat Oct 02, 2021 9:48 pmWorks fine with MAMP PRO (6.5 with SSL) and on live sites
Thank you, tourderein
How to:
1• Make a backup of Joomla root/libraries/src/Http/Transport/cacert.pem
2. Add .txt at the end of the file name, like this —>cacert.pem.txt
3. Open in TexEdit, remove the part for the DST Root CA X3 certificate, save and replace
— The code Look like this; I also put the original and modified files in zip (Just rename) for the people that don’t want to mess with the file ————————————————————————————————
Also cacert.pem is exactly the same for any site under Joomla 3.9.28 — I just check
————————————————————————————————
Can anybody explain the problem?
You do not have the required permissions to view the files attached to this post.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 31, 2008 11:20 am
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Related to this : https://letsencrypt.org/docs/dst-root-c ... mber-2021/
This guy did some tests with different server configurations under Unix:
https://medium.com/geekculture/will-you ... 4a018df257
For me, it's written in Kryptonian! But it puts me on the right path.
"The test confirms if the client-side could be tuned to remove the expired DST X3 root certificate, it would work with “new default chain” certificate…"
With the removal of the outdated certificate, it seems that servers are forced to use the "new SSL protocol"
This guy did some tests with different server configurations under Unix:
https://medium.com/geekculture/will-you ... 4a018df257
For me, it's written in Kryptonian! But it puts me on the right path.
"The test confirms if the client-side could be tuned to remove the expired DST X3 root certificate, it would work with “new default chain” certificate…"
With the removal of the outdated certificate, it seems that servers are forced to use the "new SSL protocol"
Last edited by tourderein on Sat Oct 02, 2021 10:42 pm, edited 1 time in total.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 31, 2008 11:20 am
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Perhaps it's best to use cacert.pem from Joomla 3.10.2?
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Probably already change in Joomla 3.10/4 ?
For now, I’m staying on 3.9.28 as I see some incompatibility with 3.10...
For now, I’m staying on 3.9.28 as I see some incompatibility with 3.10...
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Didn’t try that, make complete sens.tourderein wrote: ↑Sat Oct 02, 2021 10:39 pmPerhaps it's best to use cacert.pem from Joomla 3.10.2?

- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
It was a certificate Issue...Per Yngve Berg wrote: ↑Sat Oct 02, 2021 7:06 amAll the listed sites are https. It can be a SSL and certificate issue.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 31, 2008 11:20 am
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
I have to modify the cacert.pem file on Joomla 3.10.2Chacapamac wrote: ↑Sat Oct 02, 2021 10:40 pmProbably already change in Joomla 3.10/4 ?
For now, I’m staying on 3.9.28 as I see some incompatibility with 3.10...
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
There seem to be a few "certificate" problems lately.
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
I joined the Joomla community over 13 years ago, and I continue to be impressed with the support provided by this forum. I have worked with several other CMSs, and the experience is nowhere near the calibre of Joomla. There is something special about this CMS and the people it unites.
Thanks, Everybody!
Thanks, Everybody!
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
Just have a question.
Does anybody know why it is working on a live website but not on Mamp??
Does anybody know why it is working on a live website but not on Mamp??
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 31, 2008 11:20 am
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
This works on my MAMP PRO 6.5 installation, in SSL, but only if I use the cacert.pem file of Joomla 10.x.Chacapamac wrote: ↑Sun Oct 03, 2021 3:00 pmJust have a question.
Does anybody know why it is working on a live website but not on Mamp??
So, for example, with a good old Joomla 3.9.25 site, I have to replace the cacert.pem file of this site by the modified one of a Joomla 10.1 or 10.2 installation.
All servers are not equal in front of this problem, either on the client side (your site, because of the version of the cacert.pem file and because of the configuration of the server itself) or on the extensions update distribution side (for a reason I don't know — servers SSL config ? —, no problem with some extensions, and problem with others).
I had the problem at a hosting company (Joomla 3.9.25 to 3.10.2), on all my sites with them, and with MAMP PRO (Joomla 3.9.25 to 3.10.2). And no problem with another host (Joomla 3.10.2) without having to modify anything.
- Chacapamac
- Joomla! Ace
- Posts: 1080
- Joined: Wed Feb 20, 2008 6:50 am
- Location: Canada, Montreal
- Contact:
Re: Problem updating extensions with Mamp Pro 6.5, all show “Could not open update site...?
tourderein
Taking out the DST Root CA X3 certificate in the original cacert.pem file of my Joomla 3.9.28 work perfectly on non-SSL websites in Mamp 6.5
Seem to work on SSL and non-SSL host
Just for infosThis works on my MAMP PRO 6.5 installation, in SSL, but only if I use the cacert.pem file of Joomla 10.x.
Taking out the DST Root CA X3 certificate in the original cacert.pem file of my Joomla 3.9.28 work perfectly on non-SSL websites in Mamp 6.5
Seem to work on SSL and non-SSL host