fowlesp
#1
Concrete Version
Core Version - 9.0.1
Version Installed - 9.0.1
Database Version - 20211104161958
Database Information
Version: 8.0.27
Trying to connect a new Concrete development website to the marketplace displayed
Error: General Connection Failure
This site cannot connect to the Concrete marketplace. Ensure curl is enabled on your web server.
curl is enabled
Are there any diagnostics or fixes for this issue?
fowlesp
#2
**** FIXED ***
I received a cURL error 60 on the dashboard welcome page.
Investigating this further (google) I found this thread - https://stackoverflow.com/questions/35638497/curl-error-60-ssl-certificate-prblm-unable-to-get-local-issuer-certificate
TLDR;
-
Download and extract cacert.pem from here (a clean file format/data)
https://curl.haxx.se/docs/caextract.html
-
Put it in : C:<install dir>\php\extras\ssl\cacert.pem
-
Add this line to your php.ini curl.cainfo = “<full path and filename from step 2>”
-
restart your webserver/Apache
Notes:
- Running Concrete on a local windows machine using WAMP