Re: Hostname Based SSL - Host not found

2010-04-02 Thread tagcow
Oops! I just realized what I did. I setup the CNAME record wrong. Missed the terminating period. Works great now! On Apr 2, 11:35 pm, tagcow wrote: > I'm trying to setup Hostname Based SSL > > I added the domain to my app (secure.tagcow.com), installed my certs > (for this d

Hostname Based SSL - Host not found

2010-04-02 Thread tagcow
I'm trying to setup Hostname Based SSL I added the domain to my app (secure.tagcow.com), installed my certs (for this domain), added the addon, and created the CNAME record using the hostname I was given in the email. It does not resolve. The following is the result of a host command: > host secu

Re: how to manage multiple (heroku) user accounts on one computer and change the user in an (heroku) application

2009-09-21 Thread tagcow
I wrote a simple shell function that would switch the credential files out based on the user that I wanted to use. Put this in your bash_profile. function hset() { ln -s ~/.dotfiles/heroku/credentials_$1 ~/.heroku/credentials } I store all of my alternative credential files in my ~/.dotfi

App migration from EC2

2009-05-12 Thread tagcow
I am considering migrating my app from EC2 instances to Heroku. I have some large offline operations that need to be done (e.g. importing large image libraries, dumping large datafiles, etc). I can continue to use an EC2 instance to perform these operations, but it needs access to the database. Ca