Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Unable to generate KONG client credentials on HTTP protocol. #5067
Comments
|
Yes, OAuth2.0 Plugin only allows |
|
Please review the following codes,maybe you can fix it so easy! if not allow_terminated then -- if we trust this IP, examine it's X-Forwarded-Proto header
end return false ` |
|
I'd like to fix this issue, I'll be grateful for any further tips on where to start. Thanks! Friendly /cc @bungle |
|
@scorphus Have you fixed this issue? |
|
@abimarank still finding my way around it. Do you have any tips? /cc @thibaultcha |
|
1.While using docker we have the option to choose from https and http when creating an instance using an image in a container this will remove the error. |


Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.