# Concrete v9.0.1 Cannot Connect to marketplace

**URL:** https://forums.concretecms.org/t/concrete-v9-0-1-cannot-connect-to-marketplace/1841
**Category:** Using Concrete / Help
**Created:** [December 8, 2021, 11:55am UTC](https://forums.concretecms.org/t/concrete-v9-0-1-cannot-connect-to-marketplace/1841 "2021-12-08T11:55:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fowlesp](https://forums.concretecms.org/user_avatar/forums.concretecms.org/fowlesp/32/405_2.png) [@fowlesp](https://forums.concretecms.org/u/fowlesp)
#### Post date: [December 8, 2021, 11:55am UTC](https://forums.concretecms.org/t/concrete-v9-0-1-cannot-connect-to-marketplace/1841/1 "2021-12-08T11:55:59Z")

</div>

# 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?

---

<div class="post-metadata">

### Author: ![fowlesp](https://forums.concretecms.org/user_avatar/forums.concretecms.org/fowlesp/32/405_2.png) [@fowlesp](https://forums.concretecms.org/u/fowlesp)
#### Post date: [December 8, 2021, 12:41pm UTC](https://forums.concretecms.org/t/concrete-v9-0-1-cannot-connect-to-marketplace/1841/2 "2021-12-08T12:41:57Z")

</div>

\*\*\*\* 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](https://stackoverflow.com/questions/35638497/curl-error-60-ssl-certificate-prblm-unable-to-get-local-issuer-certificate)

**TLDR;**

1. Download and extract cacert.pem from here (a clean file format/data)  
[https://curl.haxx.se/docs/caextract.html](https://curl.haxx.se/docs/caextract.html)

2. Put it in : C:\<install dir\>\php\extras\ssl\cacert.pem

3. Add this line to your php.ini curl.cainfo = “\<full path and filename from step 2\>”

4. restart your webserver/Apache

Notes:

- Running Concrete on a local windows machine using WAMP
