[GH-ISSUE #1729] Does not intercept CLO 3D application traffic #1723

Closed
opened 2026-03-03 19:53:47 +03:00 by kerem · 3 comments
Owner

Originally created by @Drovosek01 on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1729

Description

Does not intercept CLO 3D application traffic

Steps to Reproduce

  1. Download a disk image from CLO3D https://www.clo3d.com/en/clo/download or mirror - https://1fichier.com/?t2fwaxz14wf00k0ej2mm
  2. Move CLO_Standalone_OnlineAuth.app to the Application folder
  3. Run Proxyman and install helper tool and certificate in the system in advance
  4. Launch CLO_Standalone_OnlineAuth.app and log in with a real account or with fake data
  5. View the Proxyman window

Current Behavior

There are no lines from application CLO_Standalone_OnlineAuth.app or any other utilities that can be located inside the application

Expected Behavior

In the Proxyman window there are lines from the application 123 and you can see what data is sent to the server when authorization is attempted and what data is coming

Environment

  • App version: Proxyman 4.9.0
  • macOS version: macOS Monterey 12.6.4 Intel
Originally created by @Drovosek01 on GitHub (Aug 2, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1729 ## Description Does not intercept CLO 3D application traffic ## Steps to Reproduce <!-- Add relevant code and/or a live example --> 1. Download a disk image from CLO3D https://www.clo3d.com/en/clo/download or mirror - https://1fichier.com/?t2fwaxz14wf00k0ej2mm 2. Move CLO_Standalone_OnlineAuth.app to the Application folder 3. Run Proxyman and install helper tool and certificate in the system in advance 4. Launch CLO_Standalone_OnlineAuth.app and log in with a real account or with fake data 5. View the Proxyman window ## Current Behavior There are no lines from application CLO_Standalone_OnlineAuth.app or any other utilities that can be located inside the application ## Expected Behavior In the Proxyman window there are lines from the application 123 and you can see what data is sent to the server when authorization is attempted and what data is coming ## Environment - App version: Proxyman 4.9.0 - macOS version: macOS Monterey 12.6.4 Intel
kerem 2026-03-03 19:53:47 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 3, 2023):

Proxyman could not capture HTTPS traffic from the CLO3D app because it doesn't respect the system proxy and doesn't send the data to Proxy Server. You have to explicitly config it.

Here is what I've found on their document: https://support.clo3d.com/hc/en-us/articles/4417463135129-Proxy-Setup-for-CLO-Software-Login

See the Section: Mac Users: Edit .zprofile file

Here is the sample:

export CLO_HTTP_PROXY=127.0.0.1:9090
export CLO_HTTPS_PROXY=127.0.0.1:9090
<!-- gh-comment-id:1663172239 --> @NghiaTranUIT commented on GitHub (Aug 3, 2023): Proxyman could not capture HTTPS traffic from the CLO3D app because it doesn't respect the system proxy and doesn't send the data to Proxy Server. You have to explicitly config it. Here is what I've found on their document: https://support.clo3d.com/hc/en-us/articles/4417463135129-Proxy-Setup-for-CLO-Software-Login See the Section: `Mac Users: Edit .zprofile file` Here is the sample: ```bash export CLO_HTTP_PROXY=127.0.0.1:9090 export CLO_HTTPS_PROXY=127.0.0.1:9090 ```
Author
Owner

@Drovosek01 commented on GitHub (Aug 4, 2023):

Here is what I've found on their document: https://support.clo3d.com/hc/en-us/articles/4417463135129-Proxy-Setup-for-CLO-Software-Login

See the Section: Mac Users: Edit .zprofile file

Here is the sample:

export CLO_HTTP_PROXY=127.0.0.1:9090
export CLO_HTTPS_PROXY=127.0.0.1:9090

Thanks for trying. Unfortunately, this did not help and traffic is still not intercepted when trying to log in ((

<!-- gh-comment-id:1665066459 --> @Drovosek01 commented on GitHub (Aug 4, 2023): > > Here is what I've found on their document: https://support.clo3d.com/hc/en-us/articles/4417463135129-Proxy-Setup-for-CLO-Software-Login > > See the Section: `Mac Users: Edit .zprofile file` > > Here is the sample: > > ```shell > export CLO_HTTP_PROXY=127.0.0.1:9090 > export CLO_HTTPS_PROXY=127.0.0.1:9090 > ``` Thanks for trying. Unfortunately, this did not help and traffic is still not intercepted when trying to log in ((
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 5, 2023):

@Drovosek01 it's from their document. If it doesn't work, it means either:

  • You config incorrectly. Try again with localhost:9090 instead of 127.0.0.1:9090
  • The Login API is intentionally hidden by the App Developer. Even though we set the HTTP Proxy.
<!-- gh-comment-id:1666373549 --> @NghiaTranUIT commented on GitHub (Aug 5, 2023): @Drovosek01 it's from their document. If it doesn't work, it means either: - You config incorrectly. Try again with `localhost:9090` instead of `127.0.0.1:9090` - The Login API is intentionally hidden by the App Developer. Even though we set the HTTP Proxy.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1723
No description provided.