MrAnt

Rumblings from a tired mind

Contact

UwAmp cURL error 60: SSL certificate problem

UwAmp cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) If you get the above error you may need to specify a certificate file in your PHP.INI which you can download from https://curl.haxx.se/ca/cacert.pem Once downloaded edit your PHP.INI and set the following

Testing Stripe Webhooks with Localhost

Stripe allows you to test your webhooks, but if you are running a local development environment such as UwAmp then it is difficult to integrate. The solution is to use Putty to create a reverse tunnel to publish the local dev enviornment through your webserver. On NGinx on the VPS server you need to allow the remote port …

Read more

Making Life Easier

As someone who spends a lot of time at the keyboard I find that RSI (Repetitive Strain Injury) is a constant visitor. Working on a laptop, even with a full-sized keyboard I find that the little finger of my left hand is the biggest problem as it spends so much time at the bottom left of the keyboard on the ctrl and shift keys, bent back on itself under my hand.

A fried (thanks Rob) passed me a link to AutoHotKey a utility for scripting the mouse and keyboard and I have found that by remapping the keys on the left of the keyboard this has helped no end. I list my script here for interest, but you will need to find what works for you.

Read more