[GH-ISSUE #1783] Cannot install cerificates #1777

Open
opened 2026-03-03 19:54:18 +03:00 by kerem · 7 comments
Owner

Originally created by @Drovosek01 on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1783

Originally assigned to: @NghiaTranUIT on GitHub.

Description

When I select any line in listconnections and press button "Anable all domains from "AnyApp"" and will show mini window "Mac Setup Guide". Then I press on blue button "Install & Trust" and nothing happend. I press on this button many times and then see error window.

Environment

  • App version: Proxyman 4.11.0
  • macOS version: macOS BigSur 11.7.9 Mac M1

image

P.S.
SIP disabled. macOS BigSur installed like second macOS on this Mac.

Originally created by @Drovosek01 on GitHub (Sep 27, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1783 Originally assigned to: @NghiaTranUIT on GitHub. ## Description When I select any line in listconnections and press button "Anable all domains from "AnyApp"" and will show mini window "Mac Setup Guide". Then I press on blue button "Install & Trust" and nothing happend. I press on this button many times and then see error window. ## Environment - App version: Proxyman 4.11.0 - macOS version: macOS BigSur 11.7.9 Mac M1 ![image](https://github.com/ProxymanApp/Proxyman/assets/29478700/a0b7b937-62d7-4baf-9fd1-cb4ea5320cae) P.S. SIP disabled. macOS BigSur installed like second macOS on this Mac.
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 27, 2023):

Can you open the Terminal app and run openssl version ? 🤔

Proxyman depends on this CLI to generate the Root Certificate.

<!-- gh-comment-id:1737252416 --> @NghiaTranUIT commented on GitHub (Sep 27, 2023): Can you open the Terminal app and run `openssl version` ? 🤔 Proxyman depends on this CLI to generate the Root Certificate.
Author
Owner

@Drovosek01 commented on GitHub (Sep 27, 2023):

Can you open the Terminal app and run openssl version ? 🤔

LibreSSL 2.8.3

<!-- gh-comment-id:1737521713 --> @Drovosek01 commented on GitHub (Sep 27, 2023): > Can you open the Terminal app and run `openssl version` ? 🤔 `LibreSSL 2.8.3`
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 28, 2023):

@Drovosek01 it might be the problem. By default, macOS used OpenSSL, not LibreSSL. Let's see if I can fix it.

Meanwhile, can you upgrade your macOS or use OpenSSL instead?

<!-- gh-comment-id:1738309018 --> @NghiaTranUIT commented on GitHub (Sep 28, 2023): @Drovosek01 it might be the problem. By default, macOS used `OpenSSL`, not `LibreSSL`. Let's see if I can fix it. Meanwhile, can you upgrade your macOS or use OpenSSL instead?
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 28, 2023):

@Drovosek01 let's try this beta build: https://download.proxyman.io/beta/Proxyman_4.11.0_Fix_OpenSSL_issue.dmg

The OpenSSL issue is fixed. Let me know if it works for you 👍

<!-- gh-comment-id:1738578677 --> @NghiaTranUIT commented on GitHub (Sep 28, 2023): @Drovosek01 let's try this beta build: https://download.proxyman.io/beta/Proxyman_4.11.0_Fix_OpenSSL_issue.dmg The OpenSSL issue is fixed. Let me know if it works for you 👍
Author
Owner

@Drovosek01 commented on GitHub (Sep 30, 2023):

@Drovosek01 let's try this beta build: https://download.proxyman.io/beta/Proxyman_4.11.0_Fix_OpenSSL_issue.dmg

The OpenSSL issue is fixed. Let me know if it works for you 👍

I tested and it not work.
When lauch in arm native mode - app crash after launch.
When launch with Rosetta - same problem when try install certificates

Here crash log
crash report.txt
and
Screenshot 2023-09-30 at 01 31 59

<!-- gh-comment-id:1741612902 --> @Drovosek01 commented on GitHub (Sep 30, 2023): > @Drovosek01 let's try this beta build: https://download.proxyman.io/beta/Proxyman_4.11.0_Fix_OpenSSL_issue.dmg > > The OpenSSL issue is fixed. Let me know if it works for you 👍 I tested and it not work. When lauch in arm native mode - app crash after launch. When launch with Rosetta - same problem when try install certificates Here crash log [crash report.txt](https://github.com/ProxymanApp/Proxyman/files/12773023/crash.report.txt) and <img width="585" alt="Screenshot 2023-09-30 at 01 31 59" src="https://github.com/ProxymanApp/Proxyman/assets/29478700/b2dfeecb-ecad-4fd8-af7d-ed1eff65805c">
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 30, 2023):

@Drovosek01 can you run the app again with arm mode ?

I check the crash, it's from the AppCenter Analytic, so it's rarely happened.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   ???                           	000000000000000000 0 + 0
1   com.proxyman.NSProxy          	0x0000000102f4adf8 -[MSACCrashes setupLogBuffer] (in Proxyman) (MSACCrashes.mm:1169) + 2911736
2   com.proxyman.NSProxy          	0x0000000102f44500 -[MSACCrashes init] (in Proxyman) (MSACCrashes.mm:0) + 2884864
3   com.proxyman.NSProxy          	0x0000000102f44ee4 __29+[MSACCrashes sharedInstance]_block_invoke (in Proxyman) (MSACCrashes.mm:483) + 2887396
<!-- gh-comment-id:1741628209 --> @NghiaTranUIT commented on GitHub (Sep 30, 2023): @Drovosek01 can you run the app again with arm mode ? I check the crash, it's from the AppCenter Analytic, so it's rarely happened. ``` Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 ??? 000000000000000000 0 + 0 1 com.proxyman.NSProxy 0x0000000102f4adf8 -[MSACCrashes setupLogBuffer] (in Proxyman) (MSACCrashes.mm:1169) + 2911736 2 com.proxyman.NSProxy 0x0000000102f44500 -[MSACCrashes init] (in Proxyman) (MSACCrashes.mm:0) + 2884864 3 com.proxyman.NSProxy 0x0000000102f44ee4 __29+[MSACCrashes sharedInstance]_block_invoke (in Proxyman) (MSACCrashes.mm:483) + 2887396 ```
Author
Owner

@Drovosek01 commented on GitHub (Sep 30, 2023):

@Drovosek01 can you run the app again with arm mode ?

I have run it several times and each time it crashes if I run it without Rosetta (but the problem from the first message in this thread persists).

Stable version 4.11.0 runs without problems both natively and with Rosetta.

This macOS BigSur 11.7.9 is installed by the second system on my Macbook Air M1. I use this system to test different programs and don't care about optimizing it. Maybe just different programs have changed something in the work of this macOS

P.S.
I updated now on Proxyman v4.12.0 and same problem with crash and not installing certificates. If you need I can record my screen and share video here

<!-- gh-comment-id:1741739722 --> @Drovosek01 commented on GitHub (Sep 30, 2023): > @Drovosek01 can you run the app again with arm mode ? I have run it several times and each time it crashes if I run it without Rosetta (but the problem from the first message in this thread persists). Stable version 4.11.0 runs without problems both natively and with Rosetta. This macOS BigSur 11.7.9 is installed by the second system on my Macbook Air M1. I use this system to test different programs and don't care about optimizing it. Maybe just different programs have changed something in the work of this macOS P.S. I updated now on Proxyman v4.12.0 and same problem with crash and not installing certificates. If you need I can record my screen and share video here
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#1777
No description provided.