Log http client

Hello forum,

I want to know how to Log(DEBUG level) the http client from the pub directory. In my network traffic analyzer I see that IS sometimes stops the SSL connection. I want to be able to log what is going on in that client.

Regards,
Plamen

For SSL debugging, you can try to turn on debugging with extended setting:
watt.net.ssl.debug=true → this is for inbound connections
watt.ssl.iaik.debug=true → this is for outbound, run the server in command window, instead of windows service.