Open michel117 opened 9 years ago
Thanks for the comment! I'll see what I can do.
Note to self: see http://stackoverflow.com/questions/18307131/how-to-create-https-tornado-server
On Thu, Jul 9, 2015 at 3:19 AM, Michel notifications@github.com wrote:
We are using Robot hub as a documentation server for robot libs. It is a wonderful tool and I am thankful you are developing it. However I got the constraint from our IT department, that the tornado server should only be reachable via HTTPS. I found the place where the server is instantiated and suppose that this is the place where I could configure it but don't know how.
http_server = HTTPServer(WSGIContainer(self.app))
However I think this is a feature which is interesting for people using robot hub on large corporate networks. A command line parameter would be optimal.
— Reply to this email directly or view it on GitHub https://github.com/boakley/robotframework-hub/issues/48.
We are using Robot hub as a documentation server for robot libs. It is a wonderful tool and I am thankful you are developing it. However I got the constraint from our IT department, that the tornado server should only be reachable via HTTPS. I found the place where the server is instantiated and suppose that this is the place where I could configure it but don't know how.
http_server = HTTPServer(WSGIContainer(self.app))
However I think this is a feature which is interesting for people using robot hub on large corporate networks. A command line parameter would be optimal.