To run the Rails server in development mode on port 3001 with HTTPS: rails s puma -b 'ssl://0.0.0.0:3001?key=nginx/localhost.key&cert=nginx/localhost.crt&verify_mode=none' This is required to be able to use single-sign login with the different services.