-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Challenge claims redirect http instead of https #455
Comments
Definitely more info needed. What docker image are you running, what environment variables are set (don't include secrets)? |
My docker image is built from the most recent code as of yesterday. The consent url is not currently working, but I'm not having a problem with that. |
Which docker image are you using exactly? There are multiple flavors! |
Oh I misread, seems like you're building it yourself. Which docker image are you using? |
Ahh. Docker-http |
Ok, that one has https disabled, use the normal one for https - does that answer your question? |
Will that still work if I have it running without https in kubernetes? I like having the certificate outside kubernetes. |
Have you seen the TLS termination option? If not, check out |
I'll look. Thanks. |
otherwise you could probably also issue a certificate from the platform you're using for hydra, use that in hydra and serve regular https. that usually works too for e.g. AWS ELB - should also work on GCP |
I'll look into that as well. |
also head over to our community channel on gitter (link in readme), the community is really helpful and has dealt with this as well :) closing this issue, if you feel there's a bug or something please reopen or create a new issue |
Thanks. |
I'm trying to create an OAuth2 process flow using hydra as my OAuth2 server. I have it setup within Kubernetes running in Amazon, wth http.
I have added an SSL certificate to the load balancer, and added a DNS entry to Route53 to provide a public FQDN matching the certificate.
I don't see any issues with invalid certificate errors, but when I ask for a challenge response the redirect value in the claim has http instead of https.
This makes completing the process flow difficult, as redirects don't work.
Any ideas, or more info needed?
The text was updated successfully, but these errors were encountered: