Tag: ssl

  • Curl Error 60 with SSL Certificate

    I am writing an app using the TMDB API. It uses CURL to access the API. I get the following error.   Here is how I fixed the error. Download and save the PEM file to your PHP installation directory / extras / ssl / cacert.pem. Edit your php.ini file. Enable the entry curl.cainfo =…

  • Using SSL Certificate for Websites hosted in AWS S3

    I have been hosting static websites on Amazon’s S3 service for a few years now and it’s been great. It’s affordable, simple, and fast. But what about if you want to use SSL certificates? I found a nice article on how to configure SSL with Cloudfront from https://bryce.fisher-fleig.org/blog/setting-up-ssl-on-aws-cloudfront-and-s3/. It worked until recently. I started running…