boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Hub should support https (SSL) #48

Open michel117 opened 9 years ago

michel117 commented 9 years ago

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.

boakley commented 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.