You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #16, it might be a good idea to check if the key and cert files passed in as environment variables exist before calling http.ListenAndServeTLS.
This may not be necessary if http.ListenAndServeTLS fails with an appropriate error when the files do not exist.
As discussed in #16, it might be a good idea to check if the key and cert files passed in as environment variables exist before calling
http.ListenAndServeTLS
.This may not be necessary if
http.ListenAndServeTLS
fails with an appropriate error when the files do not exist.cc @chris-wood
The text was updated successfully, but these errors were encountered: