We have been using forest admin on our deployed application (staging). I hadn’t logged into the app in about 5 days, but nothing had changed or been deployed. When I try to open forest for this environment I, forest says "Unable to Authenticate you. Please verify that your admin backend is correctly configured and running, and that you have access to the internet.
Our app is up and running. I checked the logs of the app and see Forest hitting the endpoints.
It first does an OPTIONS request to /forest/authentication/callback?code={redacted}
which returns a 200
.
It then does a GET request to the same URL but with a different code
/forest/authentication/callback?code={redacted}
which returns a 500
.
When I try the URL myself I see the error:
{"errors":[{"status":500,"detail":"SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)"}]}
Our SSL cert is definitely not expired. Any idea what’s going on?
I can login to our Development environment with no issues. The same code is on our Development environment and our Staging environment
Context
- Package Version: forest_liana (7.0.0) (Rails)
- Database Dialect: PSQL
- Database Version: 13
- Project Name: ColliderBot