You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. Thanks for a really great blog series and source code. Really helpful stuff.
I ran into my first issue when trying to hit the Zuul server. The first issue was that Zuul is configured for SSL so you're not going to get a response ...
Other requests to the Zuul host/port also produce 404s.
I tried removing the ssl block from the application.yml config file (in microservices/edge-server). Didn't expect this to change things, and it did not change things:
I've looked around a bit but since I'm new to NetflixOSS, Zuul, etc., I don't think I'll get an understanding of this until I start slow/from-scratch, instead of diving in ... so sorry I can't be of too much help, but I thought I might notify you, in case there's been some drift between source code & blog post content, and you might know what the issue is immediately.
Thanks again for the great content.
The text was updated successfully, but these errors were encountered:
Aha. It works if I checkout M2. Just picked M2 because it was very close to the date the blog post went up. I could try and bisect to find the working commit ... Maybe you have some insight into the difference though. In any case, perhaps the blog post should be updated, to tell users to check out a certain release/tag, so this confusion is avoided?
Hey there. Thanks for a really great blog series and source code. Really helpful stuff.
I ran into my first issue when trying to hit the Zuul server. The first issue was that Zuul is configured for SSL so you're not going to get a response ...
This should probably be updated in the blog but you can figure it out yourself ... then you try it with HTTPS and you just get 404s:
Other requests to the Zuul host/port also produce 404s.
I tried removing the
ssl
block from theapplication.yml
config file (inmicroservices/edge-server
). Didn't expect this to change things, and it did not change things:I've looked around a bit but since I'm new to NetflixOSS, Zuul, etc., I don't think I'll get an understanding of this until I start slow/from-scratch, instead of diving in ... so sorry I can't be of too much help, but I thought I might notify you, in case there's been some drift between source code & blog post content, and you might know what the issue is immediately.
Thanks again for the great content.
The text was updated successfully, but these errors were encountered: