Skip to content
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

Sending HTTPS requests with Zuul 2 #1305

Open
agasheadwait opened this issue Sep 21, 2022 · 1 comment
Open

Sending HTTPS requests with Zuul 2 #1305

agasheadwait opened this issue Sep 21, 2022 · 1 comment

Comments

@agasheadwait
Copy link

agasheadwait commented Sep 21, 2022

I am trying to use Zuul 2 to connect to my backend micro-services .

I have multiple services running on http on localhost and everything is working fine for them.

I also have another service running on the cloud on a link https://somelink.com. I have added a route for the service but when zuul forwards the request to somelink.com, it is sending it over http to port 80 and the server is returning 301 moved permanently.

Any solutions as to how I can send it by https?

@agasheadwait agasheadwait changed the title 301 moved permanently to the same URL on POST request Zuul 2 Sending HTTPS requests with Zuul 2 Sep 28, 2022
@agasheadwait
Copy link
Author

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant