-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error making http request #925
Comments
Config ReRoutes use DownstreamHostAndPorts can success,but use ServiceName throw exception. |
I guess this is more of a Consul health check definition problem, not Ocelot related.
|
I try setting tls_skip_verify field to true,but also throw the exception |
@yuft ,Can you tell me Consul health check definetion where is problem. |
Just saw you had "UseServiceDiscovery": false, maybe you can remove it and see if it makes any difference. |
@jonny-xhl |
…tificateValidator (#1377) * Fix/1375 fix DownstreamRoute DangerousAcceptAnyServerCertificateValidator does not work * Fix the exception when RoundRobin services is empty * Fix build errors * IDE0063 'using' statement can be simplified * IDE0051 Private member 'StreamCopyBufferSize' is unused * Use nameof() in string interpolations * @RaynaldM code review * Code review. Refactor method * Organize folders for WebSockets feature * Add unit tests class for WebSockets feature * Refactor middleware to make it suitable for unit testing * Add unit test * Review current acceptance tests for WebSockets * Review --------- Co-authored-by: raman-m <[email protected]>
logs
consul server config
ocelot application server config
1、when I request http://192.168.1.139:1001/auth/token and then response 500 httpstatuscode.
The text was updated successfully, but these errors were encountered: