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 tls options on external spdy server. #283

Merged
merged 1 commit into from
Jan 15, 2016
Merged

Conversation

AdamMagaluk
Copy link
Collaborator

Implements #244

var tlsOptions = {
  key: fs.readFileSync('./keys/key.pem')
  cert: fs.readFileSync('./keys/cert.pem')
};
zetta({ tls: tlsOptions })
  .listen(4433)

@mdobson
Copy link
Contributor

mdobson commented Jan 15, 2016

+1

AdamMagaluk added a commit that referenced this pull request Jan 15, 2016
Support tls options on external spdy server.
@AdamMagaluk AdamMagaluk merged commit c634e90 into master Jan 15, 2016
@AdamMagaluk AdamMagaluk deleted the tls-support branch January 15, 2016 18:28
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