-
Notifications
You must be signed in to change notification settings - Fork 47
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
no httprequests for dotnet core app in docker container #23
Comments
@nikki603 I am getting https://github.com/serilog/serilog-docker working with the latest bits. Will let you know how I go. |
@merbla
I am seeing the following errors:
If I click yes, I can send events to my Splunk server. If I click No or do nothing, events fail to send. Since I have no control over my company's Splunk server, I think I need a client-side way to disable or ignore certificate validation. For example in the docker splunk driver I have an option 'splunk-insecureskipverify' that I set to true. What do you think? |
Does the SSL cert that you are using exist in the docker container? |
The ability to ignore invalid certs has changed/ moved in dotnet core. Perhaps try ignoring cert validation. |
No
How? Wouldn't it need to be done when the HttpClient is created? |
I did finally get the serilog-docker examples and my own application inside a Docker container to work with a Splunk server outside the container with SSL enabled. Thank you. I would still like the option to ignore cert errors in the sink. |
I have a dotnet core RC2 application that is using serilog-sinks-splunk v2.0.0 to send all log entries to a Splunk server 6.3 Enterprise. When the application is running locally (not in a docker container), http requests are sent successfully. I can see them in Fiddler and my entries are viewable in Splunk. However when the same application is in a docker container, no I see no requests in Fiddler and nothing in Splunk. Has anyone had this problem?
The text was updated successfully, but these errors were encountered: