There are times when you will need to have your local app reach out to a service via SSL, such as, say a Postgres Database out on AWS. If your local app is not configured to run SSL it simply wont work as SSL is likely enforced at the endpoint you’re trying to hit. The […]