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

Support serving over HTTPS #417

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

astronomersiva
Copy link
Contributor

Basically an iteration of #296. Rebasing it turned out to be too hard so I handed up doing it from scratch.

Co-authored-by: Sivasubramanyam A <ssdragonar5@gmail.com>
Co-authored-by: jakedetels <jake.detels@gmail.com>
) {
const server = new Server(watcher, host, port, _connect, ui);
const server = new Server(watcher, host, port, _connect, ui, ssl, sslKey, sslCert);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This kind of looks error prone. We should consider changing this signature to accept an object instead of individual parameters like these.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good, although I suspect we don't need to block this PR on it.

@astronomersiva
Copy link
Contributor Author

a gentle reminder @stefanpenner

) {
const server = new Server(watcher, host, port, _connect, ui);
const server = new Server(watcher, host, port, _connect, ui, ssl, sslKey, sslCert);
Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good, although I suspect we don't need to block this PR on it.

@stefanpenner stefanpenner merged commit 5b370e4 into broccolijs:master Jul 26, 2019
@stefanpenner
Copy link
Contributor

@astronomersiva thanks for the reminder, sorry about the delay!

@astronomersiva astronomersiva deleted the ssl-support branch July 27, 2019 07:51
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

Successfully merging this pull request may close these issues.

2 participants