2026-02-13T18:54:55Z ERR failed to authenticate the request | service=proxy error=failed to verify access token: Get "https://cloud.domain.com/.well-known/openid-configuration": remote error: tls: certificate required authenticator=oidc path=/graph/v1.0/me user_agent=USERAGENT client.address=XXX.XXX.XXX.XXX network.peer.address= network.peer.port= line=github.com/opencloud-eu/opencloud/services/proxy/pkg/middleware/oidc_auth.go:198
how can i solve this problem, im using selfsigned certificates and in the web the following message is displayed
Not logged in
This could be because of a routine safety log out, or because your account is either inactive or not yet authorized for use. Please try logging in after a while or seek help from your Administrator.
Im using traefik and if i change to letsencrypt it works, but i want to use my own CA. Thank you
2026-02-13T18:54:55Z ERR failed to authenticate the request | service=proxy error=failed to verify access token: Get "https://cloud.domain.com/.well-known/openid-configuration": remote error: tls: certificate required authenticator=oidc path=/graph/v1.0/me user_agent=USERAGENT client.address=XXX.XXX.XXX.XXX network.peer.address= network.peer.port= line=github.com/opencloud-eu/opencloud/services/proxy/pkg/middleware/oidc_auth.go:198
how can i solve this problem, im using selfsigned certificates and in the web the following message is displayed
Not logged in
This could be because of a routine safety log out, or because your account is either inactive or not yet authorized for use. Please try logging in after a while or seek help from your Administrator.
Im using traefik and if i change to letsencrypt it works, but i want to use my own CA. Thank you