-
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
Is there anyway to ignore SSL validation? #1237
Comments
I tried resolve like this, and it worked. Here is my way. Startup file
IgnoreSSLValidateDelegatingHandler
` |
…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]>
In my case:
At the development environment, I use the dynamic routing with Consul,and all Services start up with HTTPS。
I got SSL connection error, like this:
Steps to Reproduce the Problem
ocelot.json config :
Specifications
The text was updated successfully, but these errors were encountered: