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/
How to set up stress-free SSL on an OS X development machine
11–20 of 23 posts
Re: How to set up stress-free SSL on an OS X development machine
#12Only 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.
Re: How to set up stress-free SSL on an OS X development machine
#13Re: How to set up stress-free SSL on an OS X development machine
#14Only 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.
Re: How to set up stress-free SSL on an OS X development machine
#15Re: How to set up stress-free SSL on an OS X development machine
#16Keychain Access makes creating a certificate authority very easy - you might as well just use that... Besides, I don't understand why you would choose not to trust the certificate, then click it and choose to trust it...
Re: How to set up stress-free SSL on an OS X development machine
#17Re: How to set up stress-free SSL on an OS X development machine
#18I've put Apache with a wildcard cert (& local CA) in front of it to handle SSL termination.
It's very similar to the technique from the article, but I've found the ability to serve requests on the default port to be convenient.
Re: How to set up stress-free SSL on an OS X development machine
#19Re: How to set up stress-free SSL on an OS X development machine
#20Only 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/
The development process is much less complicated when you only consider a single OS. The answer to: "How do I do this?" is always the same; a significant time/brain savings.
"Well, client X still uses PG 9.1, but I accidentally used a 9.3 feature, because thats what client Y uses."