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
Makes sense, marking this as approved. I haven't looked too close to Go's net/http to see how well it's supported in the stdlib. I would be against pulling in a third party https service into the package though.
Describe the feature:
Some companies/solutions require services to all use TLS/HTTPS. At present goss only serves HTTP.
Describe the solution you'd like
Add ability to serve an https endpoint given a certificate.
E.g.
Describe alternatives you've considered
Use a reverse-proxy like caddy to sit in front of goss.
The text was updated successfully, but these errors were encountered: