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

net/http: ListenAndServeTLS() can't be started with empty arguments #8599

Closed
gopherbot opened this issue Aug 26, 2014 · 5 comments
Closed

net/http: ListenAndServeTLS() can't be started with empty arguments #8599

gopherbot opened this issue Aug 26, 2014 · 5 comments
Milestone

Comments

@gopherbot
Copy link

by Jarmo.Puttonen:

ListenAndServeTLS() can't be started without setting certificate file arguments when
certificates are already set on TLSConfig of Server. 
Ignoring argument values when certificates are set on TLSConfig would be useful if user
wants to load certificates from somewhere else than file.
@griesemer
Copy link
Contributor

Comment 1:

Labels changed: added repo-net.

@mikioh
Copy link
Contributor

mikioh commented Oct 1, 2014

Comment 2:

Labels changed: added repo-main, removed repo-net.

@bradfitz bradfitz removed the new label Dec 18, 2014
@rsc
Copy link
Contributor

rsc commented Apr 10, 2015

Isn't there just a different function to call instead in this case?

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc removed the repo-main label Apr 14, 2015
@bradfitz
Copy link
Contributor

@gopherbot
Copy link
Author

CL https://golang.org/cl/11413 mentions this issue.

@mikioh mikioh modified the milestones: Go1.5, Unplanned Jun 25, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants