Skip to content

Commit

Permalink
Remove tls configuration from tunnel for #85
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jan 7, 2024
1 parent 182a05f commit 847822b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/webserver/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func Start(errChan chan<- error) error {
ReadTimeout: 5 * time.Second,
WriteTimeout: 10 * time.Second,
IdleTimeout: 120 * time.Second,
TLSConfig: tlsConfig,
Handler: setSecurityHeaders(tunnel),
}

Expand Down

0 comments on commit 847822b

Please sign in to comment.