-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth flow fails with certificate error #1229
Comments
Hm, my first guess is that for some reason the jdk doesn't have the certificate available. How are you running it? Is it perhaps possible that the certificate is quite new and the jdk rather old? I never had problems with lets encrypt certificates though (at least can't really remember…). |
I'm using your Docker image |
Can you perhaps try without docker and a recent jdk on some machine? |
Hi! Tested using the release zip on WSL 2. Works as intended!
Java version in the Docker container:
|
Ok, thank you very much for testing! I wanted to update the java version for some time now, it seems I was too slow 😄 |
I'll update java soon to 17. What also came to my mind: the stable release is a docker image build quite a while ago. I think jdk11 is still supported (it should get updates for timezones and certs) - so perhaps the nightly build docker image would also work, because it is created more often. |
I tried to set up OAuth login against Passmower authorization server, which implements standard OIDC protocol, so it should work.
When redirect occurs and possibly sharry tries to access the IdP, a certificate error occurs.
The IdP is on a public URL with Let's Encrypt certificates.
Config:
Log:
The text was updated successfully, but these errors were encountered: