Live data from Hacker News

How to set up stress-free SSL on an OS X development machine

gist.github.com

1–10 of 23 posts

Re: How to set up stress-free SSL on an OS X development machine

#6
I use ngrok (https://ngrok.com/), which tunnels a local port and makes it available over ssl on an ngrok.com subdomain.

Makes it easy to develop from any machine, and even allows me to check it out from other machines. Including things like browserling.

On top of that, it can record and replay requests for you as you debug.

Re: How to set up stress-free SSL on an OS X development machine

#8
Only gripe is being told to match Dev with production ... And then develop on Mac OS.

Virtual machines are a much cleaner and nicer way to do this. Setting up a wildcard SSL is similarly as simple, an you get the bonus of learning how to do it on a "real" (normal, more standard) server.

Example setting up wildcard subdomain SSL cert (self-signed): https://serversforhackers.com/ssl-certs/

Re: How to set up stress-free SSL on an OS X development machine

#9

Only gripe is being told to match Dev with production ... And then develop on Mac OS. Virtual machines are a much cleaner and nicer way to do this. Setting up a wildcard SSL is similarly as simple, an you get the bonus of learning how to do it on a "real" (normal, more standard) server. Example setting up wildcard subdomain SSL cert (self-signed): https://serversforhackers.com/ssl-certs/

Having gotten more accustomed to the VM approach over the past year since I wrote this post, I agree.
Post reply on HN