Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 4f13371

Browse filesBrowse files
committed
Added a "troubleshooting" section in the README to solve common issues
1 parent 775ff1b commit 4f13371
Copy full SHA for 4f13371

File tree

Expand file treeCollapse file tree

1 file changed

+26
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+26
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,29 @@ c:\> php symfony self-update
129129
> installer tries to guess the best proxy settings from the `HTTP_PROXY` and
130130
> `http_proxy` environment variables. Make sure any of them is set before
131131
> executing the Symfony Installer.
132+
133+
Troubleshooting
134+
---------------
135+
136+
### SSL and certificates issues on Windows systems
137+
138+
If you experience any error related with SSL or security certificates when using
139+
the Symfony Installer on Windows systems:
140+
141+
1) Check that the OpenSSL extension is enabled in your `php.ini` configuration:
142+
143+
```ini
144+
; make sure that the following line is uncommented
145+
extension=php_openssl.dll
146+
```
147+
148+
2) Check that the path to the file that contains the security certificates
149+
exists and is defined in `php.ini`:
150+
151+
```ini
152+
openssl.cafile=C:/path/to/cacert.pem
153+
```
154+
155+
If you can't locate the `cacert.pem` file anywhere on your system, you can
156+
safely download it from the official website of the cURL project:
157+
http://curl.haxx.se/ca/cacert.pem

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.