Thanks for that Richard. I took your advice and got it working with Apache, mod_wsgi, mod_ssl, and redirection.
I have it set now so all activity is forced to SSL and created my own certificate. Easy step-by-step instructions for the cert creation I found here: http://www.akadia.com/services/ssh_test_certificate.html Redirecting to SSL I found here: http://wiki.apache.org/httpd/RedirectSSL General Windows/Apache/SSL setup I found in the web2py book. Not being really strong on certificates or apache configuration, I found these resources to be really helpful in getting the all running. -Jim On Thursday, July 5, 2012 3:52:35 PM UTC-5, Richard wrote: > > I would not use Rocket for sure for kind of production app... > > Apache works fine to me until now, but I plan to migrate to nginx soon > when I will find a good tutorial and when I get time :) > > Richard > > On Thu, Jul 5, 2012 at 4:48 PM, Jim S wrote: > >> Hi >> >> I'm deploying my app in a Windows environment. >> >> To answer the first obvious questions, it's because I have to connect to >> an IBM AS/400 database and ODBC connection is really tough for me on Linux. >> So the question could be - How do I connect to DB2/400 from ubuntu, but I >> digress... >> >> I'd like to force all users to an HTTPS connection, about 75 total for >> our in-house app. >> >> I'm thinking that a solution utilizing nginx would be preferable, but it >> may be overkill for my user base. >> >> What is the best way to get this to happen? Can I configure the Rocket >> web server to handle this, or would that be discouraged? >> >> Any thoughts/input would really be appreciated. >> >> -Jim >> > >

