Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hub should support https (SSL) #48

Open
michel117 opened this issue Jul 9, 2015 · 1 comment
Open

Hub should support https (SSL) #48

michel117 opened this issue Jul 9, 2015 · 1 comment

Comments

@michel117
Copy link

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.

@michel117 michel117 changed the title hub should supports https (SSL) Hub should support https (SSL) Jul 9, 2015
@boakley
Copy link
Owner

boakley commented Jul 9, 2015

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 [email protected] 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
#48.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants