Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

[Issue 3] - Added support for https #14

Merged
merged 2 commits into from
Jan 20, 2016

Conversation

poplav
Copy link
Contributor

@poplav poplav commented Jan 18, 2016

(c) Copyright IBM Corp. 2016

(c) Copyright IBM Corp. 2016
debug('Using, HTTPS_KEY_FILE = ' + key_file_location);
debug('Using, HTTPS_CERT_FILE = ' + cert_file_location);
debug('Server set to HTTPS mode');
} else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the vars are set, but the paths are invalid, I think an exception should be thrown. Otherwise, a user might think he/she has things setup to be secure, but wind up running an insecure HTTP server instead

(c) Copyright IBM Corp. 2016
@poplav poplav mentioned this pull request Jan 18, 2016
@parente parente changed the title [Issue 3] - Added support for https; [Issue 3] - Added support for https Jan 19, 2016
jhpedemonte added a commit that referenced this pull request Jan 20, 2016
[Issue 3] - Added support for https
@jhpedemonte jhpedemonte merged commit 91a64a0 into jupyter:master Jan 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants