togear
togear
An upgrade of OpenSSL should resolve your issues. I have tried OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 with the same error with you, The error disappeared when i update openssl to...
tihs issue maybe the same problem with [issue655](https://github.com/trickstercache/trickster/issues/655). when I tested backends paths, i found paths is nil I hope this is useful for the troubleshooting (dlv) p c.Backends map[string]*github.com/trickstercache/trickster/v2/pkg/backends/options.Options...
We are testing a specific url (http://www.test.com/XXXX) will perform diffrent action according to the path configuration. eg: for http://www.test.com/server-status/xxx that pefix with /server-status will add Header CDN: test1 http://www.test.com/depot/xxx that...
```--- a/pkg/routing/routing.go +++ b/pkg/routing/routing.go @@ -267,8 +267,8 @@ func RegisterPathRoutes(r router.Router, handlers map[string]http.Handler, p2.Merge(p) continue } - p3 := po.New() - p3.Merge(p) + p3 := o.Paths[k].Clone() + // p3.Merge(p) pathsWithVerbs[k]...
@jakenichols2719 it will be all right to make other issues for Clarify the usage of Paths