maskit commented on issue #9095: URL: https://github.com/apache/trafficserver/issues/9095#issuecomment-1253431233
It seems like curl was able to connect to some server. If the IP address and port number are correct, you should see some debug log from traffic server. Can you try this setting below? With this, you should see a lot of debug logs even without any connections. ``` CONFIG proxy.config.diags.debug.tags STRING .* ``` If you still don't see any errors with this, you are probably looking at a wrong log file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
