-
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
The SSL connection could not be established #920
Comments
it clearly says 'The remote certificate is invalid according to the validation procedure'. Did you check if SSL certificate is valid or not? E.g. open a endpoint with Chrome and see what Chrome says. https://localhost:5001 |
I open a endpoint with Chrome is not an effective secure connection,but I can get data by clicking on Continue Link. |
see #309 understand it. |
maybe you need to set DangerousAcceptAnyServerCertificateValidator = true,if you want to ignore SSL validation |
Is there an answer to this question? |
have you managed to get around this issue yet? i seem to be running into the same issue and using DangerousAcceptAnyServerCertificateValidator = true doesn't resolve it either. |
I also set DangerousAcceptAnyServerCertificateValidator = true, but it has no effect |
try modify your downStreamScheme to "http" |
@harshwd |
@zhanghaiboshiwo @ahmedtolba1984 @harshwd @57575 @v2codes @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]>
I local debug is ok,but publish to IIS is error.
Don't use ocelot is ok,when I use upstream to get is error.
My logs details
ocelot.json
The text was updated successfully, but these errors were encountered: