You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/php/setup.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ If you wish to build one yourself make sure your http client implements ```Parse
101
101
102
102
## Alternate CA File
103
103
104
-
It is possible that your local setup may not be able to verify with peers over SSL/TLS. This may especially be the case if you do not have control over your local installation, such as for shared hosting.
104
+
It is possible that your local setup may not be able to verify with peers over [SSL/TLS](https://hosting.review/web-hosting-glossary/#12). This may especially be the case if you do not have control over your local installation, such as for shared hosting.
105
105
106
106
If this is the case you may need to specify a Certificate Authority bundle. You can download such a bundle from <ahref="http://curl.haxx.se/ca/cacert.pem">http://curl.haxx.se/ca/cacert.pem</a> to use for this purpose. This one happens to be a Mozilla CA certificate store, you don't necessarily have to use this one but it's recommended.
107
107
@@ -111,4 +111,4 @@ Once you have your bundle you can set it as follows:
111
111
// ** Use an Absolute path for your file! **
112
112
// holds one or more certificates to verify the peer with
0 commit comments