On Thu, Jun 11, 2015, at 01:02 PM, Sven Jansen wrote: > This is explanation for SSL Encryption on port 7547. i want SSL Encryption on > the webinterface. > So port 3000.
AFAIK, the development web server that comes with Rails doesn't support SSL. You need to use nginx or Apache if you need SSL. In fact, you should use a proper web sever in production environment anyway. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
