-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Reuse connection issue with SSL #91
Comments
Application http - SSRS http - works So, how to resolve "reuse connection issue"? |
Hello! Sorry, I was away on vacation, and I jsut now saw this. The connection reuse issue probably has to do with myHttpClient.DefaultRequestHeaders.ConnectionClose = false; |
Hello. PS I use iframe with post action to application API PPS HTTP Client configuration: |
Ok, that was worth a try. Kind of difficult to serving without a repro on my end. Do you have a similar minimal case that you can share, but using a public endpoint? |
Interesting: maybe something to do with this? |
Okay, finally I have works solution. In details: How SSRS was integrated
HttpClient initialization: Proxy map initialization: |
Interesting: glad you got it figured out! |
Hi, I have an odd problem. Described at
Reuse connection error
After some resolving phase SSRS in this case was published with SSL and an error was changed.
A current one is:
So, how to resolve this?
How I can log inner exception in this case?
I mean release published application. Is AspNetCore.Proxy lib has any options to use logger?
Should I add custom middleware logger?
The text was updated successfully, but these errors were encountered: