Replies: 1 comment
-
I do see the above in my interceptor pod logs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I have followed this PR, to set up my addon deployment spec. https://github.com/kedacore/http-add-on/pull/928/files
Its up and running, I provide it certs via a secret. But I get the following error? I am using a self signed cert signed by kubernetes. I tried kedacore/keda#5912 but that doesnt seem to have any effect on the add-on. Do you know how to add additional trust for Http addon?
2025-03-27T22:46:45Z ERROR LoggingMiddleware.RoutingMiddleware.CountingMiddleware.UpstreamHandler.StaticHandler Bad Gateway {"routingKey": "//url/info/", "namespacedName": {"name":"vic-san","namespace":"vic-san"}, "stream": "https://url:443/info", "error": "tls: failed to verify certificate: x509: certificate signed by unknown authority"} github.com/kedacore/http-add-on/interceptor/handler.(*Static).ServeHTTP github.com/kedacore/http-add-on/interceptor/handler/static.go:36 github.com/kedacore/http-add-on/interceptor/handler.(*Upstream).ServeHTTP.func2 github.com/kedacore/http-add-on/interceptor/handler/upstream.go:54 net/http/httputil.(*ReverseProxy).ServeHTTP net/http/httputil/reverseproxy.go:486 github.com/kedacore/http-add-on/interceptor/handler.(*Upstream).ServeHTTP github.com/kedacore/http-add-on/interceptor/handler/upstream.go:57 main.runProxyServer.newForwardingHandler.func2 github.com/kedacore/http-add-on/interceptor/proxy_handlers.go:87 net/http.HandlerFunc.ServeHTTP net/http/server.go:2220 github.com/kedacore/http-add-on/interceptor/middleware.(*Counting).ServeHTTP github.com/kedacore/http-add-on/interceptor/middleware/counting.go:35 github.com/kedacore/http-add-on/interceptor/middleware.(*Routing).ServeHTTP github.com/kedacore/http-add-on/interceptor/middleware/routing.go:69 github.com/kedacore/http-add-on/interceptor/middleware.(*Logging).ServeHTTP github.com/kedacore/http-add-on/interceptor/middleware/logging.go:42 github.com/kedacore/http-add-on/interceptor/middleware.(*Metrics).ServeHTTP github.com/kedacore/http-add-on/interceptor/middleware/metrics.go:24 net/http.serverHandler.ServeHTTP net/http/server.go:3210 net/http.(*conn).serve net/http/server.go:2092
Beta Was this translation helpful? Give feedback.
All reactions