do not terminate tunnel if origin is not reachable on start-up

This commit is contained in:
Roman Iuvshyn 2020-02-22 00:56:30 +02:00
parent 52ab2c8227
commit ce0728e7db
No known key found for this signature in database
GPG Key ID: 70A6287ADC793A5E
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ func prepareTunnelConfig(
err = validation.ValidateHTTPService(originURL, hostname, httpTransport)
if err != nil {
logger.WithError(err).Error("unable to connect to the origin")
return nil, errors.Wrap(err, "unable to connect to the origin")
}
toEdgeTLSConfig, err := tlsconfig.CreateTunnelConfig(c)