You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
michel117
changed the title
hub should supports https (SSL)
Hub should support https (SSL)
Jul 9, 2015
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 #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.
The text was updated successfully, but these errors were encountered: