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

