Sample log files for the HTTP/TCP proxy

The sample log files show common messages that you can use to troubleshoot the HTTP/TCP proxy.

Sample log file 1

This sample shows a JUL file for FINE level output, which is equivalent to the diagnostic log DEBUG level.
  • Verbose logging is off.
  • The stub uses one routing rule and zero recording rules.
  • The single incoming request does not match the routing rule and therefore is routed to the live system (http://example.com:80/).
Oct 27, 2023 12:03:16 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 12:03:16 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 12:03:16 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading server certificate settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks' (type=jks) using alias 'mykey', signing algorithm 'SHA1withRSA'
Oct 27, 2023 12:03:16 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading outbound identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 12:03:16 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Secure outbound connections will use SSL_TLS and identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Using plain to secure comms port of 3131
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Forwarding CONNECT requests from HTTP to HTTPs proxy
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.https.HTTPSProxyEngine run
INFO: Started SSL proxy
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Starting up HTTP listener on port 3128, bound to all addresses
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor createRouter
FINE: Started HTTP listener on port: 3128
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl <init>
INFO: Proxy created, registration configuration location: file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl start
INFO: TCPProxy starting
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl cleanup
INFO: Proxy cleaning up: 0 existing port forwarders
Oct 27, 2023 12:03:17 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 12:03:17 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl startAllPortForwarders
INFO: Proxy starting: 0 port forwarders
Oct 27, 2023 12:03:17 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl changed
INFO: Configuration changed: lastUpdated: 1425038597357
observationLevel: 1

Oct 27, 2023 12:03:17 PM com.greenhat.proxy.tcp.impl.ForwardingRuleRegistryImpl updateForwardingRules
INFO: No rules, will revert all existing forwarding rules to base
Oct 27, 2023 12:03:42 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
  Routing rule condition: ((DESTINATION_PORT matches 80 AND HTTP_METHOD matches GET) AND (DESTINATION_HOST matches example.com OR ((DESTINATION_HOST matches 93.184.216.34 OR DESTINATION_HOST matches 2606:2800:220:1:248:1893:25c8:1946) OR ((SOURCE_HOST matches 2606:2800:220:1:248:1893:25c8:1946 OR SOURCE_HOST matches 93.184.216.34) AND ((DESTINATION_HOST matches localhost OR DESTINATION_HOST matches 127.0.0.1) OR DESTINATION_HOST matches 0:0:0:0:0:0:0:1)))))
  LoadBalancer (strategy: RoundRobinStrategy [last=-1]):
    ActivityDestination [activityId=870cfcc9-20b1-4e8c-a97f-a37139da46c0, endpoint=[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80]
Oct 27, 2023 12:03:42 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request received for host example.com:80
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against recording rules.
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against routing rules.
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesHTTPMethod
FINE: Request HTTP method POST does not match condition: GET
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: Rule condition failed. Trying next rule.
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 12:03:55 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request for host example.com:80 to be routed to live system
Oct 27, 2023 12:04:16 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.

Sample log file 2

This sample shows a JUL file for FINE level output, which is equivalent to the diagnostic log DEBUG level.
  • Verbose logging is on.
  • The stub uses one routing rule and zero recording rules.
  • For the single incoming request, the first filter condition matches the request, now visible in the log because verbose logging is on. The second filter condition doesn't match the request (as in sample log file 1), so the request is routed to the live system (http://example.com:80/).
Oct 27, 2023 12:57:29 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 12:57:29 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 12:57:29 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading server certificate settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks' (type=jks) using alias 'mykey', signing algorithm 'SHA1withRSA'
Oct 27, 2023 12:57:29 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading outbound identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 12:57:29 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Secure outbound connections will use SSL_TLS and identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 12:57:29 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Using plain to secure comms port of 3131
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Forwarding CONNECT requests from HTTP to HTTPs proxy
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.https.HTTPSProxyEngine run
INFO: Started SSL proxy
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Starting up HTTP listener on port 3128, bound to all addresses
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.http.membrane.RoutingInterceptor createRouter
FINE: Started HTTP listener on port: 3128
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl <init>
INFO: Proxy created, registration configuration location: file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl start
INFO: TCPProxy starting
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl cleanup
INFO: Proxy cleaning up: 0 existing port forwarders
Oct 27, 2023 12:57:30 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 12:57:30 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: New recording configuration. RecordingConfiguration:
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl startAllPortForwarders
INFO: Proxy starting: 0 port forwarders
Oct 27, 2023 12:57:30 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl changed
INFO: Configuration changed: lastUpdated: 1425041850162
observationLevel: 1

Oct 27, 2023 12:57:30 PM com.greenhat.proxy.tcp.impl.ForwardingRuleRegistryImpl updateForwardingRules
INFO: No rules, will revert all existing forwarding rules to base
Oct 27, 2023 12:58:30 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
  Routing rule condition: ((DESTINATION_PORT matches 80 AND HTTP_METHOD matches GET) AND (DESTINATION_HOST matches example.com OR ((DESTINATION_HOST matches 93.184.216.34 OR DESTINATION_HOST matches 2606:2800:220:1:248:1893:25c8:1946) OR ((SOURCE_HOST matches 2606:2800:220:1:248:1893:25c8:1946 OR SOURCE_HOST matches 93.184.216.34) AND ((DESTINATION_HOST matches localhost OR DESTINATION_HOST matches 127.0.0.1) OR DESTINATION_HOST matches 0:0:0:0:0:0:0:1)))))
  LoadBalancer (strategy: RoundRobinStrategy [last=-1]):
    ActivityDestination [activityId=bfddea18-784a-459a-95f8-471a2cbc57ca, endpoint=[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80]
Oct 27, 2023 12:58:30 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 12:58:30 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: New recording configuration. RecordingConfiguration:
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request received for host example.com:80
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against recording rules.
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against routing rules.
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesDestinationPort
FINE: Request destination port matched condition: 80
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesHTTPMethod
FINE: Request HTTP method POST does not match condition: GET
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: Rule condition failed. Trying next rule.
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 12:58:41 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request for host example.com:80 to be routed to live system
Oct 27, 2023 12:59:02 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.

Sample log file 3

This sample shows a JUL file for FINE level output, which is equivalent to the diagnostic log DEBUG level.
  • Verbose logging is off.
  • The stub uses two routing rules and zero recording rules.
  • The single incoming request matches the first routing rule and is passed to the second. The request fails the second routing rule, as in sample log file 1. The proxy chooses an activity from the first rule. That activity consists of routing the traffic to the stub.
Oct 27, 2023 1:05:59 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 1:05:59 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading server certificate settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks' (type=jks) using alias 'mykey', signing algorithm 'SHA1withRSA'
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading outbound identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Secure outbound connections will use SSL_TLS and identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Using plain to secure comms port of 3131
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Forwarding CONNECT requests from HTTP to HTTPs proxy
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.https.HTTPSProxyEngine run
INFO: Started SSL proxy
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Starting up HTTP listener on port 3128, bound to all addresses
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.membrane.RoutingInterceptor createRouter
FINE: Started HTTP listener on port: 3128
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl <init>
INFO: Proxy created, registration configuration location: file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl start
INFO: TCPProxy starting
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl cleanup
INFO: Proxy cleaning up: 0 existing port forwarders
Oct 27, 2023 1:05:59 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 1:05:59 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 1:05:59 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl startAllPortForwarders
INFO: Proxy starting: 0 port forwarders
Oct 27, 2023 1:06:00 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl changed
INFO: Configuration changed: lastUpdated: 1425042359957
observationLevel: 1

Oct 27, 2023 1:06:00 PM com.greenhat.proxy.tcp.impl.ForwardingRuleRegistryImpl updateForwardingRules
INFO: No rules, will revert all existing forwarding rules to base
Oct 27, 2023 1:06:24 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
  Routing rule condition: ((DESTINATION_PORT matches 80 AND HTTP_METHOD matches POST) AND (DESTINATION_HOST matches example.com OR ((DESTINATION_HOST matches 93.184.216.34 OR DESTINATION_HOST matches 2606:2800:220:1:248:1893:25c8:1946) OR ((SOURCE_HOST matches 2606:2800:220:1:248:1893:25c8:1946 OR SOURCE_HOST matches 93.184.216.34) AND ((DESTINATION_HOST matches localhost OR DESTINATION_HOST matches 127.0.0.1) OR DESTINATION_HOST matches 0:0:0:0:0:0:0:1)))))
  LoadBalancer (strategy: RoundRobinStrategy [last=-1]):
    ActivityDestination [activityId=debde188-ba93-4bda-b86d-d7ac557beae4, endpoint=[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80]
  Routing rule condition: ((DESTINATION_PORT matches 80 AND HTTP_METHOD matches GET) AND (DESTINATION_HOST matches example.com OR ((DESTINATION_HOST matches 93.184.216.34 OR DESTINATION_HOST matches 2606:2800:220:1:248:1893:25c8:1946) OR ((SOURCE_HOST matches 2606:2800:220:1:248:1893:25c8:1946 OR SOURCE_HOST matches 93.184.216.34) AND ((DESTINATION_HOST matches localhost OR DESTINATION_HOST matches 127.0.0.1) OR DESTINATION_HOST matches 0:0:0:0:0:0:0:1)))))
  LoadBalancer (strategy: RoundRobinStrategy [last=-1]):
    ActivityDestination [activityId=7959a7fa-c324-49ca-823d-e63baaf65718, endpoint=[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80]
Oct 27, 2023 1:06:24 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request received for host example.com:80
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against recording rules.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against routing rules.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: Rule condition matched. Continuing to check other rules.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesHTTPMethod
FINE: Request HTTP method POST does not match condition: GET
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: Rule condition failed. Trying next rule.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: No more rules to try.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request for host example.com:80 to be routed to [2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80 (Activity debde188-ba93-4bda-b86d-d7ac557beae4)
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.membrane.RoutingInterceptor routeRequest
FINE: Routing to destination: http://[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80/
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 1:06:33 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleResponse
FINE: Request successfully routed to http://[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80/

Sample log file 4

This sample shows a JUL file for FINE level output, which is equivalent to the diagnostic log DEBUG level.
  • Verbose logging is on.
  • The stub uses two routing rules and zero recording rules.
  • The single incoming request matches all filter conditions from the first rule, visible in the log because verbose logging is on. The request matches the first filter condition for the second rule, also shown because of verbose logging. The request fails the second routing rule, as in sample log file 1. The proxy chooses an activity from the first rule. That activity consists of routing the traffic to the stub.
Oct 27, 2023 1:02:15 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 1:02:15 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading server certificate settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks' (type=jks) using alias 'mykey', signing algorithm 'SHA1withRSA'
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Loading outbound identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.HTTPProxy init
INFO: Secure outbound connections will use SSL_TLS and identity settings from 'file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/greenhat.jks'
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Using plain to secure comms port of 3131
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Forwarding CONNECT requests from HTTP to HTTPs proxy
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.https.HTTPSProxyEngine run
INFO: Started SSL proxy
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.HTTPProxy start
INFO: Starting up HTTP listener on port 3128, bound to all addresses
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.membrane.RoutingInterceptor createRouter
FINE: Started HTTP listener on port: 3128
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl <init>
INFO: Proxy created, registration configuration location: file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl start
INFO: TCPProxy starting
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl cleanup
INFO: Proxy cleaning up: 0 existing port forwarders
Oct 27, 2023 1:02:15 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: RIT Version: 8.7.0.0
Oct 27, 2023 1:02:15 PM com.greenhat.vie.comms.proxy.util.ProxyRegistrationFactory init
INFO: Loading configuration from file:/C:/Program%20Files/HCL/DevOpsTestControlPanel/httptcp/registration.xml
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: New recording configuration. RecordingConfiguration:
Oct 27, 2023 1:02:15 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl startAllPortForwarders
INFO: Proxy starting: 0 port forwarders
Oct 27, 2023 1:02:16 PM com.greenhat.proxy.tcp.impl.TCPProxyImpl changed
INFO: Configuration changed: lastUpdated: 1425042135888
observationLevel: 1

Oct 27, 2023 1:02:16 PM com.greenhat.proxy.tcp.impl.ForwardingRuleRegistryImpl updateForwardingRules
INFO: No rules, will revert all existing forwarding rules to base
Oct 27, 2023 1:02:40 PM com.greenhat.proxy.http.routing.RoutingEngine setConfiguration
FINE: Applying new routing configuration. RoutingConfiguration:
  Routing rule condition: ((DESTINATION_PORT matches 80 AND HTTP_METHOD matches POST) AND (DESTINATION_HOST matches example.com OR ((DESTINATION_HOST matches 93.184.216.34 OR DESTINATION_HOST matches 2606:2800:220:1:248:1893:25c8:1946) OR ((SOURCE_HOST matches 2606:2800:220:1:248:1893:25c8:1946 OR SOURCE_HOST matches 93.184.216.34) AND ((DESTINATION_HOST matches localhost OR DESTINATION_HOST matches 127.0.0.1) OR DESTINATION_HOST matches 0:0:0:0:0:0:0:1)))))
  LoadBalancer (strategy: RoundRobinStrategy [last=-1]):
    ActivityDestination [activityId=a607ce03-47cc-4be1-81be-2630cff5bd16, endpoint=[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80]
  Routing rule condition: ((DESTINATION_PORT matches 80 AND HTTP_METHOD matches GET) AND (DESTINATION_HOST matches example.com OR ((DESTINATION_HOST matches 93.184.216.34 OR DESTINATION_HOST matches 2606:2800:220:1:248:1893:25c8:1946) OR ((SOURCE_HOST matches 2606:2800:220:1:248:1893:25c8:1946 OR SOURCE_HOST matches 93.184.216.34) AND ((DESTINATION_HOST matches localhost OR DESTINATION_HOST matches 127.0.0.1) OR DESTINATION_HOST matches 0:0:0:0:0:0:0:1)))))
  LoadBalancer (strategy: RoundRobinStrategy [last=-1]):
    ActivityDestination [activityId=b00b3b8b-02c7-4701-9dec-8d50935b462b, endpoint=[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80]
Oct 27, 2023 1:02:40 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: Applying new recording configuration
Oct 27, 2023 1:02:40 PM com.greenhat.proxy.http.recording.RecordingEngine setConfiguration
FINE: New recording configuration. RecordingConfiguration:
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request received for host example.com:80
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against recording rules.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Testing request against routing rules.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesDestinationPort
FINE: Request destination port matched condition: 80
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesHTTPMethod
FINE: Request HTTP method matched condition: POST
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesDestinationHost
FINE: Request destination host matched condition: example.com
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: Rule condition matched. Continuing to check other rules.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesDestinationPort
FINE: Request destination port matched condition: 80
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.condition.RequestMatcherImpl matchesHTTPMethod
FINE: Request HTTP method POST does not match condition: GET
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: Rule condition failed. Trying next rule.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.routing.RoutingConfiguration lookup
FINE: No more rules to try.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleRequest
FINE: Request for host example.com:80 to be routed to [2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80 (Activity a607ce03-47cc-4be1-81be-2630cff5bd16)
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor routeRequest
FINE: Routing to destination: http://[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80/
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.recording.RecordingConfiguration lookup
FINE: No more rules to try. No match found for request.
Oct 27, 2023 1:03:17 PM com.greenhat.proxy.http.membrane.RoutingInterceptor handleResponse
FINE: Request successfully routed to http://[2001:0db8:85a3:0042:1000:8a2e:0370:7334]:80/