The Token Endpoint for my SSO integration app throws an error

It is working fine on my local dev

x509: certificate signed by unknown authority

If you are expecting some help, more details are needed

1 Like

i am using okta sso for my web app which is deployed on gcp using kubernetes.
So,first authorization request is working fine(response type,response code - code,query)

but token end point returns an error :

error: “Post “https://*****************/oauth2/v1/token”: x509: certificate signed by unknown authority”

so the problem is with SSL certificate of the endpoint you are trying to hit, or with SSL CA store on your side

1 Like