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
In config.go there is hardcoded papertrail CA loading
We should be able to point at a root CA file instead in the config or flag options
// Make this more extensible// add the papertrail root CA if necessaryifc.Destination.Protocol=="tls"&&c.Destination.Host=="logs.papertrailapp.com" {
c.RootCAs=papertrail.RootCA()
}
The text was updated successfully, but these errors were encountered:
In
config.go
there is hardcoded papertrail CA loadingWe should be able to point at a root CA file instead in the config or flag options
The text was updated successfully, but these errors were encountered: