You should be able to tell your browser (if firefox) to accept the SSL certificate anyways.
At least, you have to do that with self-signed certificates as well. As far as publishing SSH, sometimes I just fire up a program called gFTP (for Ubuntu Linux), and SFTP (ssh-ftp) into my account, and just drag/drop my app over into the appropriate place. Ubuntu has nicely integrated FuseFS as well, so you can mount your server over SSH as just another folder on your system which is the way I work most of the time. Lately however, I have been using Fabric (a glorified python based Makefile) to publish my apps with one command. -- Thadeus On Tue, Apr 27, 2010 at 10:01 AM, Jonathan Lundell <[email protected]> wrote: > On Apr 27, 2010, at 7:32 AM, aure wrote: > >> As I had started to do it your way before you even mentioned it >> (created 2 websites...), I decided to try your solution. >> Unfortunately, when I try to access the admin website I get this in >> Firefox: >> >> ------ >> Secure Connection Failed >> >> admin.aurerua.webfactional.com uses an invalid security certificate. >> >> The certificate is only valid for the following names: >> *.webfaction.com , webfaction.com >> >> (Error code: ssl_error_bad_cert_domain) >> ------ >> >> Do you remember getting this as well when you did your setup? I do not >> know how to solve this... > > I haven't been following this thead, but... > > Can you access it via aurerua.webfactional.com? (That is, leave off the > admin.) Both names resolve to the same IP, and the cert ought to work for the > shorter address. > > -- > Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en >

