SSL Requirements

Here's a list of the SSL Requirements for development, test and production

  • Need secure sessions for the field: playing the game as well as editing the network in the field.
  • Some of the technologies — and for mobile, an increasing number of the technologies — require SSL to work.

Servers being touched by SSL

  • Apache Server is the front end for production.
  • Tomcat is the Web App container for production and some test.
  • IntelliJ's built-in Jetty is the Web App container for Development and some test.
  • Weinre allows remote debugging on a mobile device.
  • NGROK (tutorial: http://www.undefinednull.com/2015/03/17/remote-debugging-localhost-with-weinre/) is a tool for folding the HTTPS session from our Jetty instance into the same "domain" as our Weinre session.
ssl
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License