Geef nooit korting
In deze video legt Jos Burgers uit waarom je nooit korting moet geven aan je klant. En wat je dan wel kan doen.
In deze video legt Jos Burgers uit waarom je nooit korting moet geven aan je klant. En wat je dan wel kan doen.
For a while I’m using the Tiny Tiny RSS server. Lately I updated it to the latest version and since then I got the ‘60 SSL certificate : unable to get local issuer certificate‘ error for some of the feeds.
After some research I found the solution by adding these lines to the php.ini:
curl.cainfo=”[path-on-the-webserver]\cacert.pem.txt”
openssl.cainfo=”[path-on-the-webserver]\cacert.pem.txt”
The cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html.
Remark: As you can see I gave the certificate file the .txt extension. If you just use the .pem extension you will probably get an error like this:
cURL error 77: error setting certificate verify locations:
CAfile: /Applications/XAMPP/xamppfiles/cacert.pem
CApath: none