HTTP/TCP プロキシーのサンプル・ログ・ファイル

サンプル・ログ・ファイルには、HTTP/TCP プロキシーのトラブルシューティングに使用できる一般的なメッセージが示されています。

サンプル・ログ・ファイル 1

このサンプルは、FINE レベルの出力の JUL ファイルを示しています。これは、診断ログの DEBUG レベルに相当します。
  • 冗長ロギングはオフです。
  • スタブは 1 つのルーティング規則を使用し、記録規則は使用しません。
  • 単一の着信要求は、ルーティング規則に一致しないため、ライブ・システム (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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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.

サンプル・ログ・ファイル 2

このサンプルは、FINE レベルの出力の JUL ファイルを示しています。これは、診断ログの DEBUG レベルに相当します。
  • 冗長ロギングはオンです。
  • スタブは 1 つのルーティング規則を使用し、記録規則は使用しません。
  • 単一の着信要求で、最初のフィルター条件が要求と一致し、冗長ロギングがオンであるためログに記録されています。 2 つ目のフィルター条件が (サンプル・ログ・ファイル 1 にあるように) 要求に一致しないので、要求はライブ・システム (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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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.

サンプル・ログ・ファイル 3

このサンプルは、FINE レベルの出力の JUL ファイルを示しています。これは、診断ログの DEBUG レベルに相当します。
  • 冗長ロギングはオフです。
  • スタブは 2 つのルーティング規則を使用し、記録規則は使用しません。
  • 単一の着信要求が最初のルーティング規則に一致し、2 つ目の規則に渡されます。 その要求は(サンプル・ログ・ファイル1にあるように) 2つ目のルーティング規則では失敗します。 プロキシーは最初の規則からアクティビティーを選択します。 そのアクティビティーは、スタブへのトラフィックのルーティングで構成されています。
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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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/

サンプル・ログ・ファイル 4

このサンプルは、FINE レベルの出力の JUL ファイルを示しています。これは、診断ログの DEBUG レベルに相当します。
  • 冗長ロギングはオンです。
  • スタブは 2 つのルーティング規則を使用し、記録規則は使用しません。
  • 単一の着信要求が最初の規則のすべてのフィルター条件に一致し、冗長ロギングがオンであるためログに記録されています。 この要求は 2 つ目の規則の最初のフィルター条件に一致し、冗長ロギングであるため、これもログに記録されています。 その要求は(サンプル・ログ・ファイル1にあるように) 2つ目のルーティング規則では失敗します。 プロキシーは最初の規則からアクティビティーを選択します。 そのアクティビティーは、スタブへのトラフィックのルーティングで構成されています。
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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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/IBM/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/