vmware-tanzu / secrets-manager

VMware Secrets Manager is a lightweight secrets manager to protect your sensitive data. It’s perfect for edge deployments where energy and footprint requirements are strict—See more: https://vsecm.com/
https://vsecm.com/
BSD 2-Clause "Simplified" License
150 stars 24 forks source link

VSecM Safe gives repeated TLS handshake errors in the logs (when there is a problem with VSecM Keystone) #929

Closed v0lkan closed 4 weeks ago

v0lkan commented 4 months ago

What Happens

VSecM Keystone has mount issues with SPIFFE CSI driver (reason unknown).

Then we see the following logs in VSecM Safe:

2024/04/16 22:00:23 [TRACE] GLPIvvHa Fetch: workloadId vsecm-keystone
2024/04/16 22:00:23 [AUDIT] GLPIvvHa SecretFetchRequest {{method:[[GET]],url:[[/workload/v1/secrets]],spiffeid:[[spiffe://vsecm.com/workload/vsecm-keystone/ns/vsecm-system/sa/vsecm-keystone/n/vsecm-keystone-565dc86b95-xkfmh]],msg:[[e:'',m:'vsecm-no-secret']]}}
2024/04/16 22:00:49 http: TLS handshake error from 10.244.3.13:40456: remote error: tls: bad certificate
2024/04/16 22:00:49 http: TLS handshake error from 10.244.3.13:40472: remote error: tls: bad certificate
2024/04/16 22:00:53 http: TLS handshake error from 10.244.3.13:40486: remote error: tls: bad certificate
2024/04/16 22:00:58 http: TLS handshake error from 10.244.3.13:36246: remote error: tls: bad certificate

From the looks of it, it is trying a TLS connection in what look like an exponential backoff.

What to Do

First, investigate the source code to understand what’s really happening.

When this happens, restarting VSecM Safe, VSecM Sentinel, and VSecM Keystone could be useful HOWEVER, if this issue is linked to SPIFFE CSI Driver, then when we restart; the pods will wait in a terminating state until the CSI driver is brought back to a healthy state.

The least we can do is to log the fact that there is a connection issue; either SPIRE or CSI driver might be unhealthy, you might want to restart SPIRE and kill and reboot entire VSecM for things to stabilize.

Second thing that can be done is to have send a message to a K8s controller telling the system looks unstable and ask it do some audits. The audits could be 1) trying to check if the CSI driver works (by sending a dummy API request to VSecM Safe) 2) if 1) fails and times out retry it a coupld of times. 3) if it still fails initiate the big kill (kill spire, kill vsecm, review everything from scratch) 4) if it does not fail, but if VSecM Keystone appear to be in a bad shape (i.e. in PENDING state instead of INITIALIZING, and remains PENDING for a long time) then again initialize the great kill. 5) Try to do the same for Safe and Sentinel too.

But chances are that VSecM safe may not be able to communicate with this Operator for the very same reason that Keystone cannot communicate with VSecM Safe.

So maybe it’s best for VSecM Safe to indicate this int its /stats endpoint and hope the operator can read the /stats — if the operator cannot read /stats, that means VSecM Safe is unreachable. Then the Operator can check VSecM Safe’s state too

Actually, the operator can "heartbeat" to VSecM Safe, VSecM Sentinel, VSecM Keystone regularly. If it gets N failures in M minutes, then it can start a deeper inspection and maybe eventually restart everything.

One tricky things is, VSecM may not own SPIRE, so it should be an opt-in configuration to let VSecM scale up/down SPIRE (by killing existing pods and waiting for them to reconcile with new names and all)

v0lkan commented 4 months ago

This is the entire log.

It looks like it retries every 5 seconds

2024/04/16 22:00:20 [INFO] VIymDofq Acquiring identity...
2024/04/16 22:00:20 [WARN] VIymDofq Warning: Environment variable VSECM_SAFE_REMOVE_LINKED_K8S_SECRETS not found
VIymDofq                App version: 0.24.4
2024/04/16 22:00:20 [INFO] VIymDofq Secret has not been set yet. Will compute a secure secret.
VIymDofq      Environment variables: APP_VERSION, HOME, HOSTNAME, KUBERNETES_PORT, KUBERNETES_PORT_443_TCP, KUBERNETES_PORT_443_TCP_ADDR, KUBERNETES_PORT_443_TCP_PORT, KUBERNETES_PORT_443_TCP_PROTO, KUBERNETES_SERVICE_HOST, KUBERNETES_SERVICE_PORT, KUBERNETES_SERVICE_PORT_HTTPS, PATH, SPIFFE_ENDPOINT_SOCKET, SSL_CERT_FILE, VSECM_LOG_LEVEL, VSECM_PROBE_LIVENESS_PORT, VSECM_PROBE_READINESS_PORT, VSECM_ROOT_KEY_INPUT_MODE_MANUAL, VSECM_ROOT_KEY_NAME, VSECM_ROOT_KEY_PATH, VSECM_SAFE_BACKING_STORE, VSECM_SAFE_BOOTSTRAP_TIMEOUT, VSECM_SAFE_DATA_PATH, VSECM_SAFE_ENDPOINT_URL, VSECM_SAFE_FIPS_COMPLIANT, VSECM_SAFE_IV_INITIALIZATION_INTERVAL, VSECM_SAFE_K8S_SECRET_BUFFER_SIZE, VSECM_SAFE_K8S_SECRET_DELETE_BUFFER_SIZE, VSECM_SAFE_PORT, VSECM_SAFE_PORT_8443_TCP, VSECM_SAFE_PORT_8443_TCP_ADDR, VSECM_SAFE_PORT_8443_TCP_PORT, VSECM_SAFE_PORT_8443_TCP_PROTO, VSECM_SAFE_SECRET_BACKUP_COUNT, VSECM_SAFE_SECRET_BUFFER_SIZE, VSECM_SAFE_SECRET_DELETE_BUFFER_SIZE, VSECM_SAFE_SERVICE_HOST, VSECM_SAFE_SERVICE_PORT, VSECM_SAFE_SERVICE_PORT_HTTP, VSECM_SAFE_SOURCE_ACQUISITION_TIMEOUT, VSECM_SAFE_SPIFFEID_PREFIX, VSECM_SAFE_STORE_WORKLOAD_AS_K8S_SECRET_PREFIX, VSECM_SAFE_TLS_PORT, VSECM_SENTINEL_ENABLE_OIDC_RESOURCE_SERVER, VSECM_SENTINEL_OIDC_PROVIDER_BASE_URL, VSECM_SYSTEM_NAMESPACE, VSECM_WORKLOAD_SPIFFEID_PREFIX
VIymDofq                 Go version: go1.22.0
VIymDofq            Vsecm log level: 7
VIymDofq  Vsecm safe fips compliant: false
VIymDofq Vsecm safe spiffeid prefix: spiffe://vsecm.com/workload/vsecm-safe/ns/vsecm-system/sa/vsecm-safe/n/
VIymDofq        Vsecm safe tls port: :8443
2024/04/16 22:00:20 [INFO] VIymDofq Generated public key, private key, and aes seed
2024/04/16 22:00:20 [DEBUG] VIymDofq Updated age key.
2024/04/16 22:00:20 [INFO] VIymDofq remaining operations before ready: 2
2024/04/16 22:00:21 [TRACE] VIymDofq Sending: Acquired SVID 0
2024/04/16 22:00:21 [TRACE] VIymDofq Sent: Acquired SVID 0
2024/04/16 22:00:21 [AUDIT] VIymDofq Acquired identity.
2024/04/16 22:00:21 [INFO] VIymDofq remaining operations before ready: 1
2024/04/16 22:00:21 [DEBUG] VIymDofq Server ready.
2024/04/16 22:00:21 [INFO] VIymDofq remaining operations before ready: 0
2024/04/16 22:00:21 [DEBUG] VIymDofq Creating readiness probe.
2024/04/16 22:00:21 [AUDIT] VIymDofq VSecM Safe is ready to serve.
2024/04/16 22:00:21 [INFO] AEGIHK8D processK8sSecretDeleteQueue: Removing safe managed linked k8s secrets is disabled
2024/04/16 22:00:22 [DEBUG] 44RtcJ2Z Handler: got svid: spiffe://vsecm.com/workload/vsecm-sentinel/ns/vsecm-system/sa/vsecm-sentinel/n/vsecm-sentinel-57854f86ff-2bpxn path /sentinel/v1/secrets method GET
2024/04/16 22:00:22 [DEBUG] 44RtcJ2Z Handler: will list
2024/04/16 22:00:22 [AUDIT] 44RtcJ2Z SecretListRequest {{method:[[GET]],url:[[/sentinel/v1/secrets]],spiffeid:[[spiffe://vsecm.com/workload/vsecm-sentinel/ns/vsecm-system/sa/vsecm-sentinel/n/vsecm-sentinel-57854f86ff-2bpxn]],msg:[[e:'',m:'vsecm-enter']]}}
2024/04/16 22:00:22 [AUDIT] 44RtcJ2Z SecretListRequest {{method:[[GET]],url:[[/sentinel/v1/secrets]],spiffeid:[[spiffe://vsecm.com/workload/vsecm-sentinel/ns/vsecm-system/sa/vsecm-sentinel/n/vsecm-sentinel-57854f86ff-2bpxn]],msg:[[e:'',m:'vsecm-enter']]}}
2024/04/16 22:00:22 [TRACE] 44RtcJ2Z Masked: before defer
2024/04/16 22:00:22 [TRACE] 44RtcJ2Z Masked: after defer
2024/04/16 22:00:22 [TRACE] 44RtcJ2Z populateSecrets: populating secrets...
2024/04/16 22:00:22 [TRACE] 44RtcJ2Z populateSecrets: secrets populated.
2024/04/16 22:00:22 [DEBUG] 44RtcJ2Z Masked: will send. workload id: vsecm-sentinel-57854f86ff-2bpxn
2024/04/16 22:00:22 [AUDIT] 44RtcJ2Z SecretListResponse {{method:[[GET]],url:[[/sentinel/v1/secrets]],spiffeid:[[spiffe://vsecm.com/workload/vsecm-sentinel/ns/vsecm-system/sa/vsecm-sentinel/n/vsecm-sentinel-57854f86ff-2bpxn]],msg:[[e:'',m:'vsecm-ok']]}}
2024/04/16 22:00:22 [DEBUG] 44RtcJ2Z Masked: after response
2024/04/16 22:00:23 [DEBUG] GLPIvvHa Handler: got svid: spiffe://vsecm.com/workload/vsecm-keystone/ns/vsecm-system/sa/vsecm-keystone/n/vsecm-keystone-565dc86b95-xkfmh path /workload/v1/secrets method GET
2024/04/16 22:00:23 [DEBUG] GLPIvvHa Handler:/workload/v1/secrets: will fetch
2024/04/16 22:00:23 [AUDIT] GLPIvvHa SecretFetchRequest {{method:[[GET]],url:[[/workload/v1/secrets]],spiffeid:[[spiffe://vsecm.com/workload/vsecm-keystone/ns/vsecm-system/sa/vsecm-keystone/n/vsecm-keystone-565dc86b95-xkfmh]],msg:[[e:'',m:'vsecm-enter']]}}
2024/04/16 22:00:23 [DEBUG] GLPIvvHa Fetch: sending response
2024/04/16 22:00:23 [DEBUG] GLPIvvHa Fetch: preparing request
2024/04/16 22:00:23 [TRACE] GLPIvvHa ReadSecret:begin
2024/04/16 22:00:23 [WARN] GLPIvvHa Fetch: Problem reading secret readFromDisk: error decrypting file: decryptDataFromDisk: No file at: /data/vsecm-keystone.age: stat /data/vsecm-keystone.age: no such file or directory
2024/04/16 22:00:23 [TRACE] GLPIvvHa Fetch: workloadId vsecm-keystone
2024/04/16 22:00:23 [AUDIT] GLPIvvHa SecretFetchRequest {{method:[[GET]],url:[[/workload/v1/secrets]],spiffeid:[[spiffe://vsecm.com/workload/vsecm-keystone/ns/vsecm-system/sa/vsecm-keystone/n/vsecm-keystone-565dc86b95-xkfmh]],msg:[[e:'',m:'vsecm-no-secret']]}}
2024/04/16 22:00:49 http: TLS handshake error from 10.244.3.13:40456: remote error: tls: bad certificate
2024/04/16 22:00:49 http: TLS handshake error from 10.244.3.13:40472: remote error: tls: bad certificate
2024/04/16 22:00:53 http: TLS handshake error from 10.244.3.13:40486: remote error: tls: bad certificate
2024/04/16 22:00:58 http: TLS handshake error from 10.244.3.13:36246: remote error: tls: bad certificate
2024/04/16 22:01:03 http: TLS handshake error from 10.244.3.13:36248: remote error: tls: bad certificate
2024/04/16 22:01:08 http: TLS handshake error from 10.244.3.13:37578: remote error: tls: bad certificate
2024/04/16 22:01:13 http: TLS handshake error from 10.244.3.13:37580: remote error: tls: bad certificate
2024/04/16 22:01:18 http: TLS handshake error from 10.244.3.13:39584: remote error: tls: bad certificate
2024/04/16 22:01:23 http: TLS handshake error from 10.244.3.13:39590: remote error: tls: bad certificate
2024/04/16 22:01:28 http: TLS handshake error from 10.244.3.13:53242: remote error: tls: bad certificate
2024/04/16 22:01:33 http: TLS handshake error from 10.244.3.13:53254: remote error: tls: bad certificate
2024/04/16 22:01:38 http: TLS handshake error from 10.244.3.13:47538: remote error: tls: bad certificate
2024/04/16 22:01:43 http: TLS handshake error from 10.244.3.13:47554: remote error: tls: bad certificate
2024/04/16 22:01:48 http: TLS handshake error from 10.244.3.13:42580: remote error: tls: bad certificate
2024/04/16 22:01:53 http: TLS handshake error from 10.244.3.13:42588: remote error: tls: bad certificate
2024/04/16 22:01:58 http: TLS handshake error from 10.244.3.13:45274: remote error: tls: bad certificate
2024/04/16 22:02:03 http: TLS handshake error from 10.244.3.13:45280: remote error: tls: bad certificate
2024/04/16 22:02:08 http: TLS handshake error from 10.244.3.13:37622: remote error: tls: bad certificate
2024/04/16 22:02:13 http: TLS handshake error from 10.244.3.13:37636: remote error: tls: bad certificate
2024/04/16 22:02:18 http: TLS handshake error from 10.244.3.13:54406: remote error: tls: bad certificate
2024/04/16 22:02:23 http: TLS handshake error from 10.244.3.13:54420: remote error: tls: bad certificate
2024/04/16 22:02:28 http: TLS handshake error from 10.244.3.13:56304: remote error: tls: bad certificate
2024/04/16 22:02:33 http: TLS handshake error from 10.244.3.13:56318: remote error: tls: bad certificate
2024/04/16 22:02:38 http: TLS handshake error from 10.244.3.13:49914: remote error: tls: bad certificate
2024/04/16 22:02:43 http: TLS handshake error from 10.244.3.13:49922: remote error: tls: bad certificate
2024/04/16 22:02:48 http: TLS handshake error from 10.244.3.13:39766: remote error: tls: bad certificate
2024/04/16 22:02:53 http: TLS handshake error from 10.244.3.13:39778: remote error: tls: bad certificate
2024/04/16 22:02:58 http: TLS handshake error from 10.244.3.13:49224: remote error: tls: bad certificate
2024/04/16 22:03:03 http: TLS handshake error from 10.244.3.13:49238: remote error: tls: bad certificate
2024/04/16 22:03:08 http: TLS handshake error from 10.244.3.13:41434: remote error: tls: bad certificate
2024/04/16 22:03:13 http: TLS handshake error from 10.244.3.13:41450: remote error: tls: bad certificate
2024/04/16 22:03:18 http: TLS handshake error from 10.244.3.13:57350: remote error: tls: bad certificate
2024/04/16 22:03:23 http: TLS handshake error from 10.244.3.13:57358: remote error: tls: bad certificate
2024/04/16 22:03:28 http: TLS handshake error from 10.244.3.13:51502: remote error: tls: bad certificate
2024/04/16 22:03:33 http: TLS handshake error from 10.244.3.13:51514: remote error: tls: bad certificate
2024/04/16 22:03:38 http: TLS handshake error from 10.244.3.13:54304: remote error: tls: bad certificate
2024/04/16 22:03:43 http: TLS handshake error from 10.244.3.13:54306: remote error: tls: bad certificate
2024/04/16 22:03:48 http: TLS handshake error from 10.244.3.13:40088: remote error: tls: bad certificate
2024/04/16 22:03:53 http: TLS handshake error from 10.244.3.13:40104: remote error: tls: bad certificate
2024/04/16 22:03:58 http: TLS handshake error from 10.244.3.13:36796: remote error: tls: bad certificate
2024/04/16 22:04:03 http: TLS handshake error from 10.244.3.13:36802: remote error: tls: bad certificate
2024/04/16 22:04:08 http: TLS handshake error from 10.244.3.13:36190: remote error: tls: bad certificate
2024/04/16 22:04:13 http: TLS handshake error from 10.244.3.13:36196: remote error: tls: bad certificate
2024/04/16 22:04:18 http: TLS handshake error from 10.244.3.13:46346: remote error: tls: bad certificate
2024/04/16 22:04:23 http: TLS handshake error from 10.244.3.13:46350: remote error: tls: bad certificate
2024/04/16 22:04:28 http: TLS handshake error from 10.244.3.13:36342: remote error: tls: bad certificate
2024/04/16 22:04:33 http: TLS handshake error from 10.244.3.13:36350: remote error: tls: bad certificate
2024/04/16 22:04:38 http: TLS handshake error from 10.244.3.13:58406: remote error: tls: bad certificate
2024/04/16 22:04:43 http: TLS handshake error from 10.244.3.13:58422: remote error: tls: bad certificate
2024/04/16 22:04:48 http: TLS handshake error from 10.244.3.13:40808: remote error: tls: bad certificate
2024/04/16 22:04:53 http: TLS handshake error from 10.244.3.13:40822: remote error: tls: bad certificate
2024/04/16 22:04:58 http: TLS handshake error from 10.244.3.13:58688: remote error: tls: bad certificate
2024/04/16 22:05:03 http: TLS handshake error from 10.244.3.13:58696: remote error: tls: bad certificate
2024/04/16 22:05:08 http: TLS handshake error from 10.244.3.13:34022: remote error: tls: bad certificate
2024/04/16 22:05:13 http: TLS handshake error from 10.244.3.13:34038: remote error: tls: bad certificate
2024/04/16 22:05:18 http: TLS handshake error from 10.244.3.13:55912: remote error: tls: bad certificate
2024/04/16 22:05:23 http: TLS handshake error from 10.244.3.13:55924: remote error: tls: bad certificate
2024/04/16 22:05:28 http: TLS handshake error from 10.244.3.13:55580: remote error: tls: bad certificate
2024/04/16 22:05:33 http: TLS handshake error from 10.244.3.13:55594: remote error: tls: bad certificate
2024/04/16 22:05:38 http: TLS handshake error from 10.244.3.13:53410: remote error: tls: bad certificate
2024/04/16 22:05:43 http: TLS handshake error from 10.244.3.13:53412: remote error: tls: bad certificate
2024/04/16 22:05:48 http: TLS handshake error from 10.244.3.13:45574: remote error: tls: bad certificate
2024/04/16 22:05:53 http: TLS handshake error from 10.244.3.13:45580: remote error: tls: bad certificate
2024/04/16 22:05:58 http: TLS handshake error from 10.244.3.13:46248: remote error: tls: bad certificate
2024/04/16 22:06:03 http: TLS handshake error from 10.244.3.13:46264: remote error: tls: bad certificate
2024/04/16 22:06:08 http: TLS handshake error from 10.244.3.13:39714: remote error: tls: bad certificate
2024/04/16 22:06:13 http: TLS handshake error from 10.244.3.13:39724: remote error: tls: bad certificate
2024/04/16 22:06:18 http: TLS handshake error from 10.244.3.13:53978: remote error: tls: bad certificate
2024/04/16 22:06:23 http: TLS handshake error from 10.244.3.13:53982: remote error: tls: bad certificate
2024/04/16 22:06:28 http: TLS handshake error from 10.244.3.13:39568: remote error: tls: bad certificate
2024/04/16 22:06:33 http: TLS handshake error from 10.244.3.13:39576: remote error: tls: bad certificate
2024/04/16 22:06:38 http: TLS handshake error from 10.244.3.13:41430: remote error: tls: bad certificate
2024/04/16 22:06:43 http: TLS handshake error from 10.244.3.13:41446: remote error: tls: bad certificate
2024/04/16 22:06:48 http: TLS handshake error from 10.244.3.13:47646: remote error: tls: bad certificate
2024/04/16 22:06:53 http: TLS handshake error from 10.244.3.13:47650: remote error: tls: bad certificate
2024/04/16 22:06:58 http: TLS handshake error from 10.244.3.13:55702: remote error: tls: bad certificate
2024/04/16 22:07:03 http: TLS handshake error from 10.244.3.13:55708: remote error: tls: bad certificate
2024/04/16 22:07:08 http: TLS handshake error from 10.244.3.13:35824: remote error: tls: bad certificate
2024/04/16 22:07:13 http: TLS handshake error from 10.244.3.13:35838: remote error: tls: bad certificate
2024/04/16 22:07:18 http: TLS handshake error from 10.244.3.13:36726: remote error: tls: bad certificate
2024/04/16 22:07:23 http: TLS handshake error from 10.244.3.13:36728: remote error: tls: bad certificate
2024/04/16 22:07:23 http: TLS handshake error from 10.244.1.17:41208: remote error: tls: bad certificate
2024/04/16 22:07:28 http: TLS handshake error from 10.244.3.13:38386: remote error: tls: bad certificate
2024/04/16 22:07:28 http: TLS handshake error from 10.244.1.17:41216: remote error: tls: bad certificate
2024/04/16 22:07:33 http: TLS handshake error from 10.244.3.13:38396: remote error: tls: bad certificate
2024/04/16 22:07:33 http: TLS handshake error from 10.244.1.17:49554: remote error: tls: bad certificate
2024/04/16 22:07:38 http: TLS handshake error from 10.244.3.13:46698: remote error: tls: bad certificate
2024/04/16 22:07:38 http: TLS handshake error from 10.244.1.17:49556: remote error: tls: bad certificate
2024/04/16 22:07:43 http: TLS handshake error from 10.244.3.13:46714: remote error: tls: bad certificate
2024/04/16 22:07:43 http: TLS handshake error from 10.244.1.17:45220: remote error: tls: bad certificate
2024/04/16 22:07:48 http: TLS handshake error from 10.244.3.13:47900: remote error: tls: bad certificate
2024/04/16 22:07:48 http: TLS handshake error from 10.244.1.17:45228: remote error: tls: bad certificate
2024/04/16 22:07:53 http: TLS handshake error from 10.244.3.13:47914: remote error: tls: bad certificate
2024/04/16 22:07:53 http: TLS handshake error from 10.244.1.17:59584: remote error: tls: bad certificate
2024/04/16 22:07:58 http: TLS handshake error from 10.244.3.13:39070: remote error: tls: bad certificate
2024/04/16 22:07:58 http: TLS handshake error from 10.244.1.17:59598: remote error: tls: bad certificate
2024/04/16 22:08:03 http: TLS handshake error from 10.244.3.13:39082: remote error: tls: bad certificate
2024/04/16 22:08:03 http: TLS handshake error from 10.244.1.17:34460: remote error: tls: bad certificate
2024/04/16 22:08:08 http: TLS handshake error from 10.244.3.13:42638: remote error: tls: bad certificate
2024/04/16 22:08:08 http: TLS handshake error from 10.244.1.17:34474: remote error: tls: bad certificate
2024/04/16 22:08:13 http: TLS handshake error from 10.244.3.13:42652: remote error: tls: bad certificate
2024/04/16 22:08:13 http: TLS handshake error from 10.244.1.17:41932: remote error: tls: bad certificate
2024/04/16 22:08:18 http: TLS handshake error from 10.244.3.13:41142: remote error: tls: bad certificate
2024/04/16 22:08:18 http: TLS handshake error from 10.244.1.17:41940: remote error: tls: bad certificate
2024/04/16 22:08:23 http: TLS handshake error from 10.244.3.13:41152: remote error: tls: bad certificate
2024/04/16 22:08:23 http: TLS handshake error from 10.244.1.17:59948: remote error: tls: bad certificate
2024/04/16 22:08:28 http: TLS handshake error from 10.244.3.13:60704: remote error: tls: bad certificate
2024/04/16 22:08:28 http: TLS handshake error from 10.244.1.17:59954: remote error: tls: bad certificate
2024/04/16 22:08:33 http: TLS handshake error from 10.244.3.13:60718: remote error: tls: bad certificate
2024/04/16 22:08:33 http: TLS handshake error from 10.244.1.17:36644: remote error: tls: bad certificate
2024/04/16 22:08:38 http: TLS handshake error from 10.244.3.13:57040: remote error: tls: bad certificate
2024/04/16 22:08:38 http: TLS handshake error from 10.244.1.17:36648: remote error: tls: bad certificate
2024/04/16 22:08:43 http: TLS handshake error from 10.244.3.13:57042: remote error: tls: bad certificate
2024/04/16 22:08:43 http: TLS handshake error from 10.244.1.17:35942: remote error: tls: bad certificate
2024/04/16 22:08:48 http: TLS handshake error from 10.244.3.13:32928: remote error: tls: bad certificate
2024/04/16 22:08:48 http: TLS handshake error from 10.244.1.17:35946: remote error: tls: bad certificate
2024/04/16 22:08:53 http: TLS handshake error from 10.244.3.13:32930: remote error: tls: bad certificate
2024/04/16 22:08:53 http: TLS handshake error from 10.244.1.17:45840: remote error: tls: bad certificate
2024/04/16 22:08:58 http: TLS handshake error from 10.244.3.13:33968: remote error: tls: bad certificate
2024/04/16 22:08:58 http: TLS handshake error from 10.244.1.17:45856: remote error: tls: bad certificate
2024/04/16 22:09:03 http: TLS handshake error from 10.244.3.13:33980: remote error: tls: bad certificate
2024/04/16 22:09:03 http: TLS handshake error from 10.244.1.17:60920: remote error: tls: bad certificate
2024/04/16 22:09:08 http: TLS handshake error from 10.244.3.13:59702: remote error: tls: bad certificate
2024/04/16 22:09:08 http: TLS handshake error from 10.244.1.17:60926: remote error: tls: bad certificate
2024/04/16 22:09:13 http: TLS handshake error from 10.244.3.13:59714: remote error: tls: bad certificate
2024/04/16 22:09:13 http: TLS handshake error from 10.244.1.17:43748: remote error: tls: bad certificate
2024/04/16 22:09:18 http: TLS handshake error from 10.244.3.13:41820: remote error: tls: bad certificate
2024/04/16 22:09:18 http: TLS handshake error from 10.244.1.17:43760: remote error: tls: bad certificate
2024/04/16 22:09:23 http: TLS handshake error from 10.244.3.13:41828: remote error: tls: bad certificate
2024/04/16 22:09:23 http: TLS handshake error from 10.244.1.17:33590: remote error: tls: bad certificate
2024/04/16 22:09:28 http: TLS handshake error from 10.244.3.13:35524: remote error: tls: bad certificate
2024/04/16 22:09:28 http: TLS handshake error from 10.244.1.17:33596: remote error: tls: bad certificate
2024/04/16 22:09:33 http: TLS handshake error from 10.244.3.13:35534: remote error: tls: bad certificate
2024/04/16 22:09:33 http: TLS handshake error from 10.244.1.17:50254: remote error: tls: bad certificate
2024/04/16 22:09:38 http: TLS handshake error from 10.244.3.13:44236: remote error: tls: bad certificate
2024/04/16 22:09:38 http: TLS handshake error from 10.244.1.17:50260: remote error: tls: bad certificate
2024/04/16 22:09:43 http: TLS handshake error from 10.244.3.13:44250: remote error: tls: bad certificate
2024/04/16 22:09:43 http: TLS handshake error from 10.244.1.17:37240: remote error: tls: bad certificate
2024/04/16 22:09:48 http: TLS handshake error from 10.244.3.13:42362: remote error: tls: bad certificate
2024/04/16 22:09:48 http: TLS handshake error from 10.244.1.17:37244: remote error: tls: bad certificate
2024/04/16 22:09:53 http: TLS handshake error from 10.244.3.13:42376: remote error: tls: bad certificate
2024/04/16 22:09:53 http: TLS handshake error from 10.244.1.17:57650: remote error: tls: bad certificate
2024/04/16 22:09:58 http: TLS handshake error from 10.244.3.13:45508: remote error: tls: bad certificate
2024/04/16 22:09:58 http: TLS handshake error from 10.244.1.17:57654: remote error: tls: bad certificate
2024/04/16 22:10:03 http: TLS handshake error from 10.244.3.13:45512: remote error: tls: bad certificate
2024/04/16 22:10:03 http: TLS handshake error from 10.244.1.17:51624: remote error: tls: bad certificate
2024/04/16 22:10:08 http: TLS handshake error from 10.244.3.13:41462: remote error: tls: bad certificate
2024/04/16 22:10:08 http: TLS handshake error from 10.244.1.17:51634: remote error: tls: bad certificate
2024/04/16 22:10:13 http: TLS handshake error from 10.244.3.13:41470: remote error: tls: bad certificate
2024/04/16 22:10:13 http: TLS handshake error from 10.244.1.17:50816: remote error: tls: bad certificate
2024/04/16 22:10:18 http: TLS handshake error from 10.244.3.13:44448: remote error: tls: bad certificate
2024/04/16 22:10:18 http: TLS handshake error from 10.244.1.17:50830: remote error: tls: bad certificate
2024/04/16 22:10:23 http: TLS handshake error from 10.244.3.13:44450: remote error: tls: bad certificate
2024/04/16 22:10:23 http: TLS handshake error from 10.244.1.17:58838: remote error: tls: bad certificate
2024/04/16 22:10:28 http: TLS handshake error from 10.244.3.13:53036: remote error: tls: bad certificate
2024/04/16 22:10:28 http: TLS handshake error from 10.244.1.17:58854: remote error: tls: bad certificate
2024/04/16 22:10:33 http: TLS handshake error from 10.244.3.13:53048: remote error: tls: bad certificate
2024/04/16 22:10:33 http: TLS handshake error from 10.244.1.17:40884: remote error: tls: bad certificate
2024/04/16 22:10:38 http: TLS handshake error from 10.244.3.13:42396: remote error: tls: bad certificate
2024/04/16 22:10:38 http: TLS handshake error from 10.244.1.17:40894: remote error: tls: bad certificate
2024/04/16 22:10:43 http: TLS handshake error from 10.244.3.13:42406: remote error: tls: bad certificate
2024/04/16 22:10:43 http: TLS handshake error from 10.244.1.17:53378: remote error: tls: bad certificate
2024/04/16 22:10:48 http: TLS handshake error from 10.244.3.13:57852: remote error: tls: bad certificate
2024/04/16 22:10:48 http: TLS handshake error from 10.244.1.17:53384: remote error: tls: bad certificate
2024/04/16 22:10:53 http: TLS handshake error from 10.244.3.13:57862: remote error: tls: bad certificate
2024/04/16 22:10:53 http: TLS handshake error from 10.244.1.17:39074: remote error: tls: bad certificate
2024/04/16 22:10:58 http: TLS handshake error from 10.244.3.13:32816: remote error: tls: bad certificate
2024/04/16 22:10:58 http: TLS handshake error from 10.244.1.17:39088: remote error: tls: bad certificate
2024/04/16 22:11:03 http: TLS handshake error from 10.244.3.13:32830: remote error: tls: bad certificate
2024/04/16 22:11:03 http: TLS handshake error from 10.244.1.17:42678: remote error: tls: bad certificate
2024/04/16 22:11:08 http: TLS handshake error from 10.244.3.13:33528: remote error: tls: bad certificate
2024/04/16 22:11:08 http: TLS handshake error from 10.244.1.17:42688: remote error: tls: bad certificate
2024/04/16 22:11:13 http: TLS handshake error from 10.244.3.13:33534: remote error: tls: bad certificate
2024/04/16 22:11:13 http: TLS handshake error from 10.244.1.17:58680: remote error: tls: bad certificate
2024/04/16 22:11:18 http: TLS handshake error from 10.244.3.13:59490: remote error: tls: bad certificate
2024/04/16 22:11:18 http: TLS handshake error from 10.244.1.17:58682: remote error: tls: bad certificate
2024/04/16 22:11:23 http: TLS handshake error from 10.244.3.13:59502: remote error: tls: bad certificate
2024/04/16 22:11:23 http: TLS handshake error from 10.244.1.17:54688: remote error: tls: bad certificate
2024/04/16 22:11:28 http: TLS handshake error from 10.244.3.13:41740: remote error: tls: bad certificate
2024/04/16 22:11:28 http: TLS handshake error from 10.244.1.17:54690: remote error: tls: bad certificate
2024/04/16 22:11:33 http: TLS handshake error from 10.244.3.13:41756: remote error: tls: bad certificate
2024/04/16 22:11:33 http: TLS handshake error from 10.244.1.17:34358: remote error: tls: bad certificate
2024/04/16 22:11:38 http: TLS handshake error from 10.244.3.13:39692: remote error: tls: bad certificate
2024/04/16 22:11:38 http: TLS handshake error from 10.244.1.17:34372: remote error: tls: bad certificate
2024/04/16 22:11:43 http: TLS handshake error from 10.244.3.13:39694: remote error: tls: bad certificate
2024/04/16 22:11:43 http: TLS handshake error from 10.244.1.17:45412: remote error: tls: bad certificate
2024/04/16 22:11:48 http: TLS handshake error from 10.244.3.13:52960: remote error: tls: bad certificate
2024/04/16 22:11:48 http: TLS handshake error from 10.244.1.17:45428: remote error: tls: bad certificate
2024/04/16 22:11:53 http: TLS handshake error from 10.244.3.13:52964: remote error: tls: bad certificate
2024/04/16 22:11:53 http: TLS handshake error from 10.244.1.17:40460: remote error: tls: bad certificate
2024/04/16 22:11:58 http: TLS handshake error from 10.244.3.13:60210: remote error: tls: bad certificate
2024/04/16 22:11:58 http: TLS handshake error from 10.244.1.17:40466: remote error: tls: bad certificate
2024/04/16 22:12:03 http: TLS handshake error from 10.244.3.13:60212: remote error: tls: bad certificate
2024/04/16 22:12:03 http: TLS handshake error from 10.244.1.17:43582: remote error: tls: bad certificate
2024/04/16 22:12:08 http: TLS handshake error from 10.244.3.13:35170: remote error: tls: bad certificate
2024/04/16 22:12:08 http: TLS handshake error from 10.244.1.17:43596: remote error: tls: bad certificate
2024/04/16 22:12:13 http: TLS handshake error from 10.244.3.13:35186: remote error: tls: bad certificate
2024/04/16 22:12:13 http: TLS handshake error from 10.244.1.17:55922: remote error: tls: bad certificate
2024/04/16 22:12:18 http: TLS handshake error from 10.244.3.13:48216: remote error: tls: bad certificate
2024/04/16 22:12:18 http: TLS handshake error from 10.244.1.17:55934: remote error: tls: bad certificate
2024/04/16 22:12:23 http: TLS handshake error from 10.244.3.13:48232: remote error: tls: bad certificate
2024/04/16 22:12:23 http: TLS handshake error from 10.244.1.17:56008: remote error: tls: bad certificate
2024/04/16 22:12:28 http: TLS handshake error from 10.244.3.13:38134: remote error: tls: bad certificate
2024/04/16 22:12:28 http: TLS handshake error from 10.244.1.17:56024: remote error: tls: bad certificate
2024/04/16 22:12:33 http: TLS handshake error from 10.244.3.13:38146: remote error: tls: bad certificate
2024/04/16 22:12:33 http: TLS handshake error from 10.244.1.17:59422: remote error: tls: bad certificate
2024/04/16 22:12:38 http: TLS handshake error from 10.244.3.13:50252: remote error: tls: bad certificate
2024/04/16 22:12:38 http: TLS handshake error from 10.244.1.17:59428: remote error: tls: bad certificate
2024/04/16 22:12:43 http: TLS handshake error from 10.244.3.13:50254: remote error: tls: bad certificate
2024/04/16 22:12:43 http: TLS handshake error from 10.244.1.17:60144: remote error: tls: bad certificate
2024/04/16 22:12:48 http: TLS handshake error from 10.244.3.13:60266: remote error: tls: bad certificate
2024/04/16 22:12:48 http: TLS handshake error from 10.244.1.17:60156: remote error: tls: bad certificate
2024/04/16 22:12:53 http: TLS handshake error from 10.244.3.13:60272: remote error: tls: bad certificate
2024/04/16 22:12:53 http: TLS handshake error from 10.244.1.17:35586: remote error: tls: bad certificate
2024/04/16 22:12:58 http: TLS handshake error from 10.244.3.13:57580: remote error: tls: bad certificate
2024/04/16 22:12:58 http: TLS handshake error from 10.244.1.17:35598: remote error: tls: bad certificate
2024/04/16 22:13:03 http: TLS handshake error from 10.244.3.13:57586: remote error: tls: bad certificate
2024/04/16 22:13:03 http: TLS handshake error from 10.244.1.17:59032: remote error: tls: bad certificate
2024/04/16 22:13:08 http: TLS handshake error from 10.244.3.13:47314: remote error: tls: bad certificate
2024/04/16 22:13:08 http: TLS handshake error from 10.244.1.17:59034: remote error: tls: bad certificate
2024/04/16 22:13:13 http: TLS handshake error from 10.244.3.13:47330: remote error: tls: bad certificate
2024/04/16 22:13:13 http: TLS handshake error from 10.244.1.17:35410: remote error: tls: bad certificate
2024/04/16 22:13:18 http: TLS handshake error from 10.244.3.13:48800: remote error: tls: bad certificate
2024/04/16 22:13:18 http: TLS handshake error from 10.244.1.17:35426: remote error: tls: bad certificate
2024/04/16 22:13:23 http: TLS handshake error from 10.244.3.13:48812: remote error: tls: bad certificate
2024/04/16 22:13:23 http: TLS handshake error from 10.244.1.17:55896: remote error: tls: bad certificate
2024/04/16 22:13:28 http: TLS handshake error from 10.244.3.13:60148: remote error: tls: bad certificate
2024/04/16 22:13:28 http: TLS handshake error from 10.244.1.17:55910: remote error: tls: bad certificate
2024/04/16 22:13:33 http: TLS handshake error from 10.244.3.13:60160: remote error: tls: bad certificate
2024/04/16 22:13:33 http: TLS handshake error from 10.244.1.17:56826: remote error: tls: bad certificate
2024/04/16 22:13:38 http: TLS handshake error from 10.244.3.13:35750: remote error: tls: bad certificate
2024/04/16 22:13:38 http: TLS handshake error from 10.244.1.17:56832: remote error: tls: bad certificate
2024/04/16 22:13:43 http: TLS handshake error from 10.244.3.13:35758: remote error: tls: bad certificate
2024/04/16 22:13:43 http: TLS handshake error from 10.244.1.17:60004: remote error: tls: bad certificate
2024/04/16 22:13:48 http: TLS handshake error from 10.244.3.13:59336: remote error: tls: bad certificate
2024/04/16 22:13:48 http: TLS handshake error from 10.244.1.17:60020: remote error: tls: bad certificate
2024/04/16 22:13:53 http: TLS handshake error from 10.244.3.13:59344: remote error: tls: bad certificate
2024/04/16 22:13:53 http: TLS handshake error from 10.244.1.17:60564: remote error: tls: bad certificate
2024/04/16 22:13:58 http: TLS handshake error from 10.244.3.13:46450: remote error: tls: bad certificate
2024/04/16 22:13:58 http: TLS handshake error from 10.244.1.17:60572: remote error: tls: bad certificate
2024/04/16 22:14:03 http: TLS handshake error from 10.244.3.13:46456: remote error: tls: bad certificate
2024/04/16 22:14:03 http: TLS handshake error from 10.244.1.17:52096: remote error: tls: bad certificate
2024/04/16 22:14:08 http: TLS handshake error from 10.244.3.13:44246: remote error: tls: bad certificate
2024/04/16 22:14:08 http: TLS handshake error from 10.244.1.17:52106: remote error: tls: bad certificate
2024/04/16 22:14:13 http: TLS handshake error from 10.244.3.13:44254: remote error: tls: bad certificate
2024/04/16 22:14:13 http: TLS handshake error from 10.244.1.17:37624: remote error: tls: bad certificate
2024/04/16 22:14:18 http: TLS handshake error from 10.244.3.13:43470: remote error: tls: bad certificate
2024/04/16 22:14:18 http: TLS handshake error from 10.244.1.17:37628: remote error: tls: bad certificate
2024/04/16 22:14:23 http: TLS handshake error from 10.244.3.13:43486: remote error: tls: bad certificate
2024/04/16 22:14:23 http: TLS handshake error from 10.244.1.17:38632: remote error: tls: bad certificate
2024/04/16 22:14:28 http: TLS handshake error from 10.244.3.13:58298: remote error: tls: bad certificate
2024/04/16 22:14:28 http: TLS handshake error from 10.244.1.17:38640: remote error: tls: bad certificate
2024/04/16 22:14:33 http: TLS handshake error from 10.244.3.13:58312: remote error: tls: bad certificate
2024/04/16 22:14:33 http: TLS handshake error from 10.244.1.17:34168: remote error: tls: bad certificate
2024/04/16 22:14:38 http: TLS handshake error from 10.244.3.13:34050: remote error: tls: bad certificate
2024/04/16 22:14:38 http: TLS handshake error from 10.244.1.17:34184: remote error: tls: bad certificate
2024/04/16 22:14:43 http: TLS handshake error from 10.244.3.13:34064: remote error: tls: bad certificate
2024/04/16 22:14:43 http: TLS handshake error from 10.244.1.17:57542: remote error: tls: bad certificate
2024/04/16 22:14:48 http: TLS handshake error from 10.244.3.13:38586: remote error: tls: bad certificate
2024/04/16 22:14:48 http: TLS handshake error from 10.244.1.17:57558: remote error: tls: bad certificate
2024/04/16 22:14:53 http: TLS handshake error from 10.244.3.13:38598: remote error: tls: bad certificate
2024/04/16 22:14:53 http: TLS handshake error from 10.244.1.17:45194: remote error: tls: bad certificate
2024/04/16 22:14:58 http: TLS handshake error from 10.244.3.13:41950: remote error: tls: bad certificate
2024/04/16 22:14:58 http: TLS handshake error from 10.244.1.17:45204: remote error: tls: bad certificate
2024/04/16 22:15:03 http: TLS handshake error from 10.244.3.13:41958: remote error: tls: bad certificate
2024/04/16 22:15:03 http: TLS handshake error from 10.244.1.17:49752: remote error: tls: bad certificate
2024/04/16 22:15:08 http: TLS handshake error from 10.244.3.13:35972: remote error: tls: bad certificate
2024/04/16 22:15:08 http: TLS handshake error from 10.244.1.17:49762: remote error: tls: bad certificate
2024/04/16 22:15:13 http: TLS handshake error from 10.244.3.13:35982: remote error: tls: bad certificate
2024/04/16 22:15:13 http: TLS handshake error from 10.244.1.17:35686: remote error: tls: bad certificate
2024/04/16 22:15:18 http: TLS handshake error from 10.244.3.13:42034: remote error: tls: bad certificate
2024/04/16 22:15:18 http: TLS handshake error from 10.244.1.17:35702: remote error: tls: bad certificate
2024/04/16 22:15:23 http: TLS handshake error from 10.244.3.13:42042: remote error: tls: bad certificate
2024/04/16 22:15:23 http: TLS handshake error from 10.244.1.17:34622: remote error: tls: bad certificate
2024/04/16 22:15:28 http: TLS handshake error from 10.244.3.13:34500: remote error: tls: bad certificate
2024/04/16 22:15:28 http: TLS handshake error from 10.244.1.17:34636: remote error: tls: bad certificate
2024/04/16 22:15:33 http: TLS handshake error from 10.244.3.13:34502: remote error: tls: bad certificate
2024/04/16 22:15:33 http: TLS handshake error from 10.244.1.17:47104: remote error: tls: bad certificate
2024/04/16 22:15:38 http: TLS handshake error from 10.244.3.13:56922: remote error: tls: bad certificate
2024/04/16 22:15:38 http: TLS handshake error from 10.244.1.17:47116: remote error: tls: bad certificate
2024/04/16 22:15:43 http: TLS handshake error from 10.244.3.13:56926: remote error: tls: bad certificate
2024/04/16 22:15:43 http: TLS handshake error from 10.244.1.17:38922: remote error: tls: bad certificate
2024/04/16 22:15:48 http: TLS handshake error from 10.244.3.13:39202: remote error: tls: bad certificate
2024/04/16 22:15:48 http: TLS handshake error from 10.244.1.17:38936: remote error: tls: bad certificate
2024/04/16 22:15:53 http: TLS handshake error from 10.244.3.13:39210: remote error: tls: bad certificate
2024/04/16 22:15:53 http: TLS handshake error from 10.244.1.17:43246: remote error: tls: bad certificate
2024/04/16 22:15:58 http: TLS handshake error from 10.244.3.13:48872: remote error: tls: bad certificate
2024/04/16 22:15:58 http: TLS handshake error from 10.244.1.17:43254: remote error: tls: bad certificate
2024/04/16 22:16:03 http: TLS handshake error from 10.244.3.13:48884: remote error: tls: bad certificate
2024/04/16 22:16:03 http: TLS handshake error from 10.244.1.17:53196: remote error: tls: bad certificate
2024/04/16 22:16:08 http: TLS handshake error from 10.244.3.13:50010: remote error: tls: bad certificate
2024/04/16 22:16:08 http: TLS handshake error from 10.244.1.17:53212: remote error: tls: bad certificate
2024/04/16 22:16:13 http: TLS handshake error from 10.244.3.13:50022: remote error: tls: bad certificate
2024/04/16 22:16:13 http: TLS handshake error from 10.244.1.17:37312: remote error: tls: bad certificate
2024/04/16 22:16:18 http: TLS handshake error from 10.244.3.13:55960: remote error: tls: bad certificate
2024/04/16 22:16:18 http: TLS handshake error from 10.244.1.17:37314: remote error: tls: bad certificate
2024/04/16 22:16:23 http: TLS handshake error from 10.244.3.13:55968: remote error: tls: bad certificate
2024/04/16 22:16:23 http: TLS handshake error from 10.244.1.17:41460: remote error: tls: bad certificate
2024/04/16 22:16:28 http: TLS handshake error from 10.244.3.13:43472: remote error: tls: bad certificate
2024/04/16 22:16:28 http: TLS handshake error from 10.244.1.17:41462: remote error: tls: bad certificate
2024/04/16 22:16:33 http: TLS handshake error from 10.244.3.13:43482: remote error: tls: bad certificate
2024/04/16 22:16:33 http: TLS handshake error from 10.244.1.17:47626: remote error: tls: bad certificate
2024/04/16 22:16:38 http: TLS handshake error from 10.244.3.13:47474: remote error: tls: bad certificate
2024/04/16 22:16:38 http: TLS handshake error from 10.244.1.17:47636: remote error: tls: bad certificate
2024/04/16 22:16:43 http: TLS handshake error from 10.244.3.13:47488: remote error: tls: bad certificate
2024/04/16 22:16:43 http: TLS handshake error from 10.244.1.17:59098: remote error: tls: bad certificate
2024/04/16 22:16:48 http: TLS handshake error from 10.244.3.13:59076: remote error: tls: bad certificate
2024/04/16 22:16:48 http: TLS handshake error from 10.244.1.17:59106: remote error: tls: bad certificate
2024/04/16 22:16:53 http: TLS handshake error from 10.244.3.13:59090: remote error: tls: bad certificate
2024/04/16 22:16:53 http: TLS handshake error from 10.244.1.17:40182: remote error: tls: bad certificate
2024/04/16 22:16:58 http: TLS handshake error from 10.244.3.13:37530: remote error: tls: bad certificate
2024/04/16 22:16:58 http: TLS handshake error from 10.244.1.17:40196: remote error: tls: bad certificate
2024/04/16 22:17:03 http: TLS handshake error from 10.244.3.13:37538: remote error: tls: bad certificate
2024/04/16 22:17:03 http: TLS handshake error from 10.244.1.17:59024: remote error: tls: bad certificate
2024/04/16 22:17:08 http: TLS handshake error from 10.244.3.13:56402: remote error: tls: bad certificate
2024/04/16 22:17:08 http: TLS handshake error from 10.244.1.17:59036: remote error: tls: bad certificate
2024/04/16 22:17:13 http: TLS handshake error from 10.244.3.13:56414: remote error: tls: bad certificate
2024/04/16 22:17:13 http: TLS handshake error from 10.244.1.17:47362: remote error: tls: bad certificate
2024/04/16 22:17:18 http: TLS handshake error from 10.244.3.13:42872: remote error: tls: bad certificate
2024/04/16 22:17:18 http: TLS handshake error from 10.244.1.17:47368: remote error: tls: bad certificate
2024/04/16 22:17:23 http: TLS handshake error from 10.244.3.13:42880: remote error: tls: bad certificate
2024/04/16 22:17:23 http: TLS handshake error from 10.244.1.17:37998: remote error: tls: bad certificate
2024/04/16 22:17:28 http: TLS handshake error from 10.244.3.13:41468: remote error: tls: bad certificate
2024/04/16 22:17:28 http: TLS handshake error from 10.244.1.17:38002: remote error: tls: bad certificate
2024/04/16 22:17:33 http: TLS handshake error from 10.244.3.13:41472: remote error: tls: bad certificate
2024/04/16 22:17:33 http: TLS handshake error from 10.244.1.17:58064: remote error: tls: bad certificate
2024/04/16 22:17:38 http: TLS handshake error from 10.244.3.13:55592: remote error: tls: bad certificate
2024/04/16 22:17:38 http: TLS handshake error from 10.244.1.17:58070: remote error: tls: bad certificate
2024/04/16 22:17:43 http: TLS handshake error from 10.244.3.13:55602: remote error: tls: bad certificate
2024/04/16 22:17:43 http: TLS handshake error from 10.244.1.17:47014: remote error: tls: bad certificate
2024/04/16 22:17:48 http: TLS handshake error from 10.244.3.13:46282: remote error: tls: bad certificate
2024/04/16 22:17:48 http: TLS handshake error from 10.244.1.17:47028: remote error: tls: bad certificate
2024/04/16 22:17:53 http: TLS handshake error from 10.244.3.13:46298: remote error: tls: bad certificate
2024/04/16 22:17:53 http: TLS handshake error from 10.244.1.17:51972: remote error: tls: bad certificate
2024/04/16 22:17:58 http: TLS handshake error from 10.244.3.13:34644: remote error: tls: bad certificate
2024/04/16 22:17:58 http: TLS handshake error from 10.244.1.17:51980: remote error: tls: bad certificate
2024/04/16 22:18:03 http: TLS handshake error from 10.244.3.13:34660: remote error: tls: bad certificate
2024/04/16 22:18:03 http: TLS handshake error from 10.244.1.17:50406: remote error: tls: bad certificate
2024/04/16 22:18:08 http: TLS handshake error from 10.244.3.13:35698: remote error: tls: bad certificate
2024/04/16 22:18:08 http: TLS handshake error from 10.244.1.17:50412: remote error: tls: bad certificate
2024/04/16 22:18:13 http: TLS handshake error from 10.244.3.13:35712: remote error: tls: bad certificate
2024/04/16 22:18:13 http: TLS handshake error from 10.244.1.17:50344: remote error: tls: bad certificate
2024/04/16 22:18:18 http: TLS handshake error from 10.244.3.13:45296: remote error: tls: bad certificate
2024/04/16 22:18:18 http: TLS handshake error from 10.244.1.17:50350: remote error: tls: bad certificate
2024/04/16 22:18:23 http: TLS handshake error from 10.244.3.13:45300: remote error: tls: bad certificate
2024/04/16 22:18:23 http: TLS handshake error from 10.244.1.17:54294: remote error: tls: bad certificate
2024/04/16 22:18:28 http: TLS handshake error from 10.244.3.13:37580: remote error: tls: bad certificate
2024/04/16 22:18:28 http: TLS handshake error from 10.244.1.17:54310: remote error: tls: bad certificate
2024/04/16 22:18:33 http: TLS handshake error from 10.244.3.13:37588: remote error: tls: bad certificate
2024/04/16 22:18:33 http: TLS handshake error from 10.244.1.17:53196: remote error: tls: bad certificate
2024/04/16 22:18:38 http: TLS handshake error from 10.244.3.13:56226: remote error: tls: bad certificate
2024/04/16 22:18:38 http: TLS handshake error from 10.244.1.17:53202: remote error: tls: bad certificate
2024/04/16 22:18:43 http: TLS handshake error from 10.244.3.13:56242: remote error: tls: bad certificate
2024/04/16 22:18:43 http: TLS handshake error from 10.244.1.17:45844: remote error: tls: bad certificate
2024/04/16 22:18:48 http: TLS handshake error from 10.244.3.13:41790: remote error: tls: bad certificate
2024/04/16 22:18:48 http: TLS handshake error from 10.244.1.17:45850: remote error: tls: bad certificate
2024/04/16 22:18:53 http: TLS handshake error from 10.244.3.13:41794: remote error: tls: bad certificate
2024/04/16 22:18:53 http: TLS handshake error from 10.244.1.17:44742: remote error: tls: bad certificate
2024/04/16 22:18:58 http: TLS handshake error from 10.244.3.13:57226: remote error: tls: bad certificate
2024/04/16 22:18:58 http: TLS handshake error from 10.244.1.17:44758: remote error: tls: bad certificate
2024/04/16 22:19:03 http: TLS handshake error from 10.244.3.13:57232: remote error: tls: bad certificate
2024/04/16 22:19:03 http: TLS handshake error from 10.244.1.17:47136: remote error: tls: bad certificate
2024/04/16 22:19:08 http: TLS handshake error from 10.244.3.13:34100: remote error: tls: bad certificate
2024/04/16 22:19:08 http: TLS handshake error from 10.244.1.17:47142: remote error: tls: bad certificate
2024/04/16 22:19:13 http: TLS handshake error from 10.244.3.13:34114: remote error: tls: bad certificate
2024/04/16 22:19:13 http: TLS handshake error from 10.244.1.17:33674: remote error: tls: bad certificate
2024/04/16 22:19:18 http: TLS handshake error from 10.244.3.13:34590: remote error: tls: bad certificate
2024/04/16 22:19:18 http: TLS handshake error from 10.244.1.17:33686: remote error: tls: bad certificate
2024/04/16 22:19:23 http: TLS handshake error from 10.244.3.13:34594: remote error: tls: bad certificate
2024/04/16 22:19:23 http: TLS handshake error from 10.244.1.17:60108: remote error: tls: bad certificate
2024/04/16 22:19:28 http: TLS handshake error from 10.244.3.13:36706: remote error: tls: bad certificate
2024/04/16 22:19:28 http: TLS handshake error from 10.244.1.17:60110: remote error: tls: bad certificate
2024/04/16 22:19:33 http: TLS handshake error from 10.244.3.13:36708: remote error: tls: bad certificate
2024/04/16 22:19:33 http: TLS handshake error from 10.244.1.17:58424: remote error: tls: bad certificate
2024/04/16 22:19:38 http: TLS handshake error from 10.244.3.13:48100: remote error: tls: bad certificate
2024/04/16 22:19:38 http: TLS handshake error from 10.244.1.17:58434: remote error: tls: bad certificate
2024/04/16 22:19:43 http: TLS handshake error from 10.244.3.13:48110: remote error: tls: bad certificate
2024/04/16 22:19:43 http: TLS handshake error from 10.244.1.17:35962: remote error: tls: bad certificate
2024/04/16 22:19:48 http: TLS handshake error from 10.244.3.13:43546: remote error: tls: bad certificate
2024/04/16 22:19:48 http: TLS handshake error from 10.244.1.17:35974: remote error: tls: bad certificate
2024/04/16 22:19:53 http: TLS handshake error from 10.244.3.13:43556: remote error: tls: bad certificate
2024/04/16 22:19:53 http: TLS handshake error from 10.244.1.17:50518: remote error: tls: bad certificate
2024/04/16 22:19:58 http: TLS handshake error from 10.244.3.13:54574: remote error: tls: bad certificate
2024/04/16 22:19:58 http: TLS handshake error from 10.244.1.17:50532: remote error: tls: bad certificate
2024/04/16 22:20:03 http: TLS handshake error from 10.244.3.13:54588: remote error: tls: bad certificate
2024/04/16 22:20:03 http: TLS handshake error from 10.244.1.17:54336: remote error: tls: bad certificate
2024/04/16 22:20:08 http: TLS handshake error from 10.244.3.13:51770: remote error: tls: bad certificate
2024/04/16 22:20:08 http: TLS handshake error from 10.244.1.17:54344: remote error: tls: bad certificate
2024/04/16 22:20:13 http: TLS handshake error from 10.244.3.13:51774: remote error: tls: bad certificate
2024/04/16 22:20:13 http: TLS handshake error from 10.244.1.17:39782: remote error: tls: bad certificate
2024/04/16 22:20:18 http: TLS handshake error from 10.244.3.13:48250: remote error: tls: bad certificate
2024/04/16 22:20:18 http: TLS handshake error from 10.244.1.17:39788: remote error: tls: bad certificate
2024/04/16 22:20:23 http: TLS handshake error from 10.244.3.13:48260: remote error: tls: bad certificate
2024/04/16 22:20:23 http: TLS handshake error from 10.244.1.17:56752: remote error: tls: bad certificate
2024/04/16 22:20:28 http: TLS handshake error from 10.244.3.13:57638: remote error: tls: bad certificate
2024/04/16 22:20:28 http: TLS handshake error from 10.244.1.17:56760: remote error: tls: bad certificate
2024/04/16 22:20:33 http: TLS handshake error from 10.244.3.13:57654: remote error: tls: bad certificate
2024/04/16 22:20:33 http: TLS handshake error from 10.244.1.17:33736: remote error: tls: bad certificate
2024/04/16 22:20:38 http: TLS handshake error from 10.244.3.13:49590: remote error: tls: bad certificate
2024/04/16 22:20:38 http: TLS handshake error from 10.244.1.17:33746: remote error: tls: bad certificate
2024/04/16 22:20:43 http: TLS handshake error from 10.244.3.13:49598: remote error: tls: bad certificate
2024/04/16 22:20:43 http: TLS handshake error from 10.244.1.17:50592: remote error: tls: bad certificate
2024/04/16 22:20:48 http: TLS handshake error from 10.244.3.13:54130: remote error: tls: bad certificate
2024/04/16 22:20:48 http: TLS handshake error from 10.244.1.17:50608: remote error: tls: bad certificate
2024/04/16 22:20:53 http: TLS handshake error from 10.244.3.13:54142: remote error: tls: bad certificate
2024/04/16 22:20:53 http: TLS handshake error from 10.244.1.17:47756: remote error: tls: bad certificate
2024/04/16 22:20:58 http: TLS handshake error from 10.244.3.13:42146: remote error: tls: bad certificate
2024/04/16 22:20:58 http: TLS handshake error from 10.244.1.17:47770: remote error: tls: bad certificate
2024/04/16 22:21:03 http: TLS handshake error from 10.244.3.13:42156: remote error: tls: bad certificate
2024/04/16 22:21:03 http: TLS handshake error from 10.244.1.17:58904: remote error: tls: bad certificate
2024/04/16 22:21:08 http: TLS handshake error from 10.244.3.13:45198: remote error: tls: bad certificate
2024/04/16 22:21:08 http: TLS handshake error from 10.244.1.17:58906: remote error: tls: bad certificate
2024/04/16 22:21:13 http: TLS handshake error from 10.244.3.13:45204: remote error: tls: bad certificate
2024/04/16 22:21:13 http: TLS handshake error from 10.244.1.17:40552: remote error: tls: bad certificate
2024/04/16 22:21:18 http: TLS handshake error from 10.244.3.13:35790: remote error: tls: bad certificate
2024/04/16 22:21:18 http: TLS handshake error from 10.244.1.17:40556: remote error: tls: bad certificate
2024/04/16 22:21:23 http: TLS handshake error from 10.244.3.13:35796: remote error: tls: bad certificate
2024/04/16 22:21:23 http: TLS handshake error from 10.244.1.17:60792: remote error: tls: bad certificate
2024/04/16 22:21:28 http: TLS handshake error from 10.244.3.13:36610: remote error: tls: bad certificate
2024/04/16 22:21:28 http: TLS handshake error from 10.244.1.17:60796: remote error: tls: bad certificate
2024/04/16 22:21:33 http: TLS handshake error from 10.244.3.13:36612: remote error: tls: bad certificate
2024/04/16 22:21:33 http: TLS handshake error from 10.244.1.17:37934: remote error: tls: bad certificate
2024/04/16 22:21:38 http: TLS handshake error from 10.244.3.13:39806: remote error: tls: bad certificate
2024/04/16 22:21:38 http: TLS handshake error from 10.244.1.17:37942: remote error: tls: bad certificate
2024/04/16 22:21:43 http: TLS handshake error from 10.244.3.13:39822: remote error: tls: bad certificate
2024/04/16 22:21:43 http: TLS handshake error from 10.244.1.17:50750: remote error: tls: bad certificate
2024/04/16 22:21:48 http: TLS handshake error from 10.244.3.13:47686: remote error: tls: bad certificate
2024/04/16 22:21:48 http: TLS handshake error from 10.244.1.17:50760: remote error: tls: bad certificate
2024/04/16 22:21:53 http: TLS handshake error from 10.244.3.13:47698: remote error: tls: bad certificate
2024/04/16 22:21:53 http: TLS handshake error from 10.244.1.17:49764: remote error: tls: bad certificate
2024/04/16 22:21:58 http: TLS handshake error from 10.244.3.13:42532: remote error: tls: bad certificate
2024/04/16 22:21:58 http: TLS handshake error from 10.244.1.17:49774: remote error: tls: bad certificate
2024/04/16 22:22:03 http: TLS handshake error from 10.244.3.13:42544: remote error: tls: bad certificate
2024/04/16 22:22:03 http: TLS handshake error from 10.244.1.17:59142: remote error: tls: bad certificate
2024/04/16 22:22:08 http: TLS handshake error from 10.244.3.13:46640: remote error: tls: bad certificate
2024/04/16 22:22:08 http: TLS handshake error from 10.244.1.17:59148: remote error: tls: bad certificate
2024/04/16 22:22:13 http: TLS handshake error from 10.244.3.13:46650: remote error: tls: bad certificate
2024/04/16 22:22:13 http: TLS handshake error from 10.244.1.17:47142: remote error: tls: bad certificate
2024/04/16 22:22:18 http: TLS handshake error from 10.244.3.13:53474: remote error: tls: bad certificate
2024/04/16 22:22:18 http: TLS handshake error from 10.244.1.17:47144: remote error: tls: bad certificate
2024/04/16 22:22:23 http: TLS handshake error from 10.244.3.13:53490: remote error: tls: bad certificate
2024/04/16 22:22:23 http: TLS handshake error from 10.244.1.17:34096: remote error: tls: bad certificate
2024/04/16 22:22:28 http: TLS handshake error from 10.244.3.13:56448: remote error: tls: bad certificate
2024/04/16 22:22:28 http: TLS handshake error from 10.244.1.17:34104: remote error: tls: bad certificate
2024/04/16 22:22:33 http: TLS handshake error from 10.244.3.13:56464: remote error: tls: bad certificate
2024/04/16 22:22:33 http: TLS handshake error from 10.244.1.17:33328: remote error: tls: bad certificate
2024/04/16 22:22:38 http: TLS handshake error from 10.244.3.13:34684: remote error: tls: bad certificate
2024/04/16 22:22:38 http: TLS handshake error from 10.244.1.17:33332: remote error: tls: bad certificate
2024/04/16 22:22:43 http: TLS handshake error from 10.244.3.13:34696: remote error: tls: bad certificate
2024/04/16 22:22:43 http: TLS handshake error from 10.244.1.17:60584: remote error: tls: bad certificate
2024/04/16 22:22:48 http: TLS handshake error from 10.244.3.13:44338: remote error: tls: bad certificate
2024/04/16 22:22:48 http: TLS handshake error from 10.244.1.17:60598: remote error: tls: bad certificate
2024/04/16 22:22:53 http: TLS handshake error from 10.244.3.13:44348: remote error: tls: bad certificate
2024/04/16 22:22:53 http: TLS handshake error from 10.244.1.17:38890: remote error: tls: bad certificate
2024/04/16 22:22:58 http: TLS handshake error from 10.244.3.13:45212: remote error: tls: bad certificate
2024/04/16 22:22:58 http: TLS handshake error from 10.244.1.17:38906: remote error: tls: bad certificate
2024/04/16 22:23:03 http: TLS handshake error from 10.244.3.13:45228: remote error: tls: bad certificate
2024/04/16 22:23:03 http: TLS handshake error from 10.244.1.17:56270: remote error: tls: bad certificate
2024/04/16 22:23:08 http: TLS handshake error from 10.244.3.13:34556: remote error: tls: bad certificate
2024/04/16 22:23:08 http: TLS handshake error from 10.244.1.17:56286: remote error: tls: bad certificate
2024/04/16 22:23:13 http: TLS handshake error from 10.244.3.13:34570: remote error: tls: bad certificate
2024/04/16 22:23:13 http: TLS handshake error from 10.244.1.17:44000: remote error: tls: bad certificate
2024/04/16 22:23:18 http: TLS handshake error from 10.244.3.13:39612: remote error: tls: bad certificate
2024/04/16 22:23:18 http: TLS handshake error from 10.244.1.17:44014: remote error: tls: bad certificate
2024/04/16 22:23:23 http: TLS handshake error from 10.244.3.13:39626: remote error: tls: bad certificate
2024/04/16 22:23:23 http: TLS handshake error from 10.244.1.17:60290: remote error: tls: bad certificate
2024/04/16 22:23:28 http: TLS handshake error from 10.244.3.13:57168: remote error: tls: bad certificate
2024/04/16 22:23:28 http: TLS handshake error from 10.244.1.17:60306: remote error: tls: bad certificate
2024/04/16 22:23:33 http: TLS handshake error from 10.244.3.13:57180: remote error: tls: bad certificate
2024/04/16 22:23:33 http: TLS handshake error from 10.244.1.17:46854: remote error: tls: bad certificate
2024/04/16 22:23:38 http: TLS handshake error from 10.244.3.13:47676: remote error: tls: bad certificate
2024/04/16 22:23:38 http: TLS handshake error from 10.244.1.17:46856: remote error: tls: bad certificate
2024/04/16 22:23:43 http: TLS handshake error from 10.244.3.13:47692: remote error: tls: bad certificate
2024/04/16 22:23:43 http: TLS handshake error from 10.244.1.17:43432: remote error: tls: bad certificate
2024/04/16 22:23:48 http: TLS handshake error from 10.244.3.13:40938: remote error: tls: bad certificate
2024/04/16 22:23:48 http: TLS handshake error from 10.244.1.17:43444: remote error: tls: bad certificate
2024/04/16 22:23:53 http: TLS handshake error from 10.244.3.13:40942: remote error: tls: bad certificate
2024/04/16 22:23:53 http: TLS handshake error from 10.244.1.17:59436: remote error: tls: bad certificate
2024/04/16 22:23:58 http: TLS handshake error from 10.244.3.13:56292: remote error: tls: bad certificate
2024/04/16 22:23:58 http: TLS handshake error from 10.244.1.17:59438: remote error: tls: bad certificate
2024/04/16 22:24:03 http: TLS handshake error from 10.244.3.13:56304: remote error: tls: bad certificate
2024/04/16 22:24:03 http: TLS handshake error from 10.244.1.17:44510: remote error: tls: bad certificate
2024/04/16 22:24:08 http: TLS handshake error from 10.244.3.13:52692: remote error: tls: bad certificate
2024/04/16 22:24:08 http: TLS handshake error from 10.244.1.17:44524: remote error: tls: bad certificate
2024/04/16 22:24:13 http: TLS handshake error from 10.244.3.13:52700: remote error: tls: bad certificate
2024/04/16 22:24:13 http: TLS handshake error from 10.244.1.17:36808: remote error: tls: bad certificate
2024/04/16 22:24:18 http: TLS handshake error from 10.244.3.13:49534: remote error: tls: bad certificate
2024/04/16 22:24:18 http: TLS handshake error from 10.244.1.17:36816: remote error: tls: bad certificate
2024/04/16 22:24:23 http: TLS handshake error from 10.244.3.13:49538: remote error: tls: bad certificate
2024/04/16 22:24:23 http: TLS handshake error from 10.244.1.17:35874: remote error: tls: bad certificate
2024/04/16 22:24:28 http: TLS handshake error from 10.244.3.13:41492: remote error: tls: bad certificate
2024/04/16 22:24:28 http: TLS handshake error from 10.244.1.17:35878: remote error: tls: bad certificate
2024/04/16 22:24:33 http: TLS handshake error from 10.244.3.13:41496: remote error: tls: bad certificate
2024/04/16 22:24:33 http: TLS handshake error from 10.244.1.17:56716: remote error: tls: bad certificate
2024/04/16 22:24:38 http: TLS handshake error from 10.244.3.13:48584: remote error: tls: bad certificate
2024/04/16 22:24:38 http: TLS handshake error from 10.244.1.17:56730: remote error: tls: bad certificate
2024/04/16 22:24:43 http: TLS handshake error from 10.244.3.13:48590: remote error: tls: bad certificate
2024/04/16 22:24:43 http: TLS handshake error from 10.244.1.17:52588: remote error: tls: bad certificate
2024/04/16 22:24:48 http: TLS handshake error from 10.244.3.13:50594: remote error: tls: bad certificate
2024/04/16 22:24:48 http: TLS handshake error from 10.244.1.17:52590: remote error: tls: bad certificate
2024/04/16 22:24:53 http: TLS handshake error from 10.244.3.13:50598: remote error: tls: bad certificate
2024/04/16 22:24:53 http: TLS handshake error from 10.244.1.17:39872: remote error: tls: bad certificate
2024/04/16 22:24:58 http: TLS handshake error from 10.244.3.13:41406: remote error: tls: bad certificate
2024/04/16 22:24:58 http: TLS handshake error from 10.244.1.17:39880: remote error: tls: bad certificate
2024/04/16 22:25:03 http: TLS handshake error from 10.244.3.13:41420: remote error: tls: bad certificate
2024/04/16 22:25:03 http: TLS handshake error from 10.244.1.17:57580: remote error: tls: bad certificate
2024/04/16 22:25:08 http: TLS handshake error from 10.244.3.13:57980: remote error: tls: bad certificate
2024/04/16 22:25:08 http: TLS handshake error from 10.244.1.17:57584: remote error: tls: bad certificate
2024/04/16 22:25:13 http: TLS handshake error from 10.244.3.13:57990: remote error: tls: bad certificate
2024/04/16 22:25:13 http: TLS handshake error from 10.244.1.17:55864: remote error: tls: bad certificate
2024/04/16 22:25:18 http: TLS handshake error from 10.244.3.13:36700: remote error: tls: bad certificate
2024/04/16 22:25:18 http: TLS handshake error from 10.244.1.17:55870: remote error: tls: bad certificate
2024/04/16 22:25:23 http: TLS handshake error from 10.244.3.13:36712: remote error: tls: bad certificate
2024/04/16 22:25:23 http: TLS handshake error from 10.244.1.17:36440: remote error: tls: bad certificate
2024/04/16 22:25:28 http: TLS handshake error from 10.244.3.13:45814: remote error: tls: bad certificate
2024/04/16 22:25:28 http: TLS handshake error from 10.244.1.17:36454: remote error: tls: bad certificate
2024/04/16 22:25:33 http: TLS handshake error from 10.244.3.13:45818: remote error: tls: bad certificate
2024/04/16 22:25:33 http: TLS handshake error from 10.244.1.17:46654: remote error: tls: bad certificate
2024/04/16 22:25:38 http: TLS handshake error from 10.244.3.13:39518: remote error: tls: bad certificate
2024/04/16 22:25:38 http: TLS handshake error from 10.244.1.17:46670: remote error: tls: bad certificate
2024/04/16 22:25:43 http: TLS handshake error from 10.244.3.13:39530: remote error: tls: bad certificate
2024/04/16 22:25:43 http: TLS handshake error from 10.244.1.17:40716: remote error: tls: bad certificate
2024/04/16 22:25:48 http: TLS handshake error from 10.244.3.13:55846: remote error: tls: bad certificate
2024/04/16 22:25:48 http: TLS handshake error from 10.244.1.17:40730: remote error: tls: bad certificate
2024/04/16 22:25:53 http: TLS handshake error from 10.244.3.13:55848: remote error: tls: bad certificate
2024/04/16 22:25:53 http: TLS handshake error from 10.244.1.17:50488: remote error: tls: bad certificate
2024/04/16 22:25:58 http: TLS handshake error from 10.244.3.13:47090: remote error: tls: bad certificate
2024/04/16 22:25:58 http: TLS handshake error from 10.244.1.17:50502: remote error: tls: bad certificate
2024/04/16 22:26:03 http: TLS handshake error from 10.244.3.13:47100: remote error: tls: bad certificate
2024/04/16 22:26:03 http: TLS handshake error from 10.244.1.17:58340: remote error: tls: bad certificate
2024/04/16 22:26:08 http: TLS handshake error from 10.244.3.13:39496: remote error: tls: bad certificate
2024/04/16 22:26:08 http: TLS handshake error from 10.244.1.17:58354: remote error: tls: bad certificate
2024/04/16 22:26:13 http: TLS handshake error from 10.244.3.13:39500: remote error: tls: bad certificate
2024/04/16 22:26:13 http: TLS handshake error from 10.244.1.17:51580: remote error: tls: bad certificate
2024/04/16 22:26:18 http: TLS handshake error from 10.244.3.13:43264: remote error: tls: bad certificate
2024/04/16 22:26:18 http: TLS handshake error from 10.244.1.17:51594: remote error: tls: bad certificate
2024/04/16 22:26:23 http: TLS handshake error from 10.244.3.13:43274: remote error: tls: bad certificate
2024/04/16 22:26:23 http: TLS handshake error from 10.244.1.17:47784: remote error: tls: bad certificate
2024/04/16 22:26:28 http: TLS handshake error from 10.244.3.13:43452: remote error: tls: bad certificate
2024/04/16 22:26:28 http: TLS handshake error from 10.244.1.17:47794: remote error: tls: bad certificate
2024/04/16 22:26:33 http: TLS handshake error from 10.244.3.13:43460: remote error: tls: bad certificate
2024/04/16 22:26:33 http: TLS handshake error from 10.244.1.17:45828: remote error: tls: bad certificate
2024/04/16 22:26:38 http: TLS handshake error from 10.244.3.13:53516: remote error: tls: bad certificate
2024/04/16 22:26:38 http: TLS handshake error from 10.244.1.17:45842: remote error: tls: bad certificate
2024/04/16 22:26:43 http: TLS handshake error from 10.244.3.13:53524: remote error: tls: bad certificate
2024/04/16 22:26:43 http: TLS handshake error from 10.244.1.17:49640: remote error: tls: bad certificate
2024/04/16 22:26:48 http: TLS handshake error from 10.244.3.13:37984: remote error: tls: bad certificate
2024/04/16 22:26:48 http: TLS handshake error from 10.244.1.17:49652: remote error: tls: bad certificate
2024/04/16 22:26:53 http: TLS handshake error from 10.244.3.13:37988: remote error: tls: bad certificate
2024/04/16 22:26:53 http: TLS handshake error from 10.244.1.17:38848: remote error: tls: bad certificate
2024/04/16 22:26:58 http: TLS handshake error from 10.244.3.13:47144: remote error: tls: bad certificate
2024/04/16 22:26:58 http: TLS handshake error from 10.244.1.17:38864: remote error: tls: bad certificate
2024/04/16 22:27:03 http: TLS handshake error from 10.244.3.13:47152: remote error: tls: bad certificate
2024/04/16 22:27:03 http: TLS handshake error from 10.244.1.17:48140: remote error: tls: bad certificate
2024/04/16 22:27:08 http: TLS handshake error from 10.244.3.13:37042: remote error: tls: bad certificate
2024/04/16 22:27:08 http: TLS handshake error from 10.244.1.17:48150: remote error: tls: bad certificate
2024/04/16 22:27:13 http: TLS handshake error from 10.244.3.13:40690: remote error: tls: bad certificate
2024/04/16 22:27:13 http: TLS handshake error from 10.244.1.17:59388: remote error: tls: bad certificate
2024/04/16 22:27:18 http: TLS handshake error from 10.244.3.13:40698: remote error: tls: bad certificate
2024/04/16 22:27:18 http: TLS handshake error from 10.244.1.17:59400: remote error: tls: bad certificate
2024/04/16 22:27:23 http: TLS handshake error from 10.244.3.13:40714: remote error: tls: bad certificate
2024/04/16 22:27:23 http: TLS handshake error from 10.244.1.17:48930: remote error: tls: bad certificate
2024/04/16 22:27:28 http: TLS handshake error from 10.244.3.13:46338: remote error: tls: bad certificate
2024/04/16 22:27:28 http: TLS handshake error from 10.244.1.17:48938: remote error: tls: bad certificate
2024/04/16 22:27:33 http: TLS handshake error from 10.244.3.13:46346: remote error: tls: bad certificate
2024/04/16 22:27:33 http: TLS handshake error from 10.244.1.17:45474: remote error: tls: bad certificate
2024/04/16 22:27:38 http: TLS handshake error from 10.244.3.13:47024: remote error: tls: bad certificate
2024/04/16 22:27:38 http: TLS handshake error from 10.244.1.17:45482: remote error: tls: bad certificate
2024/04/16 22:27:43 http: TLS handshake error from 10.244.3.13:47026: remote error: tls: bad certificate
2024/04/16 22:27:43 http: TLS handshake error from 10.244.1.17:34280: remote error: tls: bad certificate
2024/04/16 22:27:48 http: TLS handshake error from 10.244.3.13:45232: remote error: tls: bad certificate
2024/04/16 22:27:48 http: TLS handshake error from 10.244.1.17:34286: remote error: tls: bad certificate
2024/04/16 22:27:53 http: TLS handshake error from 10.244.3.13:45234: remote error: tls: bad certificate
2024/04/16 22:27:53 http: TLS handshake error from 10.244.1.17:50578: remote error: tls: bad certificate
2024/04/16 22:27:58 http: TLS handshake error from 10.244.3.13:33934: remote error: tls: bad certificate
2024/04/16 22:27:58 http: TLS handshake error from 10.244.1.17:50588: remote error: tls: bad certificate
2024/04/16 22:28:03 http: TLS handshake error from 10.244.3.13:33946: remote error: tls: bad certificate
2024/04/16 22:28:03 http: TLS handshake error from 10.244.1.17:50620: remote error: tls: bad certificate
2024/04/16 22:28:08 http: TLS handshake error from 10.244.3.13:55352: remote error: tls: bad certificate
2024/04/16 22:28:08 http: TLS handshake error from 10.244.1.17:50622: remote error: tls: bad certificate
2024/04/16 22:28:13 http: TLS handshake error from 10.244.3.13:55364: remote error: tls: bad certificate
2024/04/16 22:28:13 http: TLS handshake error from 10.244.1.17:38022: remote error: tls: bad certificate
2024/04/16 22:28:18 http: TLS handshake error from 10.244.3.13:38154: remote error: tls: bad certificate
2024/04/16 22:28:18 http: TLS handshake error from 10.244.1.17:38032: remote error: tls: bad certificate
2024/04/16 22:28:23 http: TLS handshake error from 10.244.3.13:38166: remote error: tls: bad certificate
2024/04/16 22:28:23 http: TLS handshake error from 10.244.1.17:58388: remote error: tls: bad certificate
2024/04/16 22:28:28 http: TLS handshake error from 10.244.3.13:54222: remote error: tls: bad certificate
2024/04/16 22:28:28 http: TLS handshake error from 10.244.1.17:58390: remote error: tls: bad certificate
2024/04/16 22:28:33 http: TLS handshake error from 10.244.3.13:54232: remote error: tls: bad certificate
2024/04/16 22:28:33 http: TLS handshake error from 10.244.1.17:37026: remote error: tls: bad certificate
2024/04/16 22:28:38 http: TLS handshake error from 10.244.3.13:38660: remote error: tls: bad certificate
2024/04/16 22:28:38 http: TLS handshake error from 10.244.1.17:37034: remote error: tls: bad certificate
2024/04/16 22:28:43 http: TLS handshake error from 10.244.3.13:38664: remote error: tls: bad certificate
2024/04/16 22:28:43 http: TLS handshake error from 10.244.1.17:58508: remote error: tls: bad certificate
2024/04/16 22:28:48 http: TLS handshake error from 10.244.3.13:48108: remote error: tls: bad certificate
2024/04/16 22:28:48 http: TLS handshake error from 10.244.1.17:58516: remote error: tls: bad certificate
2024/04/16 22:28:53 http: TLS handshake error from 10.244.3.13:48118: remote error: tls: bad certificate
2024/04/16 22:28:53 http: TLS handshake error from 10.244.1.17:42766: remote error: tls: bad certificate
2024/04/16 22:28:58 http: TLS handshake error from 10.244.3.13:46794: remote error: tls: bad certificate
2024/04/16 22:28:58 http: TLS handshake error from 10.244.1.17:42782: remote error: tls: bad certificate
2024/04/16 22:29:03 http: TLS handshake error from 10.244.3.13:46806: remote error: tls: bad certificate
2024/04/16 22:29:03 http: TLS handshake error from 10.244.1.17:40200: remote error: tls: bad certificate
2024/04/16 22:29:08 http: TLS handshake error from 10.244.3.13:59426: remote error: tls: bad certificate
2024/04/16 22:29:08 http: TLS handshake error from 10.244.1.17:40208: remote error: tls: bad certificate
2024/04/16 22:29:13 http: TLS handshake error from 10.244.3.13:59440: remote error: tls: bad certificate
2024/04/16 22:29:13 http: TLS handshake error from 10.244.1.17:35538: remote error: tls: bad certificate
2024/04/16 22:29:18 http: TLS handshake error from 10.244.3.13:56712: remote error: tls: bad certificate
2024/04/16 22:29:18 http: TLS handshake error from 10.244.1.17:35548: remote error: tls: bad certificate
2024/04/16 22:29:23 http: TLS handshake error from 10.244.3.13:56728: remote error: tls: bad certificate
2024/04/16 22:29:23 http: TLS handshake error from 10.244.1.17:36418: remote error: tls: bad certificate
2024/04/16 22:29:28 http: TLS handshake error from 10.244.3.13:55210: remote error: tls: bad certificate
2024/04/16 22:29:28 http: TLS handshake error from 10.244.1.17:36420: remote error: tls: bad certificate
2024/04/16 22:29:33 http: TLS handshake error from 10.244.3.13:55226: remote error: tls: bad certificate
2024/04/16 22:29:33 http: TLS handshake error from 10.244.1.17:41694: remote error: tls: bad certificate
2024/04/16 22:29:38 http: TLS handshake error from 10.244.3.13:48150: remote error: tls: bad certificate
2024/04/16 22:29:38 http: TLS handshake error from 10.244.1.17:41710: remote error: tls: bad certificate
2024/04/16 22:29:43 http: TLS handshake error from 10.244.3.13:48156: remote error: tls: bad certificate
2024/04/16 22:29:43 http: TLS handshake error from 10.244.1.17:35960: remote error: tls: bad certificate
2024/04/16 22:29:48 http: TLS handshake error from 10.244.3.13:45302: remote error: tls: bad certificate
2024/04/16 22:29:48 http: TLS handshake error from 10.244.1.17:35966: remote error: tls: bad certificate
2024/04/16 22:29:53 http: TLS handshake error from 10.244.3.13:45316: remote error: tls: bad certificate
2024/04/16 22:29:53 http: TLS handshake error from 10.244.1.17:36490: remote error: tls: bad certificate
2024/04/16 22:29:58 http: TLS handshake error from 10.244.3.13:38816: remote error: tls: bad certificate
2024/04/16 22:29:58 http: TLS handshake error from 10.244.1.17:36500: remote error: tls: bad certificate
2024/04/16 22:30:03 http: TLS handshake error from 10.244.3.13:38830: remote error: tls: bad certificate
2024/04/16 22:30:03 http: TLS handshake error from 10.244.1.17:37456: remote error: tls: bad certificate
2024/04/16 22:30:08 http: TLS handshake error from 10.244.3.13:39196: remote error: tls: bad certificate
2024/04/16 22:30:08 http: TLS handshake error from 10.244.1.17:37462: remote error: tls: bad certificate
2024/04/16 22:30:13 http: TLS handshake error from 10.244.3.13:39204: remote error: tls: bad certificate
2024/04/16 22:30:13 http: TLS handshake error from 10.244.1.17:43196: remote error: tls: bad certificate
2024/04/16 22:30:18 http: TLS handshake error from 10.244.3.13:49586: remote error: tls: bad certificate
2024/04/16 22:30:18 http: TLS handshake error from 10.244.1.17:43206: remote error: tls: bad certificate
2024/04/16 22:30:23 http: TLS handshake error from 10.244.3.13:49602: remote error: tls: bad certificate
2024/04/16 22:30:23 http: TLS handshake error from 10.244.1.17:44878: remote error: tls: bad certificate
2024/04/16 22:30:28 http: TLS handshake error from 10.244.3.13:59726: remote error: tls: bad certificate
2024/04/16 22:30:28 http: TLS handshake error from 10.244.1.17:44888: remote error: tls: bad certificate
2024/04/16 22:30:33 http: TLS handshake error from 10.244.3.13:59734: remote error: tls: bad certificate
2024/04/16 22:30:33 http: TLS handshake error from 10.244.1.17:59460: remote error: tls: bad certificate
2024/04/16 22:30:38 http: TLS handshake error from 10.244.3.13:39952: remote error: tls: bad certificate
2024/04/16 22:30:38 http: TLS handshake error from 10.244.1.17:59474: remote error: tls: bad certificate
2024/04/16 22:30:43 http: TLS handshake error from 10.244.3.13:39954: remote error: tls: bad certificate
2024/04/16 22:30:43 http: TLS handshake error from 10.244.1.17:59388: remote error: tls: bad certificate
2024/04/16 22:30:48 http: TLS handshake error from 10.244.3.13:45612: remote error: tls: bad certificate
2024/04/16 22:30:48 http: TLS handshake error from 10.244.1.17:59404: remote error: tls: bad certificate
2024/04/16 22:30:53 http: TLS handshake error from 10.244.3.13:45614: remote error: tls: bad certificate
2024/04/16 22:30:53 http: TLS handshake error from 10.244.1.17:59966: remote error: tls: bad certificate
2024/04/16 22:30:58 http: TLS handshake error from 10.244.3.13:52730: remote error: tls: bad certificate
2024/04/16 22:30:58 http: TLS handshake error from 10.244.1.17:59972: remote error: tls: bad certificate
2024/04/16 22:31:03 http: TLS handshake error from 10.244.3.13:52746: remote error: tls: bad certificate
2024/04/16 22:31:03 http: TLS handshake error from 10.244.1.17:58192: remote error: tls: bad certificate
2024/04/16 22:31:08 http: TLS handshake error from 10.244.3.13:44756: remote error: tls: bad certificate
2024/04/16 22:31:08 http: TLS handshake error from 10.244.1.17:58206: remote error: tls: bad certificate
2024/04/16 22:31:13 http: TLS handshake error from 10.244.3.13:44772: remote error: tls: bad certificate
2024/04/16 22:31:13 http: TLS handshake error from 10.244.1.17:33972: remote error: tls: bad certificate
2024/04/16 22:31:18 http: TLS handshake error from 10.244.3.13:43524: remote error: tls: bad certificate
2024/04/16 22:31:18 http: TLS handshake error from 10.244.1.17:33982: remote error: tls: bad certificate
2024/04/16 22:31:23 http: TLS handshake error from 10.244.3.13:43530: remote error: tls: bad certificate
2024/04/16 22:31:23 http: TLS handshake error from 10.244.1.17:38274: remote error: tls: bad certificate
2024/04/16 22:31:28 http: TLS handshake error from 10.244.3.13:58054: remote error: tls: bad certificate
2024/04/16 22:31:28 http: TLS handshake error from 10.244.1.17:38282: remote error: tls: bad certificate
2024/04/16 22:31:33 http: TLS handshake error from 10.244.3.13:58064: remote error: tls: bad certificate
2024/04/16 22:31:33 http: TLS handshake error from 10.244.1.17:44752: remote error: tls: bad certificate
2024/04/16 22:31:38 http: TLS handshake error from 10.244.3.13:47572: remote error: tls: bad certificate
2024/04/16 22:31:38 http: TLS handshake error from 10.244.1.17:44758: remote error: tls: bad certificate
2024/04/16 22:31:43 http: TLS handshake error from 10.244.3.13:47586: remote error: tls: bad certificate
2024/04/16 22:31:43 http: TLS handshake error from 10.244.1.17:34918: remote error: tls: bad certificate
2024/04/16 22:31:48 http: TLS handshake error from 10.244.3.13:50934: remote error: tls: bad certificate
2024/04/16 22:31:48 http: TLS handshake error from 10.244.1.17:34924: remote error: tls: bad certificate
2024/04/16 22:31:53 http: TLS handshake error from 10.244.3.13:50946: remote error: tls: bad certificate
2024/04/16 22:31:53 http: TLS handshake error from 10.244.1.17:52528: remote error: tls: bad certificate
2024/04/16 22:31:58 http: TLS handshake error from 10.244.3.13:48974: remote error: tls: bad certificate
2024/04/16 22:31:58 http: TLS handshake error from 10.244.1.17:52544: remote error: tls: bad certificate
2024/04/16 22:32:03 http: TLS handshake error from 10.244.3.13:48984: remote error: tls: bad certificate
2024/04/16 22:32:03 http: TLS handshake error from 10.244.1.17:54602: remote error: tls: bad certificate
2024/04/16 22:32:08 http: TLS handshake error from 10.244.3.13:52034: remote error: tls: bad certificate
2024/04/16 22:32:08 http: TLS handshake error from 10.244.1.17:54604: remote error: tls: bad certificate
2024/04/16 22:32:13 http: TLS handshake error from 10.244.3.13:52048: remote error: tls: bad certificate
2024/04/16 22:32:13 http: TLS handshake error from 10.244.1.17:34182: remote error: tls: bad certificate
2024/04/16 22:32:18 http: TLS handshake error from 10.244.3.13:37634: remote error: tls: bad certificate
2024/04/16 22:32:18 http: TLS handshake error from 10.244.1.17:34194: remote error: tls: bad certificate
2024/04/16 22:32:23 http: TLS handshake error from 10.244.3.13:37636: remote error: tls: bad certificate
2024/04/16 22:32:23 http: TLS handshake error from 10.244.1.17:47122: remote error: tls: bad certificate
2024/04/16 22:32:28 http: TLS handshake error from 10.244.3.13:42894: remote error: tls: bad certificate
2024/04/16 22:32:28 http: TLS handshake error from 10.244.1.17:47128: remote error: tls: bad certificate
2024/04/16 22:32:33 http: TLS handshake error from 10.244.3.13:42896: remote error: tls: bad certificate
2024/04/16 22:32:33 http: TLS handshake error from 10.244.1.17:35162: remote error: tls: bad certificate
2024/04/16 22:32:38 http: TLS handshake error from 10.244.3.13:54968: remote error: tls: bad certificate
2024/04/16 22:32:38 http: TLS handshake error from 10.244.1.17:35164: remote error: tls: bad certificate
2024/04/16 22:32:43 http: TLS handshake error from 10.244.3.13:54972: remote error: tls: bad certificate
2024/04/16 22:32:43 http: TLS handshake error from 10.244.1.17:33266: remote error: tls: bad certificate
2024/04/16 22:32:48 http: TLS handshake error from 10.244.3.13:47464: remote error: tls: bad certificate
2024/04/16 22:32:48 http: TLS handshake error from 10.244.1.17:33272: remote error: tls: bad certificate
2024/04/16 22:32:53 http: TLS handshake error from 10.244.3.13:47480: remote error: tls: bad certificate
2024/04/16 22:32:53 http: TLS handshake error from 10.244.1.17:56396: remote error: tls: bad certificate
2024/04/16 22:32:58 http: TLS handshake error from 10.244.3.13:47206: remote error: tls: bad certificate
2024/04/16 22:32:58 http: TLS handshake error from 10.244.1.17:56400: remote error: tls: bad certificate
2024/04/16 22:33:03 http: TLS handshake error from 10.244.3.13:47216: remote error: tls: bad certificate
2024/04/16 22:33:03 http: TLS handshake error from 10.244.1.17:53726: remote error: tls: bad certificate
2024/04/16 22:33:08 http: TLS handshake error from 10.244.3.13:34856: remote error: tls: bad certificate
2024/04/16 22:33:08 http: TLS handshake error from 10.244.1.17:53734: remote error: tls: bad certificate
2024/04/16 22:33:13 http: TLS handshake error from 10.244.3.13:34858: remote error: tls: bad certificate
2024/04/16 22:33:13 http: TLS handshake error from 10.244.1.17:48400: remote error: tls: bad certificate
2024/04/16 22:33:18 http: TLS handshake error from 10.244.3.13:57464: remote error: tls: bad certificate
2024/04/16 22:33:18 http: TLS handshake error from 10.244.1.17:48416: remote error: tls: bad certificate
2024/04/16 22:33:23 http: TLS handshake error from 10.244.3.13:57478: remote error: tls: bad certificate
2024/04/16 22:33:23 http: TLS handshake error from 10.244.1.17:45948: remote error: tls: bad certificate
2024/04/16 22:33:28 http: TLS handshake error from 10.244.3.13:37878: remote error: tls: bad certificate
2024/04/16 22:33:28 http: TLS handshake error from 10.244.1.17:45954: remote error: tls: bad certificate
2024/04/16 22:33:33 http: TLS handshake error from 10.244.3.13:37894: remote error: tls: bad certificate
2024/04/16 22:33:33 http: TLS handshake error from 10.244.1.17:59640: remote error: tls: bad certificate
2024/04/16 22:33:38 http: TLS handshake error from 10.244.3.13:55304: remote error: tls: bad certificate
2024/04/16 22:33:38 http: TLS handshake error from 10.244.1.17:59656: remote error: tls: bad certificate
2024/04/16 22:33:43 http: TLS handshake error from 10.244.3.13:55312: remote error: tls: bad certificate
2024/04/16 22:33:43 http: TLS handshake error from 10.244.1.17:47242: remote error: tls: bad certificate
2024/04/16 22:33:48 http: TLS handshake error from 10.244.3.13:42636: remote error: tls: bad certificate
2024/04/16 22:33:48 http: TLS handshake error from 10.244.1.17:47258: remote error: tls: bad certificate
2024/04/16 22:33:53 http: TLS handshake error from 10.244.3.13:42650: remote error: tls: bad certificate
2024/04/16 22:33:53 http: TLS handshake error from 10.244.1.17:58762: remote error: tls: bad certificate
2024/04/16 22:33:58 http: TLS handshake error from 10.244.3.13:36164: remote error: tls: bad certificate
2024/04/16 22:33:58 http: TLS handshake error from 10.244.1.17:58764: remote error: tls: bad certificate
2024/04/16 22:34:03 http: TLS handshake error from 10.244.3.13:36168: remote error: tls: bad certificate
2024/04/16 22:34:03 http: TLS handshake error from 10.244.1.17:34842: remote error: tls: bad certificate
2024/04/16 22:34:08 http: TLS handshake error from 10.244.3.13:40460: remote error: tls: bad certificate
2024/04/16 22:34:08 http: TLS handshake error from 10.244.1.17:34850: remote error: tls: bad certificate
2024/04/16 22:34:13 http: TLS handshake error from 10.244.3.13:40470: remote error: tls: bad certificate
2024/04/16 22:34:13 http: TLS handshake error from 10.244.1.17:50400: remote error: tls: bad certificate
2024/04/16 22:34:18 http: TLS handshake error from 10.244.3.13:51360: remote error: tls: bad certificate
2024/04/16 22:34:18 http: TLS handshake error from 10.244.1.17:50402: remote error: tls: bad certificate
2024/04/16 22:34:23 http: TLS handshake error from 10.244.3.13:51376: remote error: tls: bad certificate
2024/04/16 22:34:23 http: TLS handshake error from 10.244.1.17:59902: remote error: tls: bad certificate
2024/04/16 22:34:28 http: TLS handshake error from 10.244.3.13:34726: remote error: tls: bad certificate
2024/04/16 22:34:28 http: TLS handshake error from 10.244.1.17:59904: remote error: tls: bad certificate
2024/04/16 22:34:33 http: TLS handshake error from 10.244.3.13:34738: remote error: tls: bad certificate
2024/04/16 22:34:33 http: TLS handshake error from 10.244.1.17:42934: remote error: tls: bad certificate
2024/04/16 22:34:38 http: TLS handshake error from 10.244.3.13:46726: remote error: tls: bad certificate
2024/04/16 22:34:38 http: TLS handshake error from 10.244.1.17:42948: remote error: tls: bad certificate
2024/04/16 22:34:43 http: TLS handshake error from 10.244.3.13:46730: remote error: tls: bad certificate
2024/04/16 22:34:43 http: TLS handshake error from 10.244.1.17:39878: remote error: tls: bad certificate
2024/04/16 22:34:48 http: TLS handshake error from 10.244.3.13:32862: remote error: tls: bad certificate
2024/04/16 22:34:48 http: TLS handshake error from 10.244.1.17:39888: remote error: tls: bad certificate
2024/04/16 22:34:53 http: TLS handshake error from 10.244.3.13:32876: remote error: tls: bad certificate
2024/04/16 22:34:53 http: TLS handshake error from 10.244.1.17:33610: remote error: tls: bad certificate
2024/04/16 22:34:58 http: TLS handshake error from 10.244.3.13:49554: remote error: tls: bad certificate
2024/04/16 22:34:58 http: TLS handshake error from 10.244.1.17:33616: remote error: tls: bad certificate
2024/04/16 22:35:03 http: TLS handshake error from 10.244.3.13:49562: remote error: tls: bad certificate
2024/04/16 22:35:03 http: TLS handshake error from 10.244.1.17:53306: remote error: tls: bad certificate
2024/04/16 22:35:08 http: TLS handshake error from 10.244.3.13:48086: remote error: tls: bad certificate
2024/04/16 22:35:08 http: TLS handshake error from 10.244.1.17:53320: remote error: tls: bad certificate
2024/04/16 22:35:13 http: TLS handshake error from 10.244.3.13:48098: remote error: tls: bad certificate
2024/04/16 22:35:13 http: TLS handshake error from 10.244.1.17:59442: remote error: tls: bad certificate
2024/04/16 22:35:18 http: TLS handshake error from 10.244.3.13:48052: remote error: tls: bad certificate
2024/04/16 22:35:18 http: TLS handshake error from 10.244.1.17:59444: remote error: tls: bad certificate
2024/04/16 22:35:23 http: TLS handshake error from 10.244.3.13:48064: remote error: tls: bad certificate
2024/04/16 22:35:23 http: TLS handshake error from 10.244.1.17:43942: remote error: tls: bad certificate
2024/04/16 22:35:28 http: TLS handshake error from 10.244.3.13:54638: remote error: tls: bad certificate
2024/04/16 22:35:28 http: TLS handshake error from 10.244.1.17:43946: remote error: tls: bad certificate
2024/04/16 22:35:33 http: TLS handshake error from 10.244.3.13:54644: remote error: tls: bad certificate
2024/04/16 22:35:33 http: TLS handshake error from 10.244.1.17:58886: remote error: tls: bad certificate
2024/04/16 22:35:38 http: TLS handshake error from 10.244.3.13:47612: remote error: tls: bad certificate
2024/04/16 22:35:38 http: TLS handshake error from 10.244.1.17:58902: remote error: tls: bad certificate
2024/04/16 22:35:43 http: TLS handshake error from 10.244.3.13:47616: remote error: tls: bad certificate
2024/04/16 22:35:43 http: TLS handshake error from 10.244.1.17:38822: remote error: tls: bad certificate
2024/04/16 22:35:48 http: TLS handshake error from 10.244.3.13:33152: remote error: tls: bad certificate
2024/04/16 22:35:48 http: TLS handshake error from 10.244.1.17:38838: remote error: tls: bad certificate
2024/04/16 22:35:53 http: TLS handshake error from 10.244.3.13:33160: remote error: tls: bad certificate
2024/04/16 22:35:53 http: TLS handshake error from 10.244.1.17:40034: remote error: tls: bad certificate
2024/04/16 22:35:58 http: TLS handshake error from 10.244.3.13:59412: remote error: tls: bad certificate
2024/04/16 22:35:58 http: TLS handshake error from 10.244.1.17:40036: remote error: tls: bad certificate
2024/04/16 22:36:03 http: TLS handshake error from 10.244.3.13:59424: remote error: tls: bad certificate
2024/04/16 22:36:03 http: TLS handshake error from 10.244.1.17:48808: remote error: tls: bad certificate
2024/04/16 22:36:08 http: TLS handshake error from 10.244.3.13:34296: remote error: tls: bad certificate
2024/04/16 22:36:08 http: TLS handshake error from 10.244.1.17:48810: remote error: tls: bad certificate
2024/04/16 22:36:13 http: TLS handshake error from 10.244.3.13:34308: remote error: tls: bad certificate
2024/04/16 22:36:13 http: TLS handshake error from 10.244.1.17:47982: remote error: tls: bad certificate
2024/04/16 22:36:18 http: TLS handshake error from 10.244.3.13:58912: remote error: tls: bad certificate
2024/04/16 22:36:18 http: TLS handshake error from 10.244.1.17:47988: remote error: tls: bad certificate
2024/04/16 22:36:23 http: TLS handshake error from 10.244.3.13:58916: remote error: tls: bad certificate
2024/04/16 22:36:23 http: TLS handshake error from 10.244.1.17:47960: remote error: tls: bad certificate
2024/04/16 22:36:28 http: TLS handshake error from 10.244.3.13:37542: remote error: tls: bad certificate
2024/04/16 22:36:28 http: TLS handshake error from 10.244.1.17:47968: remote error: tls: bad certificate
2024/04/16 22:36:33 http: TLS handshake error from 10.244.3.13:37546: remote error: tls: bad certificate
2024/04/16 22:36:33 http: TLS handshake error from 10.244.1.17:39632: remote error: tls: bad certificate
2024/04/16 22:36:38 http: TLS handshake error from 10.244.3.13:33964: remote error: tls: bad certificate
2024/04/16 22:36:38 http: TLS handshake error from 10.244.1.17:39646: remote error: tls: bad certificate
2024/04/16 22:36:43 http: TLS handshake error from 10.244.3.13:33966: remote error: tls: bad certificate
2024/04/16 22:36:43 http: TLS handshake error from 10.244.1.17:49710: remote error: tls: bad certificate
2024/04/16 22:36:48 http: TLS handshake error from 10.244.3.13:35592: remote error: tls: bad certificate
2024/04/16 22:36:48 http: TLS handshake error from 10.244.1.17:49726: remote error: tls: bad certificate
2024/04/16 22:36:53 http: TLS handshake error from 10.244.3.13:35594: remote error: tls: bad certificate
2024/04/16 22:36:53 http: TLS handshake error from 10.244.1.17:54592: remote error: tls: bad certificate
2024/04/16 22:36:58 http: TLS handshake error from 10.244.3.13:36840: remote error: tls: bad certificate
2024/04/16 22:36:58 http: TLS handshake error from 10.244.1.17:54598: remote error: tls: bad certificate
2024/04/16 22:37:03 http: TLS handshake error from 10.244.3.13:36842: remote error: tls: bad certificate
2024/04/16 22:37:03 http: TLS handshake error from 10.244.1.17:38518: remote error: tls: bad certificate
2024/04/16 22:37:08 http: TLS handshake error from 10.244.3.13:37982: remote error: tls: bad certificate
2024/04/16 22:37:08 http: TLS handshake error from 10.244.1.17:38530: remote error: tls: bad certificate
2024/04/16 22:37:13 http: TLS handshake error from 10.244.3.13:37998: remote error: tls: bad certificate
2024/04/16 22:37:13 http: TLS handshake error from 10.244.1.17:38838: remote error: tls: bad certificate
2024/04/16 22:37:18 http: TLS handshake error from 10.244.3.13:47684: remote error: tls: bad certificate
2024/04/16 22:37:18 http: TLS handshake error from 10.244.1.17:38840: remote error: tls: bad certificate
2024/04/16 22:37:23 http: TLS handshake error from 10.244.3.13:47700: remote error: tls: bad certificate
2024/04/16 22:37:23 http: TLS handshake error from 10.244.1.17:52952: remote error: tls: bad certificate
2024/04/16 22:37:28 http: TLS handshake error from 10.244.3.13:33170: remote error: tls: bad certificate
2024/04/16 22:37:28 http: TLS handshake error from 10.244.1.17:52956: remote error: tls: bad certificate
2024/04/16 22:37:33 http: TLS handshake error from 10.244.3.13:33172: remote error: tls: bad certificate
2024/04/16 22:37:33 http: TLS handshake error from 10.244.1.17:41216: remote error: tls: bad certificate
2024/04/16 22:37:38 http: TLS handshake error from 10.244.3.13:36320: remote error: tls: bad certificate
2024/04/16 22:37:38 http: TLS handshake error from 10.244.1.17:41226: remote error: tls: bad certificate
2024/04/16 22:37:43 http: TLS handshake error from 10.244.3.13:36324: remote error: tls: bad certificate
2024/04/16 22:37:43 http: TLS handshake error from 10.244.1.17:36068: remote error: tls: bad certificate
2024/04/16 22:37:48 http: TLS handshake error from 10.244.3.13:57768: remote error: tls: bad certificate
2024/04/16 22:37:48 http: TLS handshake error from 10.244.1.17:36072: remote error: tls: bad certificate
2024/04/16 22:37:53 http: TLS handshake error from 10.244.3.13:57778: remote error: tls: bad certificate
2024/04/16 22:37:53 http: TLS handshake error from 10.244.1.17:44066: remote error: tls: bad certificate
2024/04/16 22:37:58 http: TLS handshake error from 10.244.3.13:38166: remote error: tls: bad certificate
2024/04/16 22:37:58 http: TLS handshake error from 10.244.1.17:44070: remote error: tls: bad certificate
2024/04/16 22:38:03 http: TLS handshake error from 10.244.3.13:38170: remote error: tls: bad certificate
2024/04/16 22:38:03 http: TLS handshake error from 10.244.1.17:46544: remote error: tls: bad certificate
2024/04/16 22:38:08 http: TLS handshake error from 10.244.3.13:32854: remote error: tls: bad certificate
2024/04/16 22:38:08 http: TLS handshake error from 10.244.1.17:46548: remote error: tls: bad certificate
2024/04/16 22:38:13 http: TLS handshake error from 10.244.3.13:32868: remote error: tls: bad certificate
2024/04/16 22:38:13 http: TLS handshake error from 10.244.1.17:47676: remote error: tls: bad certificate
2024/04/16 22:38:18 http: TLS handshake error from 10.244.3.13:37714: remote error: tls: bad certificate
2024/04/16 22:38:18 http: TLS handshake error from 10.244.1.17:47678: remote error: tls: bad certificate
2024/04/16 22:38:23 http: TLS handshake error from 10.244.3.13:37716: remote error: tls: bad certificate
2024/04/16 22:38:23 http: TLS handshake error from 10.244.1.17:34268: remote error: tls: bad certificate
2024/04/16 22:38:28 http: TLS handshake error from 10.244.3.13:54818: remote error: tls: bad certificate
2024/04/16 22:38:28 http: TLS handshake error from 10.244.1.17:34276: remote error: tls: bad certificate
2024/04/16 22:38:33 http: TLS handshake error from 10.244.3.13:54826: remote error: tls: bad certificate
2024/04/16 22:38:33 http: TLS handshake error from 10.244.1.17:41528: remote error: tls: bad certificate
2024/04/16 22:38:38 http: TLS handshake error from 10.244.3.13:36416: remote error: tls: bad certificate
2024/04/16 22:38:38 http: TLS handshake error from 10.244.1.17:41542: remote error: tls: bad certificate
2024/04/16 22:38:43 http: TLS handshake error from 10.244.3.13:36430: remote error: tls: bad certificate
2024/04/16 22:38:43 http: TLS handshake error from 10.244.1.17:35690: remote error: tls: bad certificate
2024/04/16 22:38:48 http: TLS handshake error from 10.244.3.13:35452: remote error: tls: bad certificate
2024/04/16 22:38:48 http: TLS handshake error from 10.244.1.17:35702: remote error: tls: bad certificate
2024/04/16 22:38:53 http: TLS handshake error from 10.244.3.13:35466: remote error: tls: bad certificate
2024/04/16 22:38:53 http: TLS handshake error from 10.244.1.17:42276: remote error: tls: bad certificate
2024/04/16 22:38:58 http: TLS handshake error from 10.244.3.13:48576: remote error: tls: bad certificate
2024/04/16 22:38:58 http: TLS handshake error from 10.244.1.17:42288: remote error: tls: bad certificate
2024/04/16 22:39:03 http: TLS handshake error from 10.244.3.13:48590: remote error: tls: bad certificate
2024/04/16 22:39:03 http: TLS handshake error from 10.244.1.17:40618: remote error: tls: bad certificate
2024/04/16 22:39:08 http: TLS handshake error from 10.244.3.13:55432: remote error: tls: bad certificate
2024/04/16 22:39:08 http: TLS handshake error from 10.244.1.17:40628: remote error: tls: bad certificate
2024/04/16 22:39:13 http: TLS handshake error from 10.244.3.13:55444: remote error: tls: bad certificate
2024/04/16 22:39:13 http: TLS handshake error from 10.244.1.17:33480: remote error: tls: bad certificate
2024/04/16 22:39:18 http: TLS handshake error from 10.244.3.13:56466: remote error: tls: bad certificate
2024/04/16 22:39:18 http: TLS handshake error from 10.244.1.17:33482: remote error: tls: bad certificate
2024/04/16 22:39:23 http: TLS handshake error from 10.244.3.13:56468: remote error: tls: bad certificate
2024/04/16 22:39:23 http: TLS handshake error from 10.244.1.17:43272: remote error: tls: bad certificate
2024/04/16 22:39:28 http: TLS handshake error from 10.244.3.13:35584: remote error: tls: bad certificate
2024/04/16 22:39:28 http: TLS handshake error from 10.244.1.17:43284: remote error: tls: bad certificate
2024/04/16 22:39:33 http: TLS handshake error from 10.244.3.13:35596: remote error: tls: bad certificate
2024/04/16 22:39:33 http: TLS handshake error from 10.244.1.17:47356: remote error: tls: bad certificate
2024/04/16 22:39:38 http: TLS handshake error from 10.244.3.13:57430: remote error: tls: bad certificate
2024/04/16 22:39:38 http: TLS handshake error from 10.244.1.17:47370: remote error: tls: bad certificate
2024/04/16 22:39:43 http: TLS handshake error from 10.244.3.13:57436: remote error: tls: bad certificate
2024/04/16 22:39:43 http: TLS handshake error from 10.244.1.17:48018: remote error: tls: bad certificate
2024/04/16 22:39:48 http: TLS handshake error from 10.244.3.13:52712: remote error: tls: bad certificate
2024/04/16 22:39:48 http: TLS handshake error from 10.244.1.17:48020: remote error: tls: bad certificate
2024/04/16 22:39:53 http: TLS handshake error from 10.244.3.13:52728: remote error: tls: bad certificate
2024/04/16 22:39:53 http: TLS handshake error from 10.244.1.17:39570: remote error: tls: bad certificate
2024/04/16 22:39:58 http: TLS handshake error from 10.244.3.13:60710: remote error: tls: bad certificate
2024/04/16 22:39:58 http: TLS handshake error from 10.244.1.17:39572: remote error: tls: bad certificate
2024/04/16 22:40:03 http: TLS handshake error from 10.244.3.13:60726: remote error: tls: bad certificate
2024/04/16 22:40:03 http: TLS handshake error from 10.244.1.17:37036: remote error: tls: bad certificate
2024/04/16 22:40:08 http: TLS handshake error from 10.244.3.13:43748: remote error: tls: bad certificate
2024/04/16 22:40:08 http: TLS handshake error from 10.244.1.17:37046: remote error: tls: bad certificate
2024/04/16 22:40:13 http: TLS handshake error from 10.244.3.13:43758: remote error: tls: bad certificate
2024/04/16 22:40:13 http: TLS handshake error from 10.244.1.17:58674: remote error: tls: bad certificate
2024/04/16 22:40:18 http: TLS handshake error from 10.244.3.13:52390: remote error: tls: bad certificate
2024/04/16 22:40:18 http: TLS handshake error from 10.244.1.17:58688: remote error: tls: bad certificate
2024/04/16 22:40:23 http: TLS handshake error from 10.244.3.13:52400: remote error: tls: bad certificate
2024/04/16 22:40:23 http: TLS handshake error from 10.244.1.17:56580: remote error: tls: bad certificate
2024/04/16 22:40:28 http: TLS handshake error from 10.244.3.13:60220: remote error: tls: bad certificate
2024/04/16 22:40:28 http: TLS handshake error from 10.244.1.17:56592: remote error: tls: bad certificate
2024/04/16 22:40:33 http: TLS handshake error from 10.244.3.13:60234: remote error: tls: bad certificate
2024/04/16 22:40:33 http: TLS handshake error from 10.244.1.17:44620: remote error: tls: bad certificate
2024/04/16 22:40:38 http: TLS handshake error from 10.244.3.13:33844: remote error: tls: bad certificate
2024/04/16 22:40:38 http: TLS handshake error from 10.244.1.17:44628: remote error: tls: bad certificate
2024/04/16 22:40:43 http: TLS handshake error from 10.244.3.13:33850: remote error: tls: bad certificate
2024/04/16 22:40:43 http: TLS handshake error from 10.244.1.17:43744: remote error: tls: bad certificate
2024/04/16 22:40:48 http: TLS handshake error from 10.244.3.13:45734: remote error: tls: bad certificate
2024/04/16 22:40:48 http: TLS handshake error from 10.244.1.17:43758: remote error: tls: bad certificate
2024/04/16 22:40:53 http: TLS handshake error from 10.244.3.13:45744: remote error: tls: bad certificate
2024/04/16 22:40:53 http: TLS handshake error from 10.244.1.17:60128: remote error: tls: bad certificate
2024/04/16 22:40:58 http: TLS handshake error from 10.244.3.13:54140: remote error: tls: bad certificate
2024/04/16 22:40:58 http: TLS handshake error from 10.244.1.17:60142: remote error: tls: bad certificate
2024/04/16 22:41:03 http: TLS handshake error from 10.244.3.13:54146: remote error: tls: bad certificate
2024/04/16 22:41:03 http: TLS handshake error from 10.244.1.17:47324: remote error: tls: bad certificate
2024/04/16 22:41:08 http: TLS handshake error from 10.244.3.13:34950: remote error: tls: bad certificate
2024/04/16 22:41:08 http: TLS handshake error from 10.244.1.17:47330: remote error: tls: bad certificate
2024/04/16 22:41:13 http: TLS handshake error from 10.244.3.13:34962: remote error: tls: bad certificate
2024/04/16 22:41:13 http: TLS handshake error from 10.244.1.17:59628: remote error: tls: bad certificate
2024/04/16 22:41:18 http: TLS handshake error from 10.244.3.13:39136: remote error: tls: bad certificate
2024/04/16 22:41:18 http: TLS handshake error from 10.244.1.17:59630: remote error: tls: bad certificate
2024/04/16 22:41:23 http: TLS handshake error from 10.244.3.13:39152: remote error: tls: bad certificate
2024/04/16 22:41:23 http: TLS handshake error from 10.244.1.17:55082: remote error: tls: bad certificate
2024/04/16 22:41:28 http: TLS handshake error from 10.244.3.13:52190: remote error: tls: bad certificate
2024/04/16 22:41:28 http: TLS handshake error from 10.244.1.17:55086: remote error: tls: bad certificate
2024/04/16 22:41:33 http: TLS handshake error from 10.244.3.13:52202: remote error: tls: bad certificate
2024/04/16 22:41:33 http: TLS handshake error from 10.244.1.17:56800: remote error: tls: bad certificate
2024/04/16 22:41:38 http: TLS handshake error from 10.244.3.13:57936: remote error: tls: bad certificate
2024/04/16 22:41:38 http: TLS handshake error from 10.244.1.17:56806: remote error: tls: bad certificate
2024/04/16 22:41:43 http: TLS handshake error from 10.244.3.13:57950: remote error: tls: bad certificate
2024/04/16 22:41:43 http: TLS handshake error from 10.244.1.17:34980: remote error: tls: bad certificate
2024/04/16 22:41:48 http: TLS handshake error from 10.244.3.13:55130: remote error: tls: bad certificate
2024/04/16 22:41:48 http: TLS handshake error from 10.244.1.17:34984: remote error: tls: bad certificate
2024/04/16 22:41:53 http: TLS handshake error from 10.244.3.13:55134: remote error: tls: bad certificate
2024/04/16 22:41:53 http: TLS handshake error from 10.244.1.17:60396: remote error: tls: bad certificate
2024/04/16 22:41:58 http: TLS handshake error from 10.244.3.13:57622: remote error: tls: bad certificate
2024/04/16 22:41:58 http: TLS handshake error from 10.244.1.17:60406: remote error: tls: bad certificate
2024/04/16 22:42:03 http: TLS handshake error from 10.244.3.13:57632: remote error: tls: bad certificate
2024/04/16 22:42:03 http: TLS handshake error from 10.244.1.17:60476: remote error: tls: bad certificate
2024/04/16 22:42:08 http: TLS handshake error from 10.244.3.13:57572: remote error: tls: bad certificate
2024/04/16 22:42:08 http: TLS handshake error from 10.244.1.17:60492: remote error: tls: bad certificate
2024/04/16 22:42:13 http: TLS handshake error from 10.244.3.13:57578: remote error: tls: bad certificate
2024/04/16 22:42:13 http: TLS handshake error from 10.244.1.17:46814: remote error: tls: bad certificate
2024/04/16 22:42:18 http: TLS handshake error from 10.244.3.13:58432: remote error: tls: bad certificate
2024/04/16 22:42:18 http: TLS handshake error from 10.244.1.17:46818: remote error: tls: bad certificate
2024/04/16 22:42:23 http: TLS handshake error from 10.244.3.13:58438: remote error: tls: bad certificate
2024/04/16 22:42:23 http: TLS handshake error from 10.244.1.17:57264: remote error: tls: bad certificate
2024/04/16 22:42:28 http: TLS handshake error from 10.244.3.13:37546: remote error: tls: bad certificate
2024/04/16 22:42:28 http: TLS handshake error from 10.244.1.17:57276: remote error: tls: bad certificate
2024/04/16 22:42:33 http: TLS handshake error from 10.244.3.13:37556: remote error: tls: bad certificate
2024/04/16 22:42:33 http: TLS handshake error from 10.244.1.17:42136: remote error: tls: bad certificate
2024/04/16 22:42:38 http: TLS handshake error from 10.244.3.13:46790: remote error: tls: bad certificate
2024/04/16 22:42:38 http: TLS handshake error from 10.244.1.17:42148: remote error: tls: bad certificate
2024/04/16 22:42:43 http: TLS handshake error from 10.244.3.13:46806: remote error: tls: bad certificate
2024/04/16 22:42:43 http: TLS handshake error from 10.244.1.17:57598: remote error: tls: bad certificate
2024/04/16 22:42:48 http: TLS handshake error from 10.244.3.13:46510: remote error: tls: bad certificate
2024/04/16 22:42:48 http: TLS handshake error from 10.244.1.17:57606: remote error: tls: bad certificate
2024/04/16 22:42:53 http: TLS handshake error from 10.244.3.13:46516: remote error: tls: bad certificate
2024/04/16 22:42:53 http: TLS handshake error from 10.244.1.17:34044: remote error: tls: bad certificate
2024/04/16 22:42:58 http: TLS handshake error from 10.244.3.13:60054: remote error: tls: bad certificate
2024/04/16 22:42:58 http: TLS handshake error from 10.244.1.17:34050: remote error: tls: bad certificate
2024/04/16 22:43:03 http: TLS handshake error from 10.244.3.13:60066: remote error: tls: bad certificate
2024/04/16 22:43:03 http: TLS handshake error from 10.244.1.17:38536: remote error: tls: bad certificate
2024/04/16 22:43:08 http: TLS handshake error from 10.244.3.13:42520: remote error: tls: bad certificate
2024/04/16 22:43:08 http: TLS handshake error from 10.244.1.17:38540: remote error: tls: bad certificate
2024/04/16 22:43:13 http: TLS handshake error from 10.244.3.13:42530: remote error: tls: bad certificate
2024/04/16 22:43:13 http: TLS handshake error from 10.244.1.17:52162: remote error: tls: bad certificate
2024/04/16 22:43:18 http: TLS handshake error from 10.244.3.13:59222: remote error: tls: bad certificate
2024/04/16 22:43:18 http: TLS handshake error from 10.244.1.17:52170: remote error: tls: bad certificate
2024/04/16 22:43:23 http: TLS handshake error from 10.244.3.13:59236: remote error: tls: bad certificate
2024/04/16 22:43:23 http: TLS handshake error from 10.244.1.17:42896: remote error: tls: bad certificate
2024/04/16 22:43:28 http: TLS handshake error from 10.244.3.13:59098: remote error: tls: bad certificate
2024/04/16 22:43:28 http: TLS handshake error from 10.244.1.17:42908: remote error: tls: bad certificate
2024/04/16 22:43:33 http: TLS handshake error from 10.244.3.13:59100: remote error: tls: bad certificate
2024/04/16 22:43:33 http: TLS handshake error from 10.244.1.17:39648: remote error: tls: bad certificate
2024/04/16 22:43:38 http: TLS handshake error from 10.244.3.13:40904: remote error: tls: bad certificate
2024/04/16 22:43:38 http: TLS handshake error from 10.244.1.17:39650: remote error: tls: bad certificate
2024/04/16 22:43:43 http: TLS handshake error from 10.244.3.13:40918: remote error: tls: bad certificate
2024/04/16 22:43:43 http: TLS handshake error from 10.244.1.17:50254: remote error: tls: bad certificate
2024/04/16 22:43:48 http: TLS handshake error from 10.244.3.13:35072: remote error: tls: bad certificate
2024/04/16 22:43:48 http: TLS handshake error from 10.244.1.17:50260: remote error: tls: bad certificate
2024/04/16 22:43:53 http: TLS handshake error from 10.244.3.13:35080: remote error: tls: bad certificate
2024/04/16 22:43:53 http: TLS handshake error from 10.244.1.17:44456: remote error: tls: bad certificate
2024/04/16 22:43:58 http: TLS handshake error from 10.244.3.13:50128: remote error: tls: bad certificate
2024/04/16 22:43:58 http: TLS handshake error from 10.244.1.17:44462: remote error: tls: bad certificate
2024/04/16 22:44:03 http: TLS handshake error from 10.244.3.13:50136: remote error: tls: bad certificate
2024/04/16 22:44:03 http: TLS handshake error from 10.244.1.17:41350: remote error: tls: bad certificate
2024/04/16 22:44:08 http: TLS handshake error from 10.244.3.13:45202: remote error: tls: bad certificate
2024/04/16 22:44:08 http: TLS handshake error from 10.244.1.17:41360: remote error: tls: bad certificate
2024/04/16 22:44:13 http: TLS handshake error from 10.244.3.13:45216: remote error: tls: bad certificate
2024/04/16 22:44:13 http: TLS handshake error from 10.244.1.17:59020: remote error: tls: bad certificate
2024/04/16 22:44:18 http: TLS handshake error from 10.244.3.13:58422: remote error: tls: bad certificate
2024/04/16 22:44:18 http: TLS handshake error from 10.244.1.17:59032: remote error: tls: bad certificate
2024/04/16 22:44:23 http: TLS handshake error from 10.244.3.13:58428: remote error: tls: bad certificate
2024/04/16 22:44:23 http: TLS handshake error from 10.244.1.17:60272: remote error: tls: bad certificate
2024/04/16 22:44:28 http: TLS handshake error from 10.244.3.13:54330: remote error: tls: bad certificate
2024/04/16 22:44:28 http: TLS handshake error from 10.244.1.17:60288: remote error: tls: bad certificate
2024/04/16 22:44:33 http: TLS handshake error from 10.244.3.13:54334: remote error: tls: bad certificate
2024/04/16 22:44:33 http: TLS handshake error from 10.244.1.17:34246: remote error: tls: bad certificate
2024/04/16 22:44:38 http: TLS handshake error from 10.244.3.13:42764: remote error: tls: bad certificate
2024/04/16 22:44:38 http: TLS handshake error from 10.244.1.17:34250: remote error: tls: bad certificate
2024/04/16 22:44:43 http: TLS handshake error from 10.244.3.13:42778: remote error: tls: bad certificate
2024/04/16 22:44:43 http: TLS handshake error from 10.244.1.17:55738: remote error: tls: bad certificate
2024/04/16 22:44:48 http: TLS handshake error from 10.244.3.13:38774: remote error: tls: bad certificate
2024/04/16 22:44:48 http: TLS handshake error from 10.244.1.17:55748: remote error: tls: bad certificate
2024/04/16 22:44:53 http: TLS handshake error from 10.244.3.13:38776: remote error: tls: bad certificate
2024/04/16 22:44:53 http: TLS handshake error from 10.244.1.17:34352: remote error: tls: bad certificate
2024/04/16 22:44:58 http: TLS handshake error from 10.244.3.13:57254: remote error: tls: bad certificate
2024/04/16 22:44:58 http: TLS handshake error from 10.244.1.17:34354: remote error: tls: bad certificate
2024/04/16 22:45:03 http: TLS handshake error from 10.244.3.13:57270: remote error: tls: bad certificate
2024/04/16 22:45:03 http: TLS handshake error from 10.244.1.17:42422: remote error: tls: bad certificate
2024/04/16 22:45:08 http: TLS handshake error from 10.244.3.13:47392: remote error: tls: bad certificate
2024/04/16 22:45:08 http: TLS handshake error from 10.244.1.17:42428: remote error: tls: bad certificate
2024/04/16 22:45:13 http: TLS handshake error from 10.244.3.13:47408: remote error: tls: bad certificate
2024/04/16 22:45:13 http: TLS handshake error from 10.244.1.17:38824: remote error: tls: bad certificate
2024/04/16 22:45:18 http: TLS handshake error from 10.244.3.13:58596: remote error: tls: bad certificate
2024/04/16 22:45:18 http: TLS handshake error from 10.244.1.17:38840: remote error: tls: bad certificate
2024/04/16 22:45:23 http: TLS handshake error from 10.244.3.13:58602: remote error: tls: bad certificate
2024/04/16 22:45:23 http: TLS handshake error from 10.244.1.17:60784: remote error: tls: bad certificate
2024/04/16 22:45:28 http: TLS handshake error from 10.244.3.13:38800: remote error: tls: bad certificate
2024/04/16 22:45:28 http: TLS handshake error from 10.244.1.17:60796: remote error: tls: bad certificate
2024/04/16 22:45:33 http: TLS handshake error from 10.244.3.13:38810: remote error: tls: bad certificate
2024/04/16 22:45:33 http: TLS handshake error from 10.244.1.17:44668: remote error: tls: bad certificate
2024/04/16 22:45:38 http: TLS handshake error from 10.244.3.13:40222: remote error: tls: bad certificate
2024/04/16 22:45:38 http: TLS handshake error from 10.244.1.17:44674: remote error: tls: bad certificate
2024/04/16 22:45:43 http: TLS handshake error from 10.244.3.13:40230: remote error: tls: bad certificate
2024/04/16 22:45:43 http: TLS handshake error from 10.244.1.17:55794: remote error: tls: bad certificate
2024/04/16 22:45:48 http: TLS handshake error from 10.244.3.13:60836: remote error: tls: bad certificate
2024/04/16 22:45:48 http: TLS handshake error from 10.244.1.17:55804: remote error: tls: bad certificate
2024/04/16 22:45:53 http: TLS handshake error from 10.244.3.13:60844: remote error: tls: bad certificate
2024/04/16 22:45:53 http: TLS handshake error from 10.244.1.17:42386: remote error: tls: bad certificate
2024/04/16 22:45:58 http: TLS handshake error from 10.244.3.13:54218: remote error: tls: bad certificate
2024/04/16 22:45:58 http: TLS handshake error from 10.244.1.17:42392: remote error: tls: bad certificate
2024/04/16 22:46:03 http: TLS handshake error from 10.244.3.13:54230: remote error: tls: bad certificate
2024/04/16 22:46:03 http: TLS handshake error from 10.244.1.17:40470: remote error: tls: bad certificate
2024/04/16 22:46:08 http: TLS handshake error from 10.244.3.13:43112: remote error: tls: bad certificate
2024/04/16 22:46:08 http: TLS handshake error from 10.244.1.17:40476: remote error: tls: bad certificate
2024/04/16 22:46:13 http: TLS handshake error from 10.244.3.13:43126: remote error: tls: bad certificate
2024/04/16 22:46:13 http: TLS handshake error from 10.244.1.17:54080: remote error: tls: bad certificate
2024/04/16 22:46:18 http: TLS handshake error from 10.244.3.13:53132: remote error: tls: bad certificate
2024/04/16 22:46:18 http: TLS handshake error from 10.244.1.17:54088: remote error: tls: bad certificate
2024/04/16 22:46:23 http: TLS handshake error from 10.244.3.13:53136: remote error: tls: bad certificate
2024/04/16 22:46:23 http: TLS handshake error from 10.244.1.17:58878: remote error: tls: bad certificate
2024/04/16 22:46:28 http: TLS handshake error from 10.244.3.13:36144: remote error: tls: bad certificate
2024/04/16 22:46:28 http: TLS handshake error from 10.244.1.17:58890: remote error: tls: bad certificate
2024/04/16 22:46:33 http: TLS handshake error from 10.244.3.13:36148: remote error: tls: bad certificate
2024/04/16 22:46:33 http: TLS handshake error from 10.244.1.17:40676: remote error: tls: bad certificate
2024/04/16 22:46:38 http: TLS handshake error from 10.244.3.13:45010: remote error: tls: bad certificate
2024/04/16 22:46:38 http: TLS handshake error from 10.244.1.17:40688: remote error: tls: bad certificate
2024/04/16 22:46:43 http: TLS handshake error from 10.244.3.13:45014: remote error: tls: bad certificate
2024/04/16 22:46:43 http: TLS handshake error from 10.244.1.17:45528: remote error: tls: bad certificate
2024/04/16 22:46:48 http: TLS handshake error from 10.244.3.13:35398: remote error: tls: bad certificate
2024/04/16 22:46:48 http: TLS handshake error from 10.244.1.17:45532: remote error: tls: bad certificate
2024/04/16 22:46:53 http: TLS handshake error from 10.244.3.13:35412: remote error: tls: bad certificate
2024/04/16 22:46:53 http: TLS handshake error from 10.244.1.17:55854: remote error: tls: bad certificate
2024/04/16 22:46:58 http: TLS handshake error from 10.244.3.13:40528: remote error: tls: bad certificate
2024/04/16 22:46:58 http: TLS handshake error from 10.244.1.17:55856: remote error: tls: bad certificate
2024/04/16 22:47:03 http: TLS handshake error from 10.244.3.13:40542: remote error: tls: bad certificate
2024/04/16 22:47:03 http: TLS handshake error from 10.244.1.17:47868: remote error: tls: bad certificate
2024/04/16 22:47:08 http: TLS handshake error from 10.244.3.13:58806: remote error: tls: bad certificate
2024/04/16 22:47:08 http: TLS handshake error from 10.244.1.17:47878: remote error: tls: bad certificate
2024/04/16 22:47:13 http: TLS handshake error from 10.244.3.13:58814: remote error: tls: bad certificate
2024/04/16 22:47:13 http: TLS handshake error from 10.244.1.17:59042: remote error: tls: bad certificate
2024/04/16 22:47:18 http: TLS handshake error from 10.244.3.13:43916: remote error: tls: bad certificate
2024/04/16 22:47:18 http: TLS handshake error from 10.244.1.17:59056: remote error: tls: bad certificate
2024/04/16 22:47:23 http: TLS handshake error from 10.244.3.13:43922: remote error: tls: bad certificate
2024/04/16 22:47:23 http: TLS handshake error from 10.244.1.17:50578: remote error: tls: bad certificate
2024/04/16 22:47:28 http: TLS handshake error from 10.244.3.13:37998: remote error: tls: bad certificate
2024/04/16 22:47:28 http: TLS handshake error from 10.244.1.17:50586: remote error: tls: bad certificate
2024/04/16 22:47:33 http: TLS handshake error from 10.244.3.13:38000: remote error: tls: bad certificate
2024/04/16 22:47:33 http: TLS handshake error from 10.244.1.17:56102: remote error: tls: bad certificate
2024/04/16 22:47:38 http: TLS handshake error from 10.244.3.13:59132: remote error: tls: bad certificate
2024/04/16 22:47:38 http: TLS handshake error from 10.244.1.17:56110: remote error: tls: bad certificate
2024/04/16 22:47:43 http: TLS handshake error from 10.244.3.13:59136: remote error: tls: bad certificate
2024/04/16 22:47:43 http: TLS handshake error from 10.244.1.17:33264: remote error: tls: bad certificate
2024/04/16 22:47:48 http: TLS handshake error from 10.244.3.13:59788: remote error: tls: bad certificate
2024/04/16 22:47:48 http: TLS handshake error from 10.244.1.17:33274: remote error: tls: bad certificate
2024/04/16 22:47:53 http: TLS handshake error from 10.244.3.13:59800: remote error: tls: bad certificate
2024/04/16 22:47:53 http: TLS handshake error from 10.244.1.17:37472: remote error: tls: bad certificate
2024/04/16 22:47:58 http: TLS handshake error from 10.244.3.13:40426: remote error: tls: bad certificate
2024/04/16 22:47:58 http: TLS handshake error from 10.244.1.17:37486: remote error: tls: bad certificate
2024/04/16 22:48:03 http: TLS handshake error from 10.244.3.13:40442: remote error: tls: bad certificate
2024/04/16 22:48:03 http: TLS handshake error from 10.244.1.17:39936: remote error: tls: bad certificate
2024/04/16 22:48:08 http: TLS handshake error from 10.244.3.13:37262: remote error: tls: bad certificate
2024/04/16 22:48:08 http: TLS handshake error from 10.244.1.17:39946: remote error: tls: bad certificate
2024/04/16 22:48:13 http: TLS handshake error from 10.244.3.13:37264: remote error: tls: bad certificate
2024/04/16 22:48:13 http: TLS handshake error from 10.244.1.17:35410: remote error: tls: bad certificate
2024/04/16 22:48:18 http: TLS handshake error from 10.244.3.13:41068: remote error: tls: bad certificate
2024/04/16 22:48:18 http: TLS handshake error from 10.244.1.17:35416: remote error: tls: bad certificate
2024/04/16 22:48:23 http: TLS handshake error from 10.244.3.13:41084: remote error: tls: bad certificate
2024/04/16 22:48:23 http: TLS handshake error from 10.244.1.17:46296: remote error: tls: bad certificate
2024/04/16 22:48:28 http: TLS handshake error from 10.244.3.13:57180: remote error: tls: bad certificate
2024/04/16 22:48:28 http: TLS handshake error from 10.244.1.17:46306: remote error: tls: bad certificate
2024/04/16 22:48:33 http: TLS handshake error from 10.244.3.13:57196: remote error: tls: bad certificate
2024/04/16 22:48:33 http: TLS handshake error from 10.244.1.17:43518: remote error: tls: bad certificate
2024/04/16 22:48:38 http: TLS handshake error from 10.244.3.13:57962: remote error: tls: bad certificate
2024/04/16 22:48:38 http: TLS handshake error from 10.244.1.17:43522: remote error: tls: bad certificate
2024/04/16 22:48:43 http: TLS handshake error from 10.244.3.13:57974: remote error: tls: bad certificate
2024/04/16 22:48:43 http: TLS handshake error from 10.244.1.17:35360: remote error: tls: bad certificate
2024/04/16 22:48:48 http: TLS handshake error from 10.244.3.13:55308: remote error: tls: bad certificate
2024/04/16 22:48:48 http: TLS handshake error from 10.244.1.17:35374: remote error: tls: bad certificate
2024/04/16 22:48:53 http: TLS handshake error from 10.244.3.13:55322: remote error: tls: bad certificate
2024/04/16 22:48:53 http: TLS handshake error from 10.244.1.17:34724: remote error: tls: bad certificate
2024/04/16 22:48:58 http: TLS handshake error from 10.244.3.13:51896: remote error: tls: bad certificate
2024/04/16 22:48:58 http: TLS handshake error from 10.244.1.17:34734: remote error: tls: bad certificate
2024/04/16 22:49:03 http: TLS handshake error from 10.244.3.13:51904: remote error: tls: bad certificate
2024/04/16 22:49:03 http: TLS handshake error from 10.244.1.17:44970: remote error: tls: bad certificate
2024/04/16 22:49:08 http: TLS handshake error from 10.244.3.13:53474: remote error: tls: bad certificate
2024/04/16 22:49:08 http: TLS handshake error from 10.244.1.17:44986: remote error: tls: bad certificate
2024/04/16 22:49:13 http: TLS handshake error from 10.244.3.13:53476: remote error: tls: bad certificate
2024/04/16 22:49:13 http: TLS handshake error from 10.244.1.17:52120: remote error: tls: bad certificate
2024/04/16 22:49:18 http: TLS handshake error from 10.244.3.13:38268: remote error: tls: bad certificate
2024/04/16 22:49:18 http: TLS handshake error from 10.244.1.17:52132: remote error: tls: bad certificate
2024/04/16 22:49:23 http: TLS handshake error from 10.244.3.13:38276: remote error: tls: bad certificate
2024/04/16 22:49:23 http: TLS handshake error from 10.244.1.17:60400: remote error: tls: bad certificate
2024/04/16 22:49:28 http: TLS handshake error from 10.244.3.13:56482: remote error: tls: bad certificate
2024/04/16 22:49:28 http: TLS handshake error from 10.244.1.17:60416: remote error: tls: bad certificate
2024/04/16 22:49:33 http: TLS handshake error from 10.244.3.13:56492: remote error: tls: bad certificate
2024/04/16 22:49:33 http: TLS handshake error from 10.244.1.17:41478: remote error: tls: bad certificate
2024/04/16 22:49:38 http: TLS handshake error from 10.244.3.13:35066: remote error: tls: bad certificate
2024/04/16 22:49:38 http: TLS handshake error from 10.244.1.17:41494: remote error: tls: bad certificate
2024/04/16 22:49:43 http: TLS handshake error from 10.244.3.13:35082: remote error: tls: bad certificate
2024/04/16 22:49:43 http: TLS handshake error from 10.244.1.17:53210: remote error: tls: bad certificate
2024/04/16 22:49:48 http: TLS handshake error from 10.244.3.13:40752: remote error: tls: bad certificate
2024/04/16 22:49:48 http: TLS handshake error from 10.244.1.17:53212: remote error: tls: bad certificate
2024/04/16 22:49:53 http: TLS handshake error from 10.244.3.13:40762: remote error: tls: bad certificate
2024/04/16 22:49:53 http: TLS handshake error from 10.244.1.17:59412: remote error: tls: bad certificate
2024/04/16 22:49:58 http: TLS handshake error from 10.244.3.13:35778: remote error: tls: bad certificate
2024/04/16 22:49:58 http: TLS handshake error from 10.244.1.17:59428: remote error: tls: bad certificate
2024/04/16 22:50:03 http: TLS handshake error from 10.244.3.13:35780: remote error: tls: bad certificate
2024/04/16 22:50:03 http: TLS handshake error from 10.244.1.17:48804: remote error: tls: bad certificate
2024/04/16 22:50:08 http: TLS handshake error from 10.244.3.13:60460: remote error: tls: bad certificate
2024/04/16 22:50:08 http: TLS handshake error from 10.244.1.17:48810: remote error: tls: bad certificate
2024/04/16 22:50:13 http: TLS handshake error from 10.244.3.13:60476: remote error: tls: bad certificate
2024/04/16 22:50:13 http: TLS handshake error from 10.244.1.17:49376: remote error: tls: bad certificate
2024/04/16 22:50:18 http: TLS handshake error from 10.244.3.13:41466: remote error: tls: bad certificate
2024/04/16 22:50:18 http: TLS handshake error from 10.244.1.17:49382: remote error: tls: bad certificate
2024/04/16 22:50:23 http: TLS handshake error from 10.244.3.13:41478: remote error: tls: bad certificate
2024/04/16 22:50:23 http: TLS handshake error from 10.244.1.17:53344: remote error: tls: bad certificate
2024/04/16 22:50:28 http: TLS handshake error from 10.244.3.13:46382: remote error: tls: bad certificate
2024/04/16 22:50:28 http: TLS handshake error from 10.244.1.17:53358: remote error: tls: bad certificate
2024/04/16 22:50:33 http: TLS handshake error from 10.244.3.13:46390: remote error: tls: bad certificate
2024/04/16 22:50:33 http: TLS handshake error from 10.244.1.17:51030: remote error: tls: bad certificate
2024/04/16 22:50:38 http: TLS handshake error from 10.244.3.13:37704: remote error: tls: bad certificate
2024/04/16 22:50:38 http: TLS handshake error from 10.244.1.17:51032: remote error: tls: bad certificate
2024/04/16 22:50:43 http: TLS handshake error from 10.244.3.13:37718: remote error: tls: bad certificate
2024/04/16 22:50:43 http: TLS handshake error from 10.244.1.17:47200: remote error: tls: bad certificate
2024/04/16 22:50:48 http: TLS handshake error from 10.244.3.13:37728: remote error: tls: bad certificate
2024/04/16 22:50:48 http: TLS handshake error from 10.244.1.17:47210: remote error: tls: bad certificate
2024/04/16 22:50:53 http: TLS handshake error from 10.244.3.13:37732: remote error: tls: bad certificate
2024/04/16 22:50:53 http: TLS handshake error from 10.244.1.17:35890: remote error: tls: bad certificate
2024/04/16 22:50:58 http: TLS handshake error from 10.244.3.13:52390: remote error: tls: bad certificate
2024/04/16 22:50:58 http: TLS handshake error from 10.244.1.17:35906: remote error: tls: bad certificate
2024/04/16 22:51:03 http: TLS handshake error from 10.244.3.13:52402: remote error: tls: bad certificate
2024/04/16 22:51:03 http: TLS handshake error from 10.244.1.17:42284: remote error: tls: bad certificate
2024/04/16 22:51:08 http: TLS handshake error from 10.244.3.13:42006: remote error: tls: bad certificate
2024/04/16 22:51:08 http: TLS handshake error from 10.244.1.17:42298: remote error: tls: bad certificate
2024/04/16 22:51:13 http: TLS handshake error from 10.244.3.13:42018: remote error: tls: bad certificate
2024/04/16 22:51:13 http: TLS handshake error from 10.244.1.17:38074: remote error: tls: bad certificate
2024/04/16 22:51:18 http: TLS handshake error from 10.244.3.13:58424: remote error: tls: bad certificate
2024/04/16 22:51:18 http: TLS handshake error from 10.244.1.17:38078: remote error: tls: bad certificate
2024/04/16 22:51:23 http: TLS handshake error from 10.244.3.13:58426: remote error: tls: bad certificate
2024/04/16 22:51:23 http: TLS handshake error from 10.244.1.17:45736: remote error: tls: bad certificate
2024/04/16 22:51:28 http: TLS handshake error from 10.244.3.13:38678: remote error: tls: bad certificate
2024/04/16 22:51:28 http: TLS handshake error from 10.244.1.17:45738: remote error: tls: bad certificate
2024/04/16 22:51:33 http: TLS handshake error from 10.244.3.13:38680: remote error: tls: bad certificate
2024/04/16 22:51:33 http: TLS handshake error from 10.244.1.17:53802: remote error: tls: bad certificate
2024/04/16 22:51:38 http: TLS handshake error from 10.244.3.13:41470: remote error: tls: bad certificate
2024/04/16 22:51:38 http: TLS handshake error from 10.244.1.17:53806: remote error: tls: bad certificate
2024/04/16 22:51:43 http: TLS handshake error from 10.244.3.13:41480: remote error: tls: bad certificate
2024/04/16 22:51:43 http: TLS handshake error from 10.244.1.17:58974: remote error: tls: bad certificate
2024/04/16 22:51:48 http: TLS handshake error from 10.244.3.13:43898: remote error: tls: bad certificate
2024/04/16 22:51:48 http: TLS handshake error from 10.244.1.17:58986: remote error: tls: bad certificate
2024/04/16 22:51:53 http: TLS handshake error from 10.244.3.13:43910: remote error: tls: bad certificate
2024/04/16 22:51:53 http: TLS handshake error from 10.244.1.17:55406: remote error: tls: bad certificate
2024/04/16 22:51:58 http: TLS handshake error from 10.244.3.13:60594: remote error: tls: bad certificate
2024/04/16 22:51:58 http: TLS handshake error from 10.244.1.17:55408: remote error: tls: bad certificate
2024/04/16 22:52:03 http: TLS handshake error from 10.244.3.13:60596: remote error: tls: bad certificate
2024/04/16 22:52:03 http: TLS handshake error from 10.244.1.17:33146: remote error: tls: bad certificate
2024/04/16 22:52:08 http: TLS handshake error from 10.244.3.13:59142: remote error: tls: bad certificate
2024/04/16 22:52:08 http: TLS handshake error from 10.244.1.17:33160: remote error: tls: bad certificate
2024/04/16 22:52:13 http: TLS handshake error from 10.244.3.13:59146: remote error: tls: bad certificate
2024/04/16 22:52:13 http: TLS handshake error from 10.244.1.17:37250: remote error: tls: bad certificate
2024/04/16 22:52:18 http: TLS handshake error from 10.244.3.13:47814: remote error: tls: bad certificate
2024/04/16 22:52:18 http: TLS handshake error from 10.244.1.17:37262: remote error: tls: bad certificate
2024/04/16 22:52:23 http: TLS handshake error from 10.244.3.13:47828: remote error: tls: bad certificate
2024/04/16 22:52:23 http: TLS handshake error from 10.244.1.17:56580: remote error: tls: bad certificate
2024/04/16 22:52:28 http: TLS handshake error from 10.244.3.13:41088: remote error: tls: bad certificate
2024/04/16 22:52:28 http: TLS handshake error from 10.244.1.17:56592: remote error: tls: bad certificate
2024/04/16 22:52:33 http: TLS handshake error from 10.244.3.13:34582: remote error: tls: bad certificate
2024/04/16 22:52:33 http: TLS handshake error from 10.244.1.17:43064: remote error: tls: bad certificate
2024/04/16 22:52:38 http: TLS handshake error from 10.244.3.13:34592: remote error: tls: bad certificate
2024/04/16 22:52:38 http: TLS handshake error from 10.244.1.17:43072: remote error: tls: bad certificate
2024/04/16 22:52:43 http: TLS handshake error from 10.244.3.13:34602: remote error: tls: bad certificate
2024/04/16 22:52:43 http: TLS handshake error from 10.244.1.17:35668: remote error: tls: bad certificate
2024/04/16 22:52:48 http: TLS handshake error from 10.244.3.13:45596: remote error: tls: bad certificate
2024/04/16 22:52:48 http: TLS handshake error from 10.244.1.17:35670: remote error: tls: bad certificate
2024/04/16 22:52:53 http: TLS handshake error from 10.244.3.13:45602: remote error: tls: bad certificate
2024/04/16 22:52:53 http: TLS handshake error from 10.244.1.17:49160: remote error: tls: bad certificate
2024/04/16 22:52:58 http: TLS handshake error from 10.244.3.13:32838: remote error: tls: bad certificate
2024/04/16 22:52:58 http: TLS handshake error from 10.244.1.17:49174: remote error: tls: bad certificate
2024/04/16 22:53:03 http: TLS handshake error from 10.244.3.13:32848: remote error: tls: bad certificate
2024/04/16 22:53:03 http: TLS handshake error from 10.244.1.17:50628: remote error: tls: bad certificate
2024/04/16 22:53:08 http: TLS handshake error from 10.244.3.13:34578: remote error: tls: bad certificate
2024/04/16 22:53:08 http: TLS handshake error from 10.244.1.17:50636: remote error: tls: bad certificate
2024/04/16 22:53:13 http: TLS handshake error from 10.244.3.13:34590: remote error: tls: bad certificate
2024/04/16 22:53:13 http: TLS handshake error from 10.244.1.17:45834: remote error: tls: bad certificate
2024/04/16 22:53:18 http: TLS handshake error from 10.244.3.13:48488: remote error: tls: bad certificate
2024/04/16 22:53:18 http: TLS handshake error from 10.244.1.17:45846: remote error: tls: bad certificate
2024/04/16 22:53:23 http: TLS handshake error from 10.244.3.13:48500: remote error: tls: bad certificate
2024/04/16 22:53:23 http: TLS handshake error from 10.244.1.17:37116: remote error: tls: bad certificate
2024/04/16 22:53:28 http: TLS handshake error from 10.244.3.13:39320: remote error: tls: bad certificate
2024/04/16 22:53:28 http: TLS handshake error from 10.244.1.17:37128: remote error: tls: bad certificate
2024/04/16 22:53:33 http: TLS handshake error from 10.244.3.13:39336: remote error: tls: bad certificate
2024/04/16 22:53:33 http: TLS handshake error from 10.244.1.17:52924: remote error: tls: bad certificate
2024/04/16 22:53:38 http: TLS handshake error from 10.244.3.13:43244: remote error: tls: bad certificate
2024/04/16 22:53:38 http: TLS handshake error from 10.244.1.17:52930: remote error: tls: bad certificate
2024/04/16 22:53:43 http: TLS handshake error from 10.244.3.13:43260: remote error: tls: bad certificate
2024/04/16 22:53:43 http: TLS handshake error from 10.244.1.17:50708: remote error: tls: bad certificate
2024/04/16 22:53:48 http: TLS handshake error from 10.244.3.13:38322: remote error: tls: bad certificate
2024/04/16 22:53:48 http: TLS handshake error from 10.244.1.17:50714: remote error: tls: bad certificate
2024/04/16 22:53:53 http: TLS handshake error from 10.244.3.13:38324: remote error: tls: bad certificate
2024/04/16 22:53:53 http: TLS handshake error from 10.244.1.17:49292: remote error: tls: bad certificate
2024/04/16 22:53:58 http: TLS handshake error from 10.244.3.13:52256: remote error: tls: bad certificate
2024/04/16 22:53:58 http: TLS handshake error from 10.244.1.17:49294: remote error: tls: bad certificate
2024/04/16 22:54:03 http: TLS handshake error from 10.244.3.13:52268: remote error: tls: bad certificate
2024/04/16 22:54:03 http: TLS handshake error from 10.244.1.17:33530: remote error: tls: bad certificate
2024/04/16 22:54:08 http: TLS handshake error from 10.244.3.13:40976: remote error: tls: bad certificate
2024/04/16 22:54:08 http: TLS handshake error from 10.244.1.17:33536: remote error: tls: bad certificate
2024/04/16 22:54:13 http: TLS handshake error from 10.244.3.13:40992: remote error: tls: bad certificate
2024/04/16 22:54:13 http: TLS handshake error from 10.244.1.17:36694: remote error: tls: bad certificate
2024/04/16 22:54:18 http: TLS handshake error from 10.244.3.13:43530: remote error: tls: bad certificate
2024/04/16 22:54:18 http: TLS handshake error from 10.244.1.17:36696: remote error: tls: bad certificate
2024/04/16 22:54:23 http: TLS handshake error from 10.244.3.13:43544: remote error: tls: bad certificate
2024/04/16 22:54:23 http: TLS handshake error from 10.244.1.17:40396: remote error: tls: bad certificate
2024/04/16 22:54:28 http: TLS handshake error from 10.244.3.13:36242: remote error: tls: bad certificate
2024/04/16 22:54:28 http: TLS handshake error from 10.244.1.17:40412: remote error: tls: bad certificate
2024/04/16 22:54:33 http: TLS handshake error from 10.244.3.13:36250: remote error: tls: bad certificate
2024/04/16 22:54:33 http: TLS handshake error from 10.244.1.17:37364: remote error: tls: bad certificate
2024/04/16 22:54:38 http: TLS handshake error from 10.244.3.13:55018: remote error: tls: bad certificate
2024/04/16 22:54:38 http: TLS handshake error from 10.244.1.17:37376: remote error: tls: bad certificate
2024/04/16 22:54:43 http: TLS handshake error from 10.244.3.13:55022: remote error: tls: bad certificate
2024/04/16 22:54:43 http: TLS handshake error from 10.244.1.17:42116: remote error: tls: bad certificate
2024/04/16 22:54:48 http: TLS handshake error from 10.244.3.13:47316: remote error: tls: bad certificate
2024/04/16 22:54:48 http: TLS handshake error from 10.244.1.17:42130: remote error: tls: bad certificate
2024/04/16 22:54:53 http: TLS handshake error from 10.244.3.13:47322: remote error: tls: bad certificate
2024/04/16 22:54:53 http: TLS handshake error from 10.244.1.17:35892: remote error: tls: bad certificate
2024/04/16 22:54:58 http: TLS handshake error from 10.244.3.13:52152: remote error: tls: bad certificate
2024/04/16 22:54:58 http: TLS handshake error from 10.244.1.17:35894: remote error: tls: bad certificate
2024/04/16 22:55:03 http: TLS handshake error from 10.244.3.13:52164: remote error: tls: bad certificate
2024/04/16 22:55:03 http: TLS handshake error from 10.244.1.17:36068: remote error: tls: bad certificate
2024/04/16 22:55:08 http: TLS handshake error from 10.244.3.13:48766: remote error: tls: bad certificate
2024/04/16 22:55:08 http: TLS handshake error from 10.244.1.17:36078: remote error: tls: bad certificate
2024/04/16 22:55:13 http: TLS handshake error from 10.244.3.13:48768: remote error: tls: bad certificate
2024/04/16 22:55:13 http: TLS handshake error from 10.244.1.17:58802: remote error: tls: bad certificate
2024/04/16 22:55:18 http: TLS handshake error from 10.244.3.13:46192: remote error: tls: bad certificate
2024/04/16 22:55:18 http: TLS handshake error from 10.244.1.17:58806: remote error: tls: bad certificate
2024/04/16 22:55:23 http: TLS handshake error from 10.244.3.13:46202: remote error: tls: bad certificate
2024/04/16 22:55:23 http: TLS handshake error from 10.244.1.17:41706: remote error: tls: bad certificate
2024/04/16 22:55:28 http: TLS handshake error from 10.244.3.13:48644: remote error: tls: bad certificate
2024/04/16 22:55:28 http: TLS handshake error from 10.244.1.17:41712: remote error: tls: bad certificate
2024/04/16 22:55:33 http: TLS handshake error from 10.244.3.13:48646: remote error: tls: bad certificate
2024/04/16 22:55:33 http: TLS handshake error from 10.244.1.17:48304: remote error: tls: bad certificate
2024/04/16 22:55:38 http: TLS handshake error from 10.244.3.13:48576: remote error: tls: bad certificate
2024/04/16 22:55:38 http: TLS handshake error from 10.244.1.17:48308: remote error: tls: bad certificate
2024/04/16 22:55:43 http: TLS handshake error from 10.244.3.13:48578: remote error: tls: bad certificate
2024/04/16 22:55:43 http: TLS handshake error from 10.244.1.17:45650: remote error: tls: bad certificate
2024/04/16 22:55:48 http: TLS handshake error from 10.244.3.13:37958: remote error: tls: bad certificate
2024/04/16 22:55:48 http: TLS handshake error from 10.244.1.17:45664: remote error: tls: bad certificate
2024/04/16 22:55:53 http: TLS handshake error from 10.244.3.13:37960: remote error: tls: bad certificate
2024/04/16 22:55:53 http: TLS handshake error from 10.244.1.17:46120: remote error: tls: bad certificate
2024/04/16 22:55:58 http: TLS handshake error from 10.244.3.13:35710: remote error: tls: bad certificate
2024/04/16 22:55:58 http: TLS handshake error from 10.244.1.17:46134: remote error: tls: bad certificate
2024/04/16 22:56:03 http: TLS handshake error from 10.244.3.13:35726: remote error: tls: bad certificate
2024/04/16 22:56:03 http: TLS handshake error from 10.244.1.17:58386: remote error: tls: bad certificate
2024/04/16 22:56:08 http: TLS handshake error from 10.244.3.13:35696: remote error: tls: bad certificate
2024/04/16 22:56:08 http: TLS handshake error from 10.244.1.17:58394: remote error: tls: bad certificate
2024/04/16 22:56:13 http: TLS handshake error from 10.244.3.13:35700: remote error: tls: bad certificate
2024/04/16 22:56:13 http: TLS handshake error from 10.244.1.17:51762: remote error: tls: bad certificate
2024/04/16 22:56:18 http: TLS handshake error from 10.244.3.13:45958: remote error: tls: bad certificate
2024/04/16 22:56:18 http: TLS handshake error from 10.244.1.17:51778: remote error: tls: bad certificate
2024/04/16 22:56:23 http: TLS handshake error from 10.244.3.13:45960: remote error: tls: bad certificate
2024/04/16 22:56:23 http: TLS handshake error from 10.244.1.17:59942: remote error: tls: bad certificate
2024/04/16 22:56:28 http: TLS handshake error from 10.244.3.13:50760: remote error: tls: bad certificate
2024/04/16 22:56:28 http: TLS handshake error from 10.244.1.17:59944: remote error: tls: bad certificate
2024/04/16 22:56:33 http: TLS handshake error from 10.244.3.13:50776: remote error: tls: bad certificate
2024/04/16 22:56:33 http: TLS handshake error from 10.244.1.17:60140: remote error: tls: bad certificate
2024/04/16 22:56:38 http: TLS handshake error from 10.244.3.13:33018: remote error: tls: bad certificate
2024/04/16 22:56:38 http: TLS handshake error from 10.244.1.17:60142: remote error: tls: bad certificate
2024/04/16 22:56:43 http: TLS handshake error from 10.244.3.13:33022: remote error: tls: bad certificate
2024/04/16 22:56:43 http: TLS handshake error from 10.244.1.17:36122: remote error: tls: bad certificate
2024/04/16 22:56:48 http: TLS handshake error from 10.244.3.13:35014: remote error: tls: bad certificate
2024/04/16 22:56:48 http: TLS handshake error from 10.244.1.17:36128: remote error: tls: bad certificate
2024/04/16 22:56:53 http: TLS handshake error from 10.244.3.13:35028: remote error: tls: bad certificate
2024/04/16 22:56:53 http: TLS handshake error from 10.244.1.17:57022: remote error: tls: bad certificate
2024/04/16 22:56:58 http: TLS handshake error from 10.244.3.13:54988: remote error: tls: bad certificate
2024/04/16 22:56:58 http: TLS handshake error from 10.244.1.17:57024: remote error: tls: bad certificate
2024/04/16 22:57:03 http: TLS handshake error from 10.244.3.13:55004: remote error: tls: bad certificate
2024/04/16 22:57:03 http: TLS handshake error from 10.244.1.17:45898: remote error: tls: bad certificate
2024/04/16 22:57:08 http: TLS handshake error from 10.244.3.13:35400: remote error: tls: bad certificate
2024/04/16 22:57:08 http: TLS handshake error from 10.244.1.17:45914: remote error: tls: bad certificate
2024/04/16 22:57:13 http: TLS handshake error from 10.244.3.13:35412: remote error: tls: bad certificate
2024/04/16 22:57:13 http: TLS handshake error from 10.244.1.17:51526: remote error: tls: bad certificate
2024/04/16 22:57:18 http: TLS handshake error from 10.244.3.13:35236: remote error: tls: bad certificate
2024/04/16 22:57:18 http: TLS handshake error from 10.244.1.17:51542: remote error: tls: bad certificate
2024/04/16 22:57:23 http: TLS handshake error from 10.244.3.13:35248: remote error: tls: bad certificate
2024/04/16 22:57:23 http: TLS handshake error from 10.244.1.17:41124: remote error: tls: bad certificate
2024/04/16 22:57:28 http: TLS handshake error from 10.244.3.13:47988: remote error: tls: bad certificate
2024/04/16 22:57:28 http: TLS handshake error from 10.244.1.17:41138: remote error: tls: bad certificate
2024/04/16 22:57:33 http: TLS handshake error from 10.244.3.13:48004: remote error: tls: bad certificate
2024/04/16 22:57:33 http: TLS handshake error from 10.244.1.17:43090: remote error: tls: bad certificate
2024/04/16 22:57:38 http: TLS handshake error from 10.244.3.13:54898: remote error: tls: bad certificate
2024/04/16 22:57:38 http: TLS handshake error from 10.244.1.17:43094: remote error: tls: bad certificate
2024/04/16 22:57:43 http: TLS handshake error from 10.244.3.13:54902: remote error: tls: bad certificate
2024/04/16 22:57:43 http: TLS handshake error from 10.244.1.17:40706: remote error: tls: bad certificate
2024/04/16 22:57:48 http: TLS handshake error from 10.244.3.13:43146: remote error: tls: bad certificate
2024/04/16 22:57:48 http: TLS handshake error from 10.244.1.17:40712: remote error: tls: bad certificate
2024/04/16 22:57:53 http: TLS handshake error from 10.244.3.13:43160: remote error: tls: bad certificate
2024/04/16 22:57:53 http: TLS handshake error from 10.244.1.17:42838: remote error: tls: bad certificate
2024/04/16 22:57:58 http: TLS handshake error from 10.244.3.13:40356: remote error: tls: bad certificate
2024/04/16 22:57:58 http: TLS handshake error from 10.244.1.17:42848: remote error: tls: bad certificate
2024/04/16 22:58:03 http: TLS handshake error from 10.244.3.13:40368: remote error: tls: bad certificate
2024/04/16 22:58:03 http: TLS handshake error from 10.244.1.17:52698: remote error: tls: bad certificate
2024/04/16 22:58:08 http: TLS handshake error from 10.244.3.13:39998: remote error: tls: bad certificate
2024/04/16 22:58:08 http: TLS handshake error from 10.244.1.17:52706: remote error: tls: bad certificate
2024/04/16 22:58:13 http: TLS handshake error from 10.244.3.13:40004: remote error: tls: bad certificate
2024/04/16 22:58:13 http: TLS handshake error from 10.244.1.17:58516: remote error: tls: bad certificate
2024/04/16 22:58:18 http: TLS handshake error from 10.244.3.13:55550: remote error: tls: bad certificate
2024/04/16 22:58:18 http: TLS handshake error from 10.244.1.17:58522: remote error: tls: bad certificate
2024/04/16 22:58:23 http: TLS handshake error from 10.244.3.13:55556: remote error: tls: bad certificate
2024/04/16 22:58:23 http: TLS handshake error from 10.244.1.17:33184: remote error: tls: bad certificate
2024/04/16 22:58:28 http: TLS handshake error from 10.244.3.13:48504: remote error: tls: bad certificate
2024/04/16 22:58:28 http: TLS handshake error from 10.244.1.17:33188: remote error: tls: bad certificate
2024/04/16 22:58:33 http: TLS handshake error from 10.244.3.13:48516: remote error: tls: bad certificate
2024/04/16 22:58:33 http: TLS handshake error from 10.244.1.17:59056: remote error: tls: bad certificate
2024/04/16 22:58:38 http: TLS handshake error from 10.244.3.13:38508: remote error: tls: bad certificate
2024/04/16 22:58:38 http: TLS handshake error from 10.244.1.17:59068: remote error: tls: bad certificate
2024/04/16 22:58:43 http: TLS handshake error from 10.244.3.13:38514: remote error: tls: bad certificate
2024/04/16 22:58:43 http: TLS handshake error from 10.244.1.17:52080: remote error: tls: bad certificate
2024/04/16 22:58:48 http: TLS handshake error from 10.244.3.13:39740: remote error: tls: bad certificate
2024/04/16 22:58:48 http: TLS handshake error from 10.244.1.17:52088: remote error: tls: bad certificate
2024/04/16 22:58:53 http: TLS handshake error from 10.244.3.13:39756: remote error: tls: bad certificate
2024/04/16 22:58:53 http: TLS handshake error from 10.244.1.17:36192: remote error: tls: bad certificate
2024/04/16 22:58:58 http: TLS handshake error from 10.244.3.13:47568: remote error: tls: bad certificate
2024/04/16 22:58:58 http: TLS handshake error from 10.244.1.17:36206: remote error: tls: bad certificate
2024/04/16 22:59:03 http: TLS handshake error from 10.244.3.13:47576: remote error: tls: bad certificate
2024/04/16 22:59:03 http: TLS handshake error from 10.244.1.17:55966: remote error: tls: bad certificate
2024/04/16 22:59:08 http: TLS handshake error from 10.244.3.13:47428: remote error: tls: bad certificate
2024/04/16 22:59:08 http: TLS handshake error from 10.244.1.17:55976: remote error: tls: bad certificate
2024/04/16 22:59:13 http: TLS handshake error from 10.244.3.13:47436: remote error: tls: bad certificate
2024/04/16 22:59:13 http: TLS handshake error from 10.244.1.17:44252: remote error: tls: bad certificate
2024/04/16 22:59:18 http: TLS handshake error from 10.244.3.13:59194: remote error: tls: bad certificate
2024/04/16 22:59:18 http: TLS handshake error from 10.244.1.17:44264: remote error: tls: bad certificate
2024/04/16 22:59:23 http: TLS handshake error from 10.244.3.13:59202: remote error: tls: bad certificate
2024/04/16 22:59:23 http: TLS handshake error from 10.244.1.17:33656: remote error: tls: bad certificate
2024/04/16 22:59:28 http: TLS handshake error from 10.244.3.13:55756: remote error: tls: bad certificate
2024/04/16 22:59:28 http: TLS handshake error from 10.244.1.17:33674: remote error: tls: bad certificate
2024/04/16 22:59:33 http: TLS handshake error from 10.244.3.13:55770: remote error: tls: bad certificate
2024/04/16 22:59:33 http: TLS handshake error from 10.244.1.17:59242: remote error: tls: bad certificate
2024/04/16 22:59:38 http: TLS handshake error from 10.244.3.13:54738: remote error: tls: bad certificate
2024/04/16 22:59:38 http: TLS handshake error from 10.244.1.17:59252: remote error: tls: bad certificate
2024/04/16 22:59:43 http: TLS handshake error from 10.244.3.13:54752: remote error: tls: bad certificate
2024/04/16 22:59:43 http: TLS handshake error from 10.244.1.17:41560: remote error: tls: bad certificate
2024/04/16 22:59:48 http: TLS handshake error from 10.244.3.13:54844: remote error: tls: bad certificate
2024/04/16 22:59:48 http: TLS handshake error from 10.244.1.17:41562: remote error: tls: bad certificate
2024/04/16 22:59:53 http: TLS handshake error from 10.244.3.13:54858: remote error: tls: bad certificate
2024/04/16 22:59:53 http: TLS handshake error from 10.244.1.17:57024: remote error: tls: bad certificate
2024/04/16 22:59:58 http: TLS handshake error from 10.244.3.13:52590: remote error: tls: bad certificate
2024/04/16 22:59:58 http: TLS handshake error from 10.244.1.17:57030: remote error: tls: bad certificate
2024/04/16 23:00:03 http: TLS handshake error from 10.244.3.13:52600: remote error: tls: bad certificate
2024/04/16 23:00:03 http: TLS handshake error from 10.244.1.17:47950: remote error: tls: bad certificate
2024/04/16 23:00:08 http: TLS handshake error from 10.244.3.13:46544: remote error: tls: bad certificate
2024/04/16 23:00:08 http: TLS handshake error from 10.244.1.17:47964: remote error: tls: bad certificate
2024/04/16 23:00:13 http: TLS handshake error from 10.244.3.13:46560: remote error: tls: bad certificate
2024/04/16 23:00:13 http: TLS handshake error from 10.244.1.17:56518: remote error: tls: bad certificate
2024/04/16 23:00:18 http: TLS handshake error from 10.244.3.13:48042: remote error: tls: bad certificate
2024/04/16 23:00:18 http: TLS handshake error from 10.244.1.17:56524: remote error: tls: bad certificate
2024/04/16 23:00:23 http: TLS handshake error from 10.244.3.13:48046: remote error: tls: bad certificate
2024/04/16 23:00:23 http: TLS handshake error from 10.244.1.17:35420: remote error: tls: bad certificate
2024/04/16 23:00:28 http: TLS handshake error from 10.244.3.13:54176: remote error: tls: bad certificate
2024/04/16 23:00:28 http: TLS handshake error from 10.244.1.17:35436: remote error: tls: bad certificate
2024/04/16 23:00:33 http: TLS handshake error from 10.244.3.13:54178: remote error: tls: bad certificate
2024/04/16 23:00:33 http: TLS handshake error from 10.244.1.17:44580: remote error: tls: bad certificate
2024/04/16 23:00:38 http: TLS handshake error from 10.244.3.13:53226: remote error: tls: bad certificate
2024/04/16 23:00:38 http: TLS handshake error from 10.244.1.17:44586: remote error: tls: bad certificate
2024/04/16 23:00:43 http: TLS handshake error from 10.244.3.13:53242: remote error: tls: bad certificate
2024/04/16 23:00:43 http: TLS handshake error from 10.244.1.17:41342: remote error: tls: bad certificate
2024/04/16 23:00:48 http: TLS handshake error from 10.244.3.13:36524: remote error: tls: bad certificate
2024/04/16 23:00:48 http: TLS handshake error from 10.244.1.17:41356: remote error: tls: bad certificate
2024/04/16 23:00:53 http: TLS handshake error from 10.244.3.13:36534: remote error: tls: bad certificate
2024/04/16 23:00:53 http: TLS handshake error from 10.244.1.17:52770: remote error: tls: bad certificate
2024/04/16 23:00:58 http: TLS handshake error from 10.244.3.13:33114: remote error: tls: bad certificate
2024/04/16 23:00:58 http: TLS handshake error from 10.244.1.17:52772: remote error: tls: bad certificate
2024/04/16 23:01:03 http: TLS handshake error from 10.244.3.13:33120: remote error: tls: bad certificate
2024/04/16 23:01:03 http: TLS handshake error from 10.244.1.17:46734: remote error: tls: bad certificate
2024/04/16 23:01:08 http: TLS handshake error from 10.244.3.13:33390: remote error: tls: bad certificate
2024/04/16 23:01:08 http: TLS handshake error from 10.244.1.17:46748: remote error: tls: bad certificate
2024/04/16 23:01:13 http: TLS handshake error from 10.244.3.13:33406: remote error: tls: bad certificate
2024/04/16 23:01:13 http: TLS handshake error from 10.244.1.17:36438: remote error: tls: bad certificate
2024/04/16 23:01:18 http: TLS handshake error from 10.244.3.13:46568: remote error: tls: bad certificate
2024/04/16 23:01:18 http: TLS handshake error from 10.244.1.17:36440: remote error: tls: bad certificate
2024/04/16 23:01:23 http: TLS handshake error from 10.244.3.13:46576: remote error: tls: bad certificate
2024/04/16 23:01:23 http: TLS handshake error from 10.244.1.17:54846: remote error: tls: bad certificate
2024/04/16 23:01:28 http: TLS handshake error from 10.244.3.13:55872: remote error: tls: bad certificate
2024/04/16 23:01:28 http: TLS handshake error from 10.244.1.17:54862: remote error: tls: bad certificate
2024/04/16 23:01:33 http: TLS handshake error from 10.244.3.13:55874: remote error: tls: bad certificate
2024/04/16 23:01:33 http: TLS handshake error from 10.244.1.17:57184: remote error: tls: bad certificate
2024/04/16 23:01:38 http: TLS handshake error from 10.244.3.13:46046: remote error: tls: bad certificate
2024/04/16 23:01:38 http: TLS handshake error from 10.244.1.17:57192: remote error: tls: bad certificate
2024/04/16 23:01:43 http: TLS handshake error from 10.244.3.13:46062: remote error: tls: bad certificate
2024/04/16 23:01:43 http: TLS handshake error from 10.244.1.17:38108: remote error: tls: bad certificate
2024/04/16 23:01:48 http: TLS handshake error from 10.244.3.13:36652: remote error: tls: bad certificate
2024/04/16 23:01:48 http: TLS handshake error from 10.244.1.17:38116: remote error: tls: bad certificate
2024/04/16 23:01:53 http: TLS handshake error from 10.244.3.13:36654: remote error: tls: bad certificate
2024/04/16 23:01:53 http: TLS handshake error from 10.244.1.17:40726: remote error: tls: bad certificate
2024/04/16 23:01:58 http: TLS handshake error from 10.244.3.13:43470: remote error: tls: bad certificate
2024/04/16 23:01:58 http: TLS handshake error from 10.244.1.17:40730: remote error: tls: bad certificate
2024/04/16 23:02:03 http: TLS handshake error from 10.244.3.13:43480: remote error: tls: bad certificate
2024/04/16 23:02:03 http: TLS handshake error from 10.244.1.17:44786: remote error: tls: bad certificate
2024/04/16 23:02:08 http: TLS handshake error from 10.244.3.13:49628: remote error: tls: bad certificate
2024/04/16 23:02:08 http: TLS handshake error from 10.244.1.17:44802: remote error: tls: bad certificate
2024/04/16 23:02:13 http: TLS handshake error from 10.244.3.13:49632: remote error: tls: bad certificate
2024/04/16 23:02:13 http: TLS handshake error from 10.244.1.17:59152: remote error: tls: bad certificate
2024/04/16 23:02:18 http: TLS handshake error from 10.244.3.13:48322: remote error: tls: bad certificate
2024/04/16 23:02:18 http: TLS handshake error from 10.244.1.17:59162: remote error: tls: bad certificate
2024/04/16 23:02:23 http: TLS handshake error from 10.244.3.13:48326: remote error: tls: bad certificate
2024/04/16 23:02:23 http: TLS handshake error from 10.244.1.17:37418: remote error: tls: bad certificate
2024/04/16 23:02:28 http: TLS handshake error from 10.244.3.13:53340: remote error: tls: bad certificate
2024/04/16 23:02:28 http: TLS handshake error from 10.244.1.17:37426: remote error: tls: bad certificate
2024/04/16 23:02:33 http: TLS handshake error from 10.244.3.13:53342: remote error: tls: bad certificate
2024/04/16 23:02:33 http: TLS handshake error from 10.244.1.17:53954: remote error: tls: bad certificate
2024/04/16 23:02:38 http: TLS handshake error from 10.244.3.13:41300: remote error: tls: bad certificate
2024/04/16 23:02:38 http: TLS handshake error from 10.244.1.17:53956: remote error: tls: bad certificate
2024/04/16 23:02:43 http: TLS handshake error from 10.244.3.13:41314: remote error: tls: bad certificate
2024/04/16 23:02:43 http: TLS handshake error from 10.244.1.17:41408: remote error: tls: bad certificate
2024/04/16 23:02:48 http: TLS handshake error from 10.244.3.13:58072: remote error: tls: bad certificate
2024/04/16 23:02:48 http: TLS handshake error from 10.244.1.17:41412: remote error: tls: bad certificate
2024/04/16 23:02:53 http: TLS handshake error from 10.244.3.13:58074: remote error: tls: bad certificate
2024/04/16 23:02:53 http: TLS handshake error from 10.244.1.17:39718: remote error: tls: bad certificate
2024/04/16 23:02:58 http: TLS handshake error from 10.244.3.13:37344: remote error: tls: bad certificate
2024/04/16 23:02:58 http: TLS handshake error from 10.244.1.17:39734: remote error: tls: bad certificate
2024/04/16 23:03:03 http: TLS handshake error from 10.244.3.13:37350: remote error: tls: bad certificate
2024/04/16 23:03:03 http: TLS handshake error from 10.244.1.17:50012: remote error: tls: bad certificate
2024/04/16 23:03:08 http: TLS handshake error from 10.244.3.13:38090: remote error: tls: bad certificate
2024/04/16 23:03:08 http: TLS handshake error from 10.244.1.17:50018: remote error: tls: bad certificate
2024/04/16 23:03:13 http: TLS handshake error from 10.244.3.13:38102: remote error: tls: bad certificate
2024/04/16 23:03:13 http: TLS handshake error from 10.244.1.17:51678: remote error: tls: bad certificate
2024/04/16 23:03:18 http: TLS handshake error from 10.244.3.13:34068: remote error: tls: bad certificate
2024/04/16 23:03:18 http: TLS handshake error from 10.244.1.17:51692: remote error: tls: bad certificate
2024/04/16 23:03:23 http: TLS handshake error from 10.244.3.13:34076: remote error: tls: bad certificate
2024/04/16 23:03:23 http: TLS handshake error from 10.244.1.17:50710: remote error: tls: bad certificate
2024/04/16 23:03:28 http: TLS handshake error from 10.244.3.13:35094: remote error: tls: bad certificate
2024/04/16 23:03:28 http: TLS handshake error from 10.244.1.17:50714: remote error: tls: bad certificate
2024/04/16 23:03:33 http: TLS handshake error from 10.244.3.13:35108: remote error: tls: bad certificate
2024/04/16 23:03:33 http: TLS handshake error from 10.244.1.17:57880: remote error: tls: bad certificate
2024/04/16 23:03:38 http: TLS handshake error from 10.244.3.13:54102: remote error: tls: bad certificate
2024/04/16 23:03:38 http: TLS handshake error from 10.244.1.17:57888: remote error: tls: bad certificate
2024/04/16 23:03:43 http: TLS handshake error from 10.244.3.13:54104: remote error: tls: bad certificate
2024/04/16 23:03:43 http: TLS handshake error from 10.244.1.17:46012: remote error: tls: bad certificate
2024/04/16 23:03:48 http: TLS handshake error from 10.244.3.13:37750: remote error: tls: bad certificate
2024/04/16 23:03:48 http: TLS handshake error from 10.244.1.17:46022: remote error: tls: bad certificate
2024/04/16 23:03:53 http: TLS handshake error from 10.244.3.13:37762: remote error: tls: bad certificate
2024/04/16 23:03:53 http: TLS handshake error from 10.244.1.17:40170: remote error: tls: bad certificate
2024/04/16 23:03:58 http: TLS handshake error from 10.244.3.13:58568: remote error: tls: bad certificate
2024/04/16 23:03:58 http: TLS handshake error from 10.244.1.17:40178: remote error: tls: bad certificate
2024/04/16 23:04:03 http: TLS handshake error from 10.244.3.13:58582: remote error: tls: bad certificate
2024/04/16 23:04:03 http: TLS handshake error from 10.244.1.17:36590: remote error: tls: bad certificate
2024/04/16 23:04:08 http: TLS handshake error from 10.244.3.13:41506: remote error: tls: bad certificate
2024/04/16 23:04:08 http: TLS handshake error from 10.244.1.17:36606: remote error: tls: bad certificate
2024/04/16 23:04:13 http: TLS handshake error from 10.244.3.13:41518: remote error: tls: bad certificate
2024/04/16 23:04:13 http: TLS handshake error from 10.244.1.17:59652: remote error: tls: bad certificate
2024/04/16 23:04:18 http: TLS handshake error from 10.244.3.13:48264: remote error: tls: bad certificate
2024/04/16 23:04:18 http: TLS handshake error from 10.244.1.17:59666: remote error: tls: bad certificate
2024/04/16 23:04:23 http: TLS handshake error from 10.244.3.13:48266: remote error: tls: bad certificate
2024/04/16 23:04:23 http: TLS handshake error from 10.244.1.17:45804: remote error: tls: bad certificate
2024/04/16 23:04:28 http: TLS handshake error from 10.244.3.13:45294: remote error: tls: bad certificate
2024/04/16 23:04:28 http: TLS handshake error from 10.244.1.17:45810: remote error: tls: bad certificate
2024/04/16 23:04:33 http: TLS handshake error from 10.244.3.13:45300: remote error: tls: bad certificate
2024/04/16 23:04:33 http: TLS handshake error from 10.244.1.17:52538: remote error: tls: bad certificate
2024/04/16 23:04:38 http: TLS handshake error from 10.244.3.13:50216: remote error: tls: bad certificate
2024/04/16 23:04:38 http: TLS handshake error from 10.244.1.17:52544: remote error: tls: bad certificate
2024/04/16 23:04:43 http: TLS handshake error from 10.244.3.13:50226: remote error: tls: bad certificate
2024/04/16 23:04:43 http: TLS handshake error from 10.244.1.17:58672: remote error: tls: bad certificate
2024/04/16 23:04:48 http: TLS handshake error from 10.244.3.13:59556: remote error: tls: bad certificate
2024/04/16 23:04:48 http: TLS handshake error from 10.244.1.17:58682: remote error: tls: bad certificate
2024/04/16 23:04:53 http: TLS handshake error from 10.244.3.13:59558: remote error: tls: bad certificate
2024/04/16 23:04:53 http: TLS handshake error from 10.244.1.17:39586: remote error: tls: bad certificate
2024/04/16 23:04:58 http: TLS handshake error from 10.244.3.13:57220: remote error: tls: bad certificate
2024/04/16 23:04:58 http: TLS handshake error from 10.244.1.17:39588: remote error: tls: bad certificate
2024/04/16 23:05:03 http: TLS handshake error from 10.244.3.13:57236: remote error: tls: bad certificate
2024/04/16 23:05:03 http: TLS handshake error from 10.244.1.17:42510: remote error: tls: bad certificate
2024/04/16 23:05:08 http: TLS handshake error from 10.244.3.13:56822: remote error: tls: bad certificate
2024/04/16 23:05:08 http: TLS handshake error from 10.244.1.17:42522: remote error: tls: bad certificate
2024/04/16 23:05:13 http: TLS handshake error from 10.244.3.13:56834: remote error: tls: bad certificate
2024/04/16 23:05:13 http: TLS handshake error from 10.244.1.17:59410: remote error: tls: bad certificate
2024/04/16 23:05:18 http: TLS handshake error from 10.244.3.13:57482: remote error: tls: bad certificate
2024/04/16 23:05:18 http: TLS handshake error from 10.244.1.17:59414: remote error: tls: bad certificate
2024/04/16 23:05:23 http: TLS handshake error from 10.244.3.13:57486: remote error: tls: bad certificate
2024/04/16 23:05:23 http: TLS handshake error from 10.244.1.17:53402: remote error: tls: bad certificate
2024/04/16 23:05:28 http: TLS handshake error from 10.244.3.13:39148: remote error: tls: bad certificate
2024/04/16 23:05:28 http: TLS handshake error from 10.244.1.17:53406: remote error: tls: bad certificate
2024/04/16 23:05:33 http: TLS handshake error from 10.244.3.13:39154: remote error: tls: bad certificate
2024/04/16 23:05:33 http: TLS handshake error from 10.244.1.17:48996: remote error: tls: bad certificate
2024/04/16 23:05:38 http: TLS handshake error from 10.244.3.13:53418: remote error: tls: bad certificate
2024/04/16 23:05:38 http: TLS handshake error from 10.244.1.17:49004: remote error: tls: bad certificate
2024/04/16 23:05:43 http: TLS handshake error from 10.244.3.13:53432: remote error: tls: bad certificate
2024/04/16 23:05:43 http: TLS handshake error from 10.244.1.17:37004: remote error: tls: bad certificate
2024/04/16 23:05:48 http: TLS handshake error from 10.244.3.13:50684: remote error: tls: bad certificate
2024/04/16 23:05:48 http: TLS handshake error from 10.244.1.17:37018: remote error: tls: bad certificate
2024/04/16 23:05:53 http: TLS handshake error from 10.244.3.13:50692: remote error: tls: bad certificate
2024/04/16 23:05:53 http: TLS handshake error from 10.244.1.17:38966: remote error: tls: bad certificate
2024/04/16 23:05:58 http: TLS handshake error from 10.244.3.13:35708: remote error: tls: bad certificate
2024/04/16 23:05:58 http: TLS handshake error from 10.244.1.17:38968: remote error: tls: bad certificate
2024/04/16 23:06:03 http: TLS handshake error from 10.244.3.13:35716: remote error: tls: bad certificate
2024/04/16 23:06:03 http: TLS handshake error from 10.244.1.17:37822: remote error: tls: bad certificate
2024/04/16 23:06:08 http: TLS handshake error from 10.244.3.13:59826: remote error: tls: bad certificate
2024/04/16 23:06:08 http: TLS handshake error from 10.244.1.17:37832: remote error: tls: bad certificate
2024/04/16 23:06:13 http: TLS handshake error from 10.244.3.13:59836: remote error: tls: bad certificate
2024/04/16 23:06:13 http: TLS handshake error from 10.244.1.17:40530: remote error: tls: bad certificate
2024/04/16 23:06:18 http: TLS handshake error from 10.244.3.13:35274: remote error: tls: bad certificate
2024/04/16 23:06:18 http: TLS handshake error from 10.244.1.17:40540: remote error: tls: bad certificate
2024/04/16 23:06:23 http: TLS handshake error from 10.244.3.13:35286: remote error: tls: bad certificate
2024/04/16 23:06:23 http: TLS handshake error from 10.244.1.17:39340: remote error: tls: bad certificate
2024/04/16 23:06:28 http: TLS handshake error from 10.244.3.13:60870: remote error: tls: bad certificate
2024/04/16 23:06:28 http: TLS handshake error from 10.244.1.17:39344: remote error: tls: bad certificate
2024/04/16 23:06:33 http: TLS handshake error from 10.244.3.13:60880: remote error: tls: bad certificate
2024/04/16 23:06:33 http: TLS handshake error from 10.244.1.17:39062: remote error: tls: bad certificate
2024/04/16 23:06:38 http: TLS handshake error from 10.244.3.13:56662: remote error: tls: bad certificate
2024/04/16 23:06:38 http: TLS handshake error from 10.244.1.17:39078: remote error: tls: bad certificate
2024/04/16 23:06:43 http: TLS handshake error from 10.244.3.13:56678: remote error: tls: bad certificate
2024/04/16 23:06:43 http: TLS handshake error from 10.244.1.17:54122: remote error: tls: bad certificate
2024/04/16 23:06:48 http: TLS handshake error from 10.244.3.13:38292: remote error: tls: bad certificate
2024/04/16 23:06:48 http: TLS handshake error from 10.244.1.17:54130: remote error: tls: bad certificate
2024/04/16 23:06:53 http: TLS handshake error from 10.244.3.13:38300: remote error: tls: bad certificate
2024/04/16 23:06:53 http: TLS handshake error from 10.244.1.17:46840: remote error: tls: bad certificate
2024/04/16 23:06:58 http: TLS handshake error from 10.244.3.13:53222: remote error: tls: bad certificate
2024/04/16 23:06:58 http: TLS handshake error from 10.244.1.17:46852: remote error: tls: bad certificate
2024/04/16 23:07:03 http: TLS handshake error from 10.244.3.13:53236: remote error: tls: bad certificate
2024/04/16 23:07:03 http: TLS handshake error from 10.244.1.17:33558: remote error: tls: bad certificate
2024/04/16 23:07:08 http: TLS handshake error from 10.244.3.13:53418: remote error: tls: bad certificate
2024/04/16 23:07:08 http: TLS handshake error from 10.244.1.17:33562: remote error: tls: bad certificate
2024/04/16 23:07:13 http: TLS handshake error from 10.244.3.13:53420: remote error: tls: bad certificate
2024/04/16 23:07:13 http: TLS handshake error from 10.244.1.17:44022: remote error: tls: bad certificate
2024/04/16 23:07:18 http: TLS handshake error from 10.244.3.13:53654: remote error: tls: bad certificate
2024/04/16 23:07:18 http: TLS handshake error from 10.244.1.17:44030: remote error: tls: bad certificate
2024/04/16 23:07:23 http: TLS handshake error from 10.244.3.13:53668: remote error: tls: bad certificate
2024/04/16 23:07:23 http: TLS handshake error from 10.244.1.17:48490: remote error: tls: bad certificate
2024/04/16 23:07:28 http: TLS handshake error from 10.244.3.13:58306: remote error: tls: bad certificate
2024/04/16 23:07:28 http: TLS handshake error from 10.244.1.17:48494: remote error: tls: bad certificate
2024/04/16 23:07:33 http: TLS handshake error from 10.244.3.13:58312: remote error: tls: bad certificate
2024/04/16 23:07:33 http: TLS handshake error from 10.244.1.17:57860: remote error: tls: bad certificate
2024/04/16 23:07:38 http: TLS handshake error from 10.244.3.13:49344: remote error: tls: bad certificate
2024/04/16 23:07:38 http: TLS handshake error from 10.244.1.17:57862: remote error: tls: bad certificate
2024/04/16 23:07:43 http: TLS handshake error from 10.244.3.13:49350: remote error: tls: bad certificate
2024/04/16 23:07:43 http: TLS handshake error from 10.244.1.17:33660: remote error: tls: bad certificate
2024/04/16 23:07:48 http: TLS handshake error from 10.244.3.13:55952: remote error: tls: bad certificate
2024/04/16 23:07:48 http: TLS handshake error from 10.244.1.17:33666: remote error: tls: bad certificate
2024/04/16 23:07:53 http: TLS handshake error from 10.244.3.13:55964: remote error: tls: bad certificate
2024/04/16 23:07:53 http: TLS handshake error from 10.244.1.17:55498: remote error: tls: bad certificate
2024/04/16 23:07:58 http: TLS handshake error from 10.244.3.13:43934: remote error: tls: bad certificate
2024/04/16 23:07:58 http: TLS handshake error from 10.244.1.17:55512: remote error: tls: bad certificate
2024/04/16 23:08:03 http: TLS handshake error from 10.244.3.13:43944: remote error: tls: bad certificate
2024/04/16 23:08:03 http: TLS handshake error from 10.244.1.17:43500: remote error: tls: bad certificate
2024/04/16 23:08:08 http: TLS handshake error from 10.244.3.13:58310: remote error: tls: bad certificate
2024/04/16 23:08:08 http: TLS handshake error from 10.244.1.17:43508: remote error: tls: bad certificate
2024/04/16 23:08:13 http: TLS handshake error from 10.244.3.13:58314: remote error: tls: bad certificate
2024/04/16 23:08:13 http: TLS handshake error from 10.244.1.17:54472: remote error: tls: bad certificate
2024/04/16 23:08:18 http: TLS handshake error from 10.244.3.13:53420: remote error: tls: bad certificate
2024/04/16 23:08:18 http: TLS handshake error from 10.244.1.17:54476: remote error: tls: bad certificate
2024/04/16 23:08:23 http: TLS handshake error from 10.244.3.13:53434: remote error: tls: bad certificate
2024/04/16 23:08:23 http: TLS handshake error from 10.244.1.17:52368: remote error: tls: bad certificate
2024/04/16 23:08:28 http: TLS handshake error from 10.244.3.13:34742: remote error: tls: bad certificate
2024/04/16 23:08:28 http: TLS handshake error from 10.244.1.17:52376: remote error: tls: bad certificate
2024/04/16 23:08:33 http: TLS handshake error from 10.244.3.13:34758: remote error: tls: bad certificate
2024/04/16 23:08:33 http: TLS handshake error from 10.244.1.17:39362: remote error: tls: bad certificate
2024/04/16 23:08:38 http: TLS handshake error from 10.244.3.13:35954: remote error: tls: bad certificate
2024/04/16 23:08:38 http: TLS handshake error from 10.244.1.17:39372: remote error: tls: bad certificate
2024/04/16 23:08:43 http: TLS handshake error from 10.244.3.13:35968: remote error: tls: bad certificate
2024/04/16 23:08:43 http: TLS handshake error from 10.244.1.17:56366: remote error: tls: bad certificate
2024/04/16 23:08:48 http: TLS handshake error from 10.244.3.13:58228: remote error: tls: bad certificate
2024/04/16 23:08:48 http: TLS handshake error from 10.244.1.17:56372: remote error: tls: bad certificate
2024/04/16 23:08:53 http: TLS handshake error from 10.244.3.13:58230: remote error: tls: bad certificate
2024/04/16 23:08:53 http: TLS handshake error from 10.244.1.17:45030: remote error: tls: bad certificate
2024/04/16 23:08:58 http: TLS handshake error from 10.244.3.13:47198: remote error: tls: bad certificate
2024/04/16 23:08:58 http: TLS handshake error from 10.244.1.17:45040: remote error: tls: bad certificate
2024/04/16 23:09:03 http: TLS handshake error from 10.244.3.13:47212: remote error: tls: bad certificate
2024/04/16 23:09:03 http: TLS handshake error from 10.244.1.17:54436: remote error: tls: bad certificate
2024/04/16 23:09:08 http: TLS handshake error from 10.244.3.13:32864: remote error: tls: bad certificate
2024/04/16 23:09:08 http: TLS handshake error from 10.244.1.17:54440: remote error: tls: bad certificate
2024/04/16 23:09:13 http: TLS handshake error from 10.244.3.13:32868: remote error: tls: bad certificate
2024/04/16 23:09:13 http: TLS handshake error from 10.244.1.17:39342: remote error: tls: bad certificate
2024/04/16 23:09:18 http: TLS handshake error from 10.244.3.13:58452: remote error: tls: bad certificate
2024/04/16 23:09:18 http: TLS handshake error from 10.244.1.17:39358: remote error: tls: bad certificate
2024/04/16 23:09:23 http: TLS handshake error from 10.244.3.13:58468: remote error: tls: bad certificate
2024/04/16 23:09:23 http: TLS handshake error from 10.244.1.17:58358: remote error: tls: bad certificate
2024/04/16 23:09:28 http: TLS handshake error from 10.244.3.13:54092: remote error: tls: bad certificate
2024/04/16 23:09:28 http: TLS handshake error from 10.244.1.17:58374: remote error: tls: bad certificate
2024/04/16 23:09:33 http: TLS handshake error from 10.244.3.13:54108: remote error: tls: bad certificate
2024/04/16 23:09:33 http: TLS handshake error from 10.244.1.17:42674: remote error: tls: bad certificate
2024/04/16 23:09:38 http: TLS handshake error from 10.244.3.13:35210: remote error: tls: bad certificate
2024/04/16 23:09:38 http: TLS handshake error from 10.244.1.17:42690: remote error: tls: bad certificate
2024/04/16 23:09:43 http: TLS handshake error from 10.244.3.13:35220: remote error: tls: bad certificate
2024/04/16 23:09:43 http: TLS handshake error from 10.244.1.17:37924: remote error: tls: bad certificate
2024/04/16 23:09:48 http: TLS handshake error from 10.244.3.13:33904: remote error: tls: bad certificate
2024/04/16 23:09:48 http: TLS handshake error from 10.244.1.17:37930: remote error: tls: bad certificate
2024/04/16 23:09:53 http: TLS handshake error from 10.244.3.13:33920: remote error: tls: bad certificate
2024/04/16 23:09:53 http: TLS handshake error from 10.244.1.17:33428: remote error: tls: bad certificate
2024/04/16 23:09:58 http: TLS handshake error from 10.244.3.13:48096: remote error: tls: bad certificate
2024/04/16 23:09:58 http: TLS handshake error from 10.244.1.17:33442: remote error: tls: bad certificate
2024/04/16 23:10:03 http: TLS handshake error from 10.244.3.13:48102: remote error: tls: bad certificate
2024/04/16 23:10:03 http: TLS handshake error from 10.244.1.17:56106: remote error: tls: bad certificate
2024/04/16 23:10:08 http: TLS handshake error from 10.244.3.13:41956: remote error: tls: bad certificate
2024/04/16 23:10:08 http: TLS handshake error from 10.244.1.17:56108: remote error: tls: bad certificate
2024/04/16 23:10:13 http: TLS handshake error from 10.244.3.13:41964: remote error: tls: bad certificate
2024/04/16 23:10:13 http: TLS handshake error from 10.244.1.17:60518: remote error: tls: bad certificate
2024/04/16 23:10:18 http: TLS handshake error from 10.244.3.13:44258: remote error: tls: bad certificate
2024/04/16 23:10:18 http: TLS handshake error from 10.244.1.17:60524: remote error: tls: bad certificate
2024/04/16 23:10:23 http: TLS handshake error from 10.244.3.13:44262: remote error: tls: bad certificate
2024/04/16 23:10:23 http: TLS handshake error from 10.244.1.17:50176: remote error: tls: bad certificate
2024/04/16 23:10:28 http: TLS handshake error from 10.244.3.13:50490: remote error: tls: bad certificate
2024/04/16 23:10:28 http: TLS handshake error from 10.244.1.17:50186: remote error: tls: bad certificate
2024/04/16 23:10:33 http: TLS handshake error from 10.244.3.13:50500: remote error: tls: bad certificate
2024/04/16 23:10:33 http: TLS handshake error from 10.244.1.17:49010: remote error: tls: bad certificate
2024/04/16 23:10:38 http: TLS handshake error from 10.244.3.13:51762: remote error: tls: bad certificate
2024/04/16 23:10:38 http: TLS handshake error from 10.244.1.17:49014: remote error: tls: bad certificate
2024/04/16 23:10:43 http: TLS handshake error from 10.244.3.13:51776: remote error: tls: bad certificate
2024/04/16 23:10:43 http: TLS handshake error from 10.244.1.17:51904: remote error: tls: bad certificate
2024/04/16 23:10:48 http: TLS handshake error from 10.244.3.13:56048: remote error: tls: bad certificate
2024/04/16 23:10:48 http: TLS handshake error from 10.244.1.17:51916: remote error: tls: bad certificate
2024/04/16 23:10:53 http: TLS handshake error from 10.244.3.13:56052: remote error: tls: bad certificate
2024/04/16 23:10:53 http: TLS handshake error from 10.244.1.17:43592: remote error: tls: bad certificate
2024/04/16 23:10:58 http: TLS handshake error from 10.244.3.13:58986: remote error: tls: bad certificate
2024/04/16 23:10:58 http: TLS handshake error from 10.244.1.17:43604: remote error: tls: bad certificate
2024/04/16 23:11:03 http: TLS handshake error from 10.244.3.13:59000: remote error: tls: bad certificate
2024/04/16 23:11:03 http: TLS handshake error from 10.244.1.17:57746: remote error: tls: bad certificate
2024/04/16 23:11:08 http: TLS handshake error from 10.244.3.13:49318: remote error: tls: bad certificate
2024/04/16 23:11:08 http: TLS handshake error from 10.244.1.17:57748: remote error: tls: bad certificate
2024/04/16 23:11:13 http: TLS handshake error from 10.244.3.13:49324: remote error: tls: bad certificate
2024/04/16 23:11:13 http: TLS handshake error from 10.244.1.17:33548: remote error: tls: bad certificate
2024/04/16 23:11:18 http: TLS handshake error from 10.244.3.13:33820: remote error: tls: bad certificate
2024/04/16 23:11:18 http: TLS handshake error from 10.244.1.17:33554: remote error: tls: bad certificate
2024/04/16 23:11:23 http: TLS handshake error from 10.244.3.13:33822: remote error: tls: bad certificate
2024/04/16 23:11:23 http: TLS handshake error from 10.244.1.17:37820: remote error: tls: bad certificate
2024/04/16 23:11:28 http: TLS handshake error from 10.244.3.13:42832: remote error: tls: bad certificate
2024/04/16 23:11:28 http: TLS handshake error from 10.244.1.17:37832: remote error: tls: bad certificate
2024/04/16 23:11:33 http: TLS handshake error from 10.244.3.13:42846: remote error: tls: bad certificate
2024/04/16 23:11:33 http: TLS handshake error from 10.244.1.17:34514: remote error: tls: bad certificate
2024/04/16 23:11:38 http: TLS handshake error from 10.244.3.13:51992: remote error: tls: bad certificate
2024/04/16 23:11:38 http: TLS handshake error from 10.244.1.17:34528: remote error: tls: bad certificate
2024/04/16 23:11:43 http: TLS handshake error from 10.244.3.13:52008: remote error: tls: bad certificate
2024/04/16 23:11:43 http: TLS handshake error from 10.244.1.17:50824: remote error: tls: bad certificate
2024/04/16 23:11:48 http: TLS handshake error from 10.244.3.13:37510: remote error: tls: bad certificate
2024/04/16 23:11:48 http: TLS handshake error from 10.244.1.17:50838: remote error: tls: bad certificate
2024/04/16 23:11:53 http: TLS handshake error from 10.244.3.13:37516: remote error: tls: bad certificate
2024/04/16 23:11:53 http: TLS handshake error from 10.244.1.17:45924: remote error: tls: bad certificate
2024/04/16 23:11:58 http: TLS handshake error from 10.244.3.13:41140: remote error: tls: bad certificate
2024/04/16 23:11:58 http: TLS handshake error from 10.244.1.17:45936: remote error: tls: bad certificate
2024/04/16 23:12:03 http: TLS handshake error from 10.244.3.13:41144: remote error: tls: bad certificate
2024/04/16 23:12:03 http: TLS handshake error from 10.244.1.17:56156: remote error: tls: bad certificate
2024/04/16 23:12:08 http: TLS handshake error from 10.244.3.13:44410: remote error: tls: bad certificate
2024/04/16 23:12:08 http: TLS handshake error from 10.244.1.17:56170: remote error: tls: bad certificate
2024/04/16 23:12:13 http: TLS handshake error from 10.244.3.13:44414: remote error: tls: bad certificate
2024/04/16 23:12:13 http: TLS handshake error from 10.244.1.17:55414: remote error: tls: bad certificate
2024/04/16 23:12:18 http: TLS handshake error from 10.244.3.13:55810: remote error: tls: bad certificate
2024/04/16 23:12:18 http: TLS handshake error from 10.244.1.17:55430: remote error: tls: bad certificate
2024/04/16 23:12:23 http: TLS handshake error from 10.244.3.13:55812: remote error: tls: bad certificate
2024/04/16 23:12:23 http: TLS handshake error from 10.244.1.17:41102: remote error: tls: bad certificate
2024/04/16 23:12:28 http: TLS handshake error from 10.244.3.13:50476: remote error: tls: bad certificate
2024/04/16 23:12:28 http: TLS handshake error from 10.244.1.17:41116: remote error: tls: bad certificate
2024/04/16 23:12:33 http: TLS handshake error from 10.244.3.13:50486: remote error: tls: bad certificate
2024/04/16 23:12:33 http: TLS handshake error from 10.244.1.17:54732: remote error: tls: bad certificate
2024/04/16 23:12:38 http: TLS handshake error from 10.244.3.13:58996: remote error: tls: bad certificate
2024/04/16 23:12:38 http: TLS handshake error from 10.244.1.17:54746: remote error: tls: bad certificate
2024/04/16 23:12:43 http: TLS handshake error from 10.244.3.13:59012: remote error: tls: bad certificate
2024/04/16 23:12:43 http: TLS handshake error from 10.244.1.17:59678: remote error: tls: bad certificate
2024/04/16 23:12:48 http: TLS handshake error from 10.244.3.13:43438: remote error: tls: bad certificate
2024/04/16 23:12:48 http: TLS handshake error from 10.244.1.17:59688: remote error: tls: bad certificate
2024/04/16 23:12:53 http: TLS handshake error from 10.244.3.13:43452: remote error: tls: bad certificate
2024/04/16 23:12:53 http: TLS handshake error from 10.244.1.17:60976: remote error: tls: bad certificate
2024/04/16 23:12:58 http: TLS handshake error from 10.244.3.13:46100: remote error: tls: bad certificate
2024/04/16 23:12:58 http: TLS handshake error from 10.244.1.17:60990: remote error: tls: bad certificate
2024/04/16 23:13:03 http: TLS handshake error from 10.244.3.13:46104: remote error: tls: bad certificate
2024/04/16 23:13:03 http: TLS handshake error from 10.244.1.17:43234: remote error: tls: bad certificate
2024/04/16 23:13:08 http: TLS handshake error from 10.244.3.13:37906: remote error: tls: bad certificate
2024/04/16 23:13:08 http: TLS handshake error from 10.244.1.17:43244: remote error: tls: bad certificate
2024/04/16 23:13:13 http: TLS handshake error from 10.244.3.13:37916: remote error: tls: bad certificate
2024/04/16 23:13:13 http: TLS handshake error from 10.244.1.17:49570: remote error: tls: bad certificate
2024/04/16 23:13:18 http: TLS handshake error from 10.244.3.13:46354: remote error: tls: bad certificate
2024/04/16 23:13:18 http: TLS handshake error from 10.244.1.17:49586: remote error: tls: bad certificate
2024/04/16 23:13:23 http: TLS handshake error from 10.244.3.13:46368: remote error: tls: bad certificate
2024/04/16 23:13:23 http: TLS handshake error from 10.244.1.17:56050: remote error: tls: bad certificate
2024/04/16 23:13:28 http: TLS handshake error from 10.244.3.13:56344: remote error: tls: bad certificate
2024/04/16 23:13:28 http: TLS handshake error from 10.244.1.17:56060: remote error: tls: bad certificate
2024/04/16 23:13:33 http: TLS handshake error from 10.244.3.13:56348: remote error: tls: bad certificate
2024/04/16 23:13:33 http: TLS handshake error from 10.244.1.17:40542: remote error: tls: bad certificate
2024/04/16 23:13:38 http: TLS handshake error from 10.244.3.13:53378: remote error: tls: bad certificate
2024/04/16 23:13:38 http: TLS handshake error from 10.244.1.17:40546: remote error: tls: bad certificate
2024/04/16 23:13:43 http: TLS handshake error from 10.244.3.13:53394: remote error: tls: bad certificate
2024/04/16 23:13:43 http: TLS handshake error from 10.244.1.17:34642: remote error: tls: bad certificate
2024/04/16 23:13:48 http: TLS handshake error from 10.244.3.13:44120: remote error: tls: bad certificate
2024/04/16 23:13:48 http: TLS handshake error from 10.244.1.17:34654: remote error: tls: bad certificate
2024/04/16 23:13:53 http: TLS handshake error from 10.244.3.13:44134: remote error: tls: bad certificate
2024/04/16 23:13:53 http: TLS handshake error from 10.244.1.17:37966: remote error: tls: bad certificate
2024/04/16 23:13:58 http: TLS handshake error from 10.244.3.13:41020: remote error: tls: bad certificate
2024/04/16 23:13:58 http: TLS handshake error from 10.244.1.17:37970: remote error: tls: bad certificate
2024/04/16 23:14:03 http: TLS handshake error from 10.244.3.13:41024: remote error: tls: bad certificate
2024/04/16 23:14:03 http: TLS handshake error from 10.244.1.17:52176: remote error: tls: bad certificate
2024/04/16 23:14:08 http: TLS handshake error from 10.244.3.13:37970: remote error: tls: bad certificate
2024/04/16 23:14:08 http: TLS handshake error from 10.244.1.17:52192: remote error: tls: bad certificate
2024/04/16 23:14:13 http: TLS handshake error from 10.244.3.13:37982: remote error: tls: bad certificate
2024/04/16 23:14:13 http: TLS handshake error from 10.244.1.17:57156: remote error: tls: bad certificate
2024/04/16 23:14:18 http: TLS handshake error from 10.244.3.13:51266: remote error: tls: bad certificate
2024/04/16 23:14:18 http: TLS handshake error from 10.244.1.17:57172: remote error: tls: bad certificate
2024/04/16 23:14:23 http: TLS handshake error from 10.244.3.13:51268: remote error: tls: bad certificate
2024/04/16 23:14:23 http: TLS handshake error from 10.244.1.17:45954: remote error: tls: bad certificate
2024/04/16 23:14:28 http: TLS handshake error from 10.244.3.13:39830: remote error: tls: bad certificate
2024/04/16 23:14:28 http: TLS handshake error from 10.244.1.17:45956: remote error: tls: bad certificate
2024/04/16 23:14:33 http: TLS handshake error from 10.244.3.13:39844: remote error: tls: bad certificate
2024/04/16 23:14:33 http: TLS handshake error from 10.244.1.17:33170: remote error: tls: bad certificate
2024/04/16 23:14:38 http: TLS handshake error from 10.244.3.13:59218: remote error: tls: bad certificate
2024/04/16 23:14:38 http: TLS handshake error from 10.244.1.17:33174: remote error: tls: bad certificate
2024/04/16 23:14:43 http: TLS handshake error from 10.244.3.13:59234: remote error: tls: bad certificate
2024/04/16 23:14:43 http: TLS handshake error from 10.244.1.17:45018: remote error: tls: bad certificate
2024/04/16 23:14:48 http: TLS handshake error from 10.244.3.13:39466: remote error: tls: bad certificate
2024/04/16 23:14:48 http: TLS handshake error from 10.244.1.17:45026: remote error: tls: bad certificate
2024/04/16 23:14:53 http: TLS handshake error from 10.244.3.13:39478: remote error: tls: bad certificate
2024/04/16 23:14:53 http: TLS handshake error from 10.244.1.17:34292: remote error: tls: bad certificate
2024/04/16 23:14:58 http: TLS handshake error from 10.244.3.13:35222: remote error: tls: bad certificate
2024/04/16 23:14:58 http: TLS handshake error from 10.244.1.17:34300: remote error: tls: bad certificate
2024/04/16 23:15:03 http: TLS handshake error from 10.244.3.13:35230: remote error: tls: bad certificate
2024/04/16 23:15:03 http: TLS handshake error from 10.244.1.17:48440: remote error: tls: bad certificate
2024/04/16 23:15:08 http: TLS handshake error from 10.244.3.13:49736: remote error: tls: bad certificate
2024/04/16 23:15:08 http: TLS handshake error from 10.244.1.17:48456: remote error: tls: bad certificate
2024/04/16 23:15:13 http: TLS handshake error from 10.244.3.13:49750: remote error: tls: bad certificate
2024/04/16 23:15:13 http: TLS handshake error from 10.244.1.17:58434: remote error: tls: bad certificate
2024/04/16 23:15:18 http: TLS handshake error from 10.244.3.13:52496: remote error: tls: bad certificate
2024/04/16 23:15:18 http: TLS handshake error from 10.244.1.17:58450: remote error: tls: bad certificate
2024/04/16 23:15:23 http: TLS handshake error from 10.244.3.13:52500: remote error: tls: bad certificate
2024/04/16 23:15:23 http: TLS handshake error from 10.244.1.17:60030: remote error: tls: bad certificate
2024/04/16 23:15:28 http: TLS handshake error from 10.244.3.13:36946: remote error: tls: bad certificate
2024/04/16 23:15:28 http: TLS handshake error from 10.244.1.17:60032: remote error: tls: bad certificate
2024/04/16 23:15:33 http: TLS handshake error from 10.244.3.13:36954: remote error: tls: bad certificate
2024/04/16 23:15:33 http: TLS handshake error from 10.244.1.17:38444: remote error: tls: bad certificate
2024/04/16 23:15:38 http: TLS handshake error from 10.244.3.13:52096: remote error: tls: bad certificate
2024/04/16 23:15:38 http: TLS handshake error from 10.244.1.17:38460: remote error: tls: bad certificate
2024/04/16 23:15:43 http: TLS handshake error from 10.244.3.13:52110: remote error: tls: bad certificate
2024/04/16 23:15:43 http: TLS handshake error from 10.244.1.17:55814: remote error: tls: bad certificate
2024/04/16 23:15:48 http: TLS handshake error from 10.244.3.13:32854: remote error: tls: bad certificate
2024/04/16 23:15:48 http: TLS handshake error from 10.244.1.17:55828: remote error: tls: bad certificate
2024/04/16 23:15:53 http: TLS handshake error from 10.244.3.13:32870: remote error: tls: bad certificate
2024/04/16 23:15:53 http: TLS handshake error from 10.244.1.17:60864: remote error: tls: bad certificate
2024/04/16 23:15:58 http: TLS handshake error from 10.244.3.13:33930: remote error: tls: bad certificate
2024/04/16 23:15:58 http: TLS handshake error from 10.244.1.17:60880: remote error: tls: bad certificate
2024/04/16 23:16:03 http: TLS handshake error from 10.244.3.13:33932: remote error: tls: bad certificate
2024/04/16 23:16:03 http: TLS handshake error from 10.244.1.17:41524: remote error: tls: bad certificate
2024/04/16 23:16:08 http: TLS handshake error from 10.244.3.13:37908: remote error: tls: bad certificate
2024/04/16 23:16:08 http: TLS handshake error from 10.244.1.17:41536: remote error: tls: bad certificate
2024/04/16 23:16:13 http: TLS handshake error from 10.244.3.13:37912: remote error: tls: bad certificate
2024/04/16 23:16:13 http: TLS handshake error from 10.244.1.17:43334: remote error: tls: bad certificate
2024/04/16 23:16:18 http: TLS handshake error from 10.244.3.13:60206: remote error: tls: bad certificate
2024/04/16 23:16:18 http: TLS handshake error from 10.244.1.17:43338: remote error: tls: bad certificate
2024/04/16 23:16:23 http: TLS handshake error from 10.244.3.13:60218: remote error: tls: bad certificate
2024/04/16 23:16:23 http: TLS handshake error from 10.244.1.17:57634: remote error: tls: bad certificate
2024/04/16 23:16:28 http: TLS handshake error from 10.244.3.13:38674: remote error: tls: bad certificate
2024/04/16 23:16:28 http: TLS handshake error from 10.244.1.17:57646: remote error: tls: bad certificate
2024/04/16 23:16:33 http: TLS handshake error from 10.244.3.13:38680: remote error: tls: bad certificate
2024/04/16 23:16:33 http: TLS handshake error from 10.244.1.17:46802: remote error: tls: bad certificate
2024/04/16 23:16:38 http: TLS handshake error from 10.244.3.13:60058: remote error: tls: bad certificate
2024/04/16 23:16:38 http: TLS handshake error from 10.244.1.17:46814: remote error: tls: bad certificate
2024/04/16 23:16:43 http: TLS handshake error from 10.244.3.13:60074: remote error: tls: bad certificate
2024/04/16 23:16:43 http: TLS handshake error from 10.244.1.17:39410: remote error: tls: bad certificate
2024/04/16 23:16:48 http: TLS handshake error from 10.244.3.13:47122: remote error: tls: bad certificate
2024/04/16 23:16:48 http: TLS handshake error from 10.244.1.17:39416: remote error: tls: bad certificate
2024/04/16 23:16:53 http: TLS handshake error from 10.244.3.13:47136: remote error: tls: bad certificate
2024/04/16 23:16:53 http: TLS handshake error from 10.244.1.17:49238: remote error: tls: bad certificate
2024/04/16 23:16:58 http: TLS handshake error from 10.244.3.13:57620: remote error: tls: bad certificate
2024/04/16 23:16:58 http: TLS handshake error from 10.244.1.17:49248: remote error: tls: bad certificate
2024/04/16 23:17:03 http: TLS handshake error from 10.244.3.13:57630: remote error: tls: bad certificate
2024/04/16 23:17:03 http: TLS handshake error from 10.244.1.17:60288: remote error: tls: bad certificate
2024/04/16 23:17:08 http: TLS handshake error from 10.244.3.13:49750: remote error: tls: bad certificate
2024/04/16 23:17:08 http: TLS handshake error from 10.244.1.17:60290: remote error: tls: bad certificate
2024/04/16 23:17:13 http: TLS handshake error from 10.244.3.13:49766: remote error: tls: bad certificate
2024/04/16 23:17:13 http: TLS handshake error from 10.244.1.17:60384: remote error: tls: bad certificate
2024/04/16 23:17:18 http: TLS handshake error from 10.244.3.13:55090: remote error: tls: bad certificate
2024/04/16 23:17:18 http: TLS handshake error from 10.244.1.17:60388: remote error: tls: bad certificate
2024/04/16 23:17:23 http: TLS handshake error from 10.244.3.13:55092: remote error: tls: bad certificate
2024/04/16 23:17:23 http: TLS handshake error from 10.244.1.17:48426: remote error: tls: bad certificate
2024/04/16 23:17:28 http: TLS handshake error from 10.244.3.13:51548: remote error: tls: bad certificate
2024/04/16 23:17:28 http: TLS handshake error from 10.244.1.17:48434: remote error: tls: bad certificate
2024/04/16 23:17:33 http: TLS handshake error from 10.244.3.13:51550: remote error: tls: bad certificate
2024/04/16 23:17:33 http: TLS handshake error from 10.244.1.17:48376: remote error: tls: bad certificate
2024/04/16 23:17:38 http: TLS handshake error from 10.244.3.13:55418: remote error: tls: bad certificate
2024/04/16 23:17:38 http: TLS handshake error from 10.244.1.17:48390: remote error: tls: bad certificate
2024/04/16 23:17:43 http: TLS handshake error from 10.244.3.13:55420: remote error: tls: bad certificate
2024/04/16 23:17:43 http: TLS handshake error from 10.244.1.17:45724: remote error: tls: bad certificate
2024/04/16 23:17:48 http: TLS handshake error from 10.244.3.13:53708: remote error: tls: bad certificate
2024/04/16 23:17:48 http: TLS handshake error from 10.244.1.17:45732: remote error: tls: bad certificate
2024/04/16 23:17:53 http: TLS handshake error from 10.244.3.13:53720: remote error: tls: bad certificate
2024/04/16 23:17:53 http: TLS handshake error from 10.244.1.17:39464: remote error: tls: bad certificate
2024/04/16 23:17:58 http: TLS handshake error from 10.244.3.13:46766: remote error: tls: bad certificate
2024/04/16 23:17:58 http: TLS handshake error from 10.244.1.17:39474: remote error: tls: bad certificate
2024/04/16 23:18:03 http: TLS handshake error from 10.244.3.13:46776: remote error: tls: bad certificate
2024/04/16 23:18:03 http: TLS handshake error from 10.244.1.17:55260: remote error: tls: bad certificate
2024/04/16 23:18:08 http: TLS handshake error from 10.244.3.13:32844: remote error: tls: bad certificate
2024/04/16 23:18:08 http: TLS handshake error from 10.244.1.17:55274: remote error: tls: bad certificate
2024/04/16 23:18:13 http: TLS handshake error from 10.244.3.13:32856: remote error: tls: bad certificate
2024/04/16 23:18:13 http: TLS handshake error from 10.244.1.17:34266: remote error: tls: bad certificate
2024/04/16 23:18:18 http: TLS handshake error from 10.244.3.13:43446: remote error: tls: bad certificate
2024/04/16 23:18:18 http: TLS handshake error from 10.244.1.17:34272: remote error: tls: bad certificate
2024/04/16 23:18:23 http: TLS handshake error from 10.244.3.13:43448: remote error: tls: bad certificate
2024/04/16 23:18:23 http: TLS handshake error from 10.244.1.17:52380: remote error: tls: bad certificate
2024/04/16 23:18:28 http: TLS handshake error from 10.244.3.13:45480: remote error: tls: bad certificate
2024/04/16 23:18:28 http: TLS handshake error from 10.244.1.17:52384: remote error: tls: bad certificate
2024/04/16 23:18:33 http: TLS handshake error from 10.244.3.13:45482: remote error: tls: bad certificate
2024/04/16 23:18:33 http: TLS handshake error from 10.244.1.17:60142: remote error: tls: bad certificate
2024/04/16 23:18:38 http: TLS handshake error from 10.244.3.13:49812: remote error: tls: bad certificate
2024/04/16 23:18:38 http: TLS handshake error from 10.244.1.17:60144: remote error: tls: bad certificate
2024/04/16 23:18:43 http: TLS handshake error from 10.244.3.13:49826: remote error: tls: bad certificate
2024/04/16 23:18:43 http: TLS handshake error from 10.244.1.17:51404: remote error: tls: bad certificate
2024/04/16 23:18:48 http: TLS handshake error from 10.244.3.13:35572: remote error: tls: bad certificate
2024/04/16 23:18:48 http: TLS handshake error from 10.244.1.17:51412: remote error: tls: bad certificate
2024/04/16 23:18:53 http: TLS handshake error from 10.244.3.13:35582: remote error: tls: bad certificate
2024/04/16 23:18:53 http: TLS handshake error from 10.244.1.17:36834: remote error: tls: bad certificate
2024/04/16 23:18:58 http: TLS handshake error from 10.244.3.13:48098: remote error: tls: bad certificate
2024/04/16 23:18:58 http: TLS handshake error from 10.244.1.17:36846: remote error: tls: bad certificate
2024/04/16 23:19:03 http: TLS handshake error from 10.244.3.13:48108: remote error: tls: bad certificate
2024/04/16 23:19:03 http: TLS handshake error from 10.244.1.17:56366: remote error: tls: bad certificate
2024/04/16 23:19:08 http: TLS handshake error from 10.244.3.13:51514: remote error: tls: bad certificate
2024/04/16 23:19:08 http: TLS handshake error from 10.244.1.17:56376: remote error: tls: bad certificate
2024/04/16 23:19:13 http: TLS handshake error from 10.244.3.13:51524: remote error: tls: bad certificate
2024/04/16 23:19:13 http: TLS handshake error from 10.244.1.17:60628: remote error: tls: bad certificate
2024/04/16 23:19:18 http: TLS handshake error from 10.244.3.13:36370: remote error: tls: bad certificate
2024/04/16 23:19:18 http: TLS handshake error from 10.244.1.17:60636: remote error: tls: bad certificate
2024/04/16 23:19:23 http: TLS handshake error from 10.244.3.13:36374: remote error: tls: bad certificate
2024/04/16 23:19:23 http: TLS handshake error from 10.244.1.17:35888: remote error: tls: bad certificate
2024/04/16 23:19:28 http: TLS handshake error from 10.244.3.13:36514: remote error: tls: bad certificate
2024/04/16 23:19:28 http: TLS handshake error from 10.244.1.17:35898: remote error: tls: bad certificate
2024/04/16 23:19:33 http: TLS handshake error from 10.244.3.13:36526: remote error: tls: bad certificate
2024/04/16 23:19:33 http: TLS handshake error from 10.244.1.17:47800: remote error: tls: bad certificate
2024/04/16 23:19:38 http: TLS handshake error from 10.244.3.13:53972: remote error: tls: bad certificate
2024/04/16 23:19:38 http: TLS handshake error from 10.244.1.17:47808: remote error: tls: bad certificate
2024/04/16 23:19:43 http: TLS handshake error from 10.244.3.13:53988: remote error: tls: bad certificate
2024/04/16 23:19:43 http: TLS handshake error from 10.244.1.17:51244: remote error: tls: bad certificate
2024/04/16 23:19:48 http: TLS handshake error from 10.244.3.13:36500: remote error: tls: bad certificate
2024/04/16 23:19:48 http: TLS handshake error from 10.244.1.17:51250: remote error: tls: bad certificate
2024/04/16 23:19:53 http: TLS handshake error from 10.244.3.13:36512: remote error: tls: bad certificate
2024/04/16 23:19:53 http: TLS handshake error from 10.244.1.17:33770: remote error: tls: bad certificate
2024/04/16 23:19:58 http: TLS handshake error from 10.244.3.13:51756: remote error: tls: bad certificate
2024/04/16 23:19:58 http: TLS handshake error from 10.244.1.17:33786: remote error: tls: bad certificate
2024/04/16 23:20:03 http: TLS handshake error from 10.244.3.13:51762: remote error: tls: bad certificate
2024/04/16 23:20:03 http: TLS handshake error from 10.244.1.17:36746: remote error: tls: bad certificate
2024/04/16 23:20:08 http: TLS handshake error from 10.244.3.13:33668: remote error: tls: bad certificate
2024/04/16 23:20:08 http: TLS handshake error from 10.244.1.17:36748: remote error: tls: bad certificate
2024/04/16 23:20:13 http: TLS handshake error from 10.244.3.13:33676: remote error: tls: bad certificate
2024/04/16 23:20:13 http: TLS handshake error from 10.244.1.17:39614: remote error: tls: bad certificate
2024/04/16 23:20:18 http: TLS handshake error from 10.244.3.13:56034: remote error: tls: bad certificate
2024/04/16 23:20:18 http: TLS handshake error from 10.244.1.17:39616: remote error: tls: bad certificate
2024/04/16 23:20:23 http: TLS handshake error from 10.244.3.13:56048: remote error: tls: bad certificate
2024/04/16 23:20:23 http: TLS handshake error from 10.244.1.17:40120: remote error: tls: bad certificate
2024/04/16 23:20:28 http: TLS handshake error from 10.244.3.13:57374: remote error: tls: bad certificate
2024/04/16 23:20:28 http: TLS handshake error from 10.244.1.17:40136: remote error: tls: bad certificate
2024/04/16 23:20:33 http: TLS handshake error from 10.244.3.13:57382: remote error: tls: bad certificate
2024/04/16 23:20:33 http: TLS handshake error from 10.244.1.17:38548: remote error: tls: bad certificate
2024/04/16 23:20:38 http: TLS handshake error from 10.244.3.13:36250: remote error: tls: bad certificate
2024/04/16 23:20:38 http: TLS handshake error from 10.244.1.17:38560: remote error: tls: bad certificate
2024/04/16 23:20:43 http: TLS handshake error from 10.244.3.13:36266: remote error: tls: bad certificate
2024/04/16 23:20:43 http: TLS handshake error from 10.244.1.17:34298: remote error: tls: bad certificate
2024/04/16 23:20:48 http: TLS handshake error from 10.244.3.13:36736: remote error: tls: bad certificate
2024/04/16 23:20:48 http: TLS handshake error from 10.244.1.17:34314: remote error: tls: bad certificate
2024/04/16 23:20:53 http: TLS handshake error from 10.244.3.13:36744: remote error: tls: bad certificate
2024/04/16 23:20:53 http: TLS handshake error from 10.244.1.17:50940: remote error: tls: bad certificate
2024/04/16 23:20:58 http: TLS handshake error from 10.244.3.13:43204: remote error: tls: bad certificate
2024/04/16 23:20:58 http: TLS handshake error from 10.244.1.17:50954: remote error: tls: bad certificate
2024/04/16 23:21:03 http: TLS handshake error from 10.244.3.13:43216: remote error: tls: bad certificate
2024/04/16 23:21:03 http: TLS handshake error from 10.244.1.17:55804: remote error: tls: bad certificate
2024/04/16 23:21:08 http: TLS handshake error from 10.244.3.13:45302: remote error: tls: bad certificate
2024/04/16 23:21:08 http: TLS handshake error from 10.244.1.17:55812: remote error: tls: bad certificate
2024/04/16 23:21:13 http: TLS handshake error from 10.244.3.13:45312: remote error: tls: bad certificate
2024/04/16 23:21:13 http: TLS handshake error from 10.244.1.17:54350: remote error: tls: bad certificate
2024/04/16 23:21:18 http: TLS handshake error from 10.244.3.13:36166: remote error: tls: bad certificate
2024/04/16 23:21:18 http: TLS handshake error from 10.244.1.17:54360: remote error: tls: bad certificate
2024/04/16 23:21:23 http: TLS handshake error from 10.244.3.13:36178: remote error: tls: bad certificate
2024/04/16 23:21:23 http: TLS handshake error from 10.244.1.17:54158: remote error: tls: bad certificate
2024/04/16 23:21:28 http: TLS handshake error from 10.244.3.13:34020: remote error: tls: bad certificate
2024/04/16 23:21:28 http: TLS handshake error from 10.244.1.17:54172: remote error: tls: bad certificate
2024/04/16 23:21:33 http: TLS handshake error from 10.244.3.13:34024: remote error: tls: bad certificate
2024/04/16 23:21:33 http: TLS handshake error from 10.244.1.17:55382: remote error: tls: bad certificate
2024/04/16 23:21:38 http: TLS handshake error from 10.244.3.13:45420: remote error: tls: bad certificate
2024/04/16 23:21:38 http: TLS handshake error from 10.244.1.17:55398: remote error: tls: bad certificate
2024/04/16 23:21:43 http: TLS handshake error from 10.244.3.13:45432: remote error: tls: bad certificate
2024/04/16 23:21:43 http: TLS handshake error from 10.244.1.17:38930: remote error: tls: bad certificate
2024/04/16 23:21:48 http: TLS handshake error from 10.244.3.13:48178: remote error: tls: bad certificate
2024/04/16 23:21:48 http: TLS handshake error from 10.244.1.17:38940: remote error: tls: bad certificate
2024/04/16 23:21:53 http: TLS handshake error from 10.244.3.13:48192: remote error: tls: bad certificate
2024/04/16 23:21:53 http: TLS handshake error from 10.244.1.17:49092: remote error: tls: bad certificate
2024/04/16 23:21:58 http: TLS handshake error from 10.244.3.13:45210: remote error: tls: bad certificate
2024/04/16 23:21:58 http: TLS handshake error from 10.244.1.17:49098: remote error: tls: bad certificate
2024/04/16 23:22:03 http: TLS handshake error from 10.244.3.13:45220: remote error: tls: bad certificate
2024/04/16 23:22:03 http: TLS handshake error from 10.244.1.17:37422: remote error: tls: bad certificate
2024/04/16 23:22:08 http: TLS handshake error from 10.244.3.13:47904: remote error: tls: bad certificate
2024/04/16 23:22:08 http: TLS handshake error from 10.244.1.17:37438: remote error: tls: bad certificate
2024/04/16 23:22:13 http: TLS handshake error from 10.244.3.13:47918: remote error: tls: bad certificate
2024/04/16 23:22:13 http: TLS handshake error from 10.244.1.17:53118: remote error: tls: bad certificate
2024/04/16 23:22:18 http: TLS handshake error from 10.244.3.13:56172: remote error: tls: bad certificate
2024/04/16 23:22:18 http: TLS handshake error from 10.244.1.17:53132: remote error: tls: bad certificate
2024/04/16 23:22:23 http: TLS handshake error from 10.244.3.13:56186: remote error: tls: bad certificate
2024/04/16 23:22:23 http: TLS handshake error from 10.244.1.17:41180: remote error: tls: bad certificate
2024/04/16 23:22:28 http: TLS handshake error from 10.244.3.13:44094: remote error: tls: bad certificate
2024/04/16 23:22:28 http: TLS handshake error from 10.244.1.17:41188: remote error: tls: bad certificate
2024/04/16 23:22:33 http: TLS handshake error from 10.244.3.13:44104: remote error: tls: bad certificate
2024/04/16 23:22:33 http: TLS handshake error from 10.244.1.17:41606: remote error: tls: bad certificate
2024/04/16 23:22:38 http: TLS handshake error from 10.244.3.13:42164: remote error: tls: bad certificate
2024/04/16 23:22:38 http: TLS handshake error from 10.244.1.17:41614: remote error: tls: bad certificate
2024/04/16 23:22:43 http: TLS handshake error from 10.244.3.13:42168: remote error: tls: bad certificate
2024/04/16 23:22:43 http: TLS handshake error from 10.244.1.17:36494: remote error: tls: bad certificate
2024/04/16 23:22:48 http: TLS handshake error from 10.244.3.13:55416: remote error: tls: bad certificate
2024/04/16 23:22:48 http: TLS handshake error from 10.244.1.17:36498: remote error: tls: bad certificate
2024/04/16 23:22:53 http: TLS handshake error from 10.244.3.13:55426: remote error: tls: bad certificate
2024/04/16 23:22:53 http: TLS handshake error from 10.244.1.17:35730: remote error: tls: bad certificate
2024/04/16 23:22:58 http: TLS handshake error from 10.244.3.13:41166: remote error: tls: bad certificate
2024/04/16 23:22:58 http: TLS handshake error from 10.244.1.17:35736: remote error: tls: bad certificate
2024/04/16 23:23:03 http: TLS handshake error from 10.244.3.13:41174: remote error: tls: bad certificate
2024/04/16 23:23:03 http: TLS handshake error from 10.244.1.17:46680: remote error: tls: bad certificate
2024/04/16 23:23:08 http: TLS handshake error from 10.244.3.13:52926: remote error: tls: bad certificate
2024/04/16 23:23:08 http: TLS handshake error from 10.244.1.17:46692: remote error: tls: bad certificate
2024/04/16 23:23:13 http: TLS handshake error from 10.244.3.13:52936: remote error: tls: bad certificate
2024/04/16 23:23:13 http: TLS handshake error from 10.244.1.17:47370: remote error: tls: bad certificate
2024/04/16 23:23:18 http: TLS handshake error from 10.244.3.13:35288: remote error: tls: bad certificate
2024/04/16 23:23:18 http: TLS handshake error from 10.244.1.17:47378: remote error: tls: bad certificate
2024/04/16 23:23:23 http: TLS handshake error from 10.244.3.13:35294: remote error: tls: bad certificate
2024/04/16 23:23:23 http: TLS handshake error from 10.244.1.17:39822: remote error: tls: bad certificate
2024/04/16 23:23:28 http: TLS handshake error from 10.244.3.13:53154: remote error: tls: bad certificate
2024/04/16 23:23:28 http: TLS handshake error from 10.244.1.17:39824: remote error: tls: bad certificate
2024/04/16 23:23:33 http: TLS handshake error from 10.244.3.13:53168: remote error: tls: bad certificate
2024/04/16 23:23:33 http: TLS handshake error from 10.244.1.17:54166: remote error: tls: bad certificate
2024/04/16 23:23:38 http: TLS handshake error from 10.244.3.13:39688: remote error: tls: bad certificate
2024/04/16 23:23:38 http: TLS handshake error from 10.244.1.17:54174: remote error: tls: bad certificate
v0lkan commented 4 months ago

Another observation is, under resource constraints, Sentinel, Keystone, or Safe can display "unable to munt spiffe csi driver due to timeout" kind of messages,.

If possible, the Operator shall watch such errors too, and if the drive is not mounted for an extended period, it should take corrective action.

Also, it’s important to introduce the changes gradually, ensuring every change makes the system more stable but not the opposite.

In that sense, this issue is more of an epic rather than an issue, and we might need to split it down to smaller issues too.

v0lkan commented 4 months ago

We did some stabilization updates in the charts.

Let’s keep a close eye on this, but it might not be as urgent as it was before.

At least, right now SPIRE server and agent have health check endpoints, and we can leverage them, if needed, too.

An out-of-the-box idea can be a cron job that tries to fetch a secret (which will ensure CSI Driver is functional, and the system is up; and if it cannot achieve this in 15 minutes (configurable), it can try a set of remediations before it exits.

v0lkan commented 4 weeks ago

Closing this as the issue has not been manifesting itself for a while.