Open
Description
Description
Greetings!
In newer versions of Resilient, the variables do not seem to be respected. We can see them appear in these logs, right after packages log:
Connecting through proxy: 'http://redacted.for.privacy:443'
###############
2025-01-27 15:33:39,320 INFO [app] [MainThread] Configuration file: app.config
2025-01-27 15:33:39,322 INFO [app] [MainThread] Resilient server: redacted.for.privacy
2025-01-27 15:33:39,323 INFO [app] [MainThread] Resilient api key id: redacted.for.privacy
2025-01-27 15:33:39,324 INFO [app] [MainThread] Resilient org: redaced.for.privacy
2025-01-27 15:33:39,324 INFO [app] [MainThread] Logging Level: INFO
2025-01-27 15:33:39,325 INFO [app] [MainThread] App Config plugin: Keyring
2025-01-27 15:33:39,327 WARNING [co3] [MainThread] Unverified HTTPS requests (cafile=false).
2025-01-27 15:33:41,701 INFO [co3base] [MainThread] Using org name: redaced.for.privacy
2025-01-27 15:33:42,371 INFO [rest_helper] [MainThread] IBM Security QRadar SOAR version: (latest, redacted)
2025-01-27 15:33:43,879 INFO [actions_component] [MainThread] stomp_prefetch_limit set to 1
2025-01-27 15:33:43,896 INFO [actions_component] [MainThread] num_workers set to 25
2025-01-27 15:33:43,896 INFO [app] [MainThread] Components auto-load directory: (none)
2025-01-27 15:33:44,518 INFO [component_loader] [MainThread] Loading 3 components
FUNCTIONS LOADED REMOVED
2025-01-27 15:33:45,372 WARNING [actions_component] [MainThread] Unverified STOMP TLS certificate (cafile=false)
2025-01-27 15:33:45,474 INFO [stomp_component] [MainThread] Connect to STOMP at 'redacted.for.privacy:65001'
2025-01-27 15:33:45,478 INFO [actions_component] [MainThread]
2025-01-27 15:33:45,490 INFO [app] [MainThread] Components loaded
2025-01-27 15:33:45,602 INFO [actions_component] [MainThread] STOMP attempting to connect
2025-01-27 15:33:45,605 INFO [stomp_component] [MainThread] Connect to STOMP...
2025-01-27 15:34:06,680 WARNING [transport] [MainThread] could not connect to host redacted.for.privacy, port 65001
But the connection does not end up going through.
If using an older version, in this example 47.0.3691, we can see an extra log before STOMP Connection, and the connection goes through:
2025-01-27 15:31:16,919 INFO [stomp_component] Connect to Stomp...
2025-01-27 15:31:16,921 INFO [client] Connecting to redacted.for.privacy:65001 ...
**2025-01-27 15:31:16,923 INFO [stomp_transport] Connecting through proxy redacted.for.privacy**
2025-01-27 15:31:19,071 INFO [client] Connection established
We are not using any proxy parameter in the app config. What is the correct way to perform this connections? Are ENV Variables not supported anymore?
Thanks team!
Describe How to Reproduce
- Install latest version
- Set HTTP_PROXY and HTTPS_PROXY variables in the environment
- Connection does not follow proxy
Cheers,
Metadata
Metadata
Assignees
Labels
No labels