Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 1.12.0-alpha.6 | Create service: invalid system certificate PEM #2582

Open
4 of 5 tasks
neerro opened this issue Feb 12, 2025 · 6 comments
Open
4 of 5 tasks

[BUG] 1.12.0-alpha.6 | Create service: invalid system certificate PEM #2582

neerro opened this issue Feb 12, 2025 · 6 comments

Comments

@neerro
Copy link

neerro commented Feb 12, 2025

Operating system

Android 10

System version

1.12.0-alpha.6

Installation type

sing-box for Android Graphical Client

If you are using a graphical client, please provide the version of the client.

1.12.0-alpha.6

Version

Description

After updating directly from the GitHub repository from version
SFA-1.12.0-alpha.5-arm64-v8a.apk to
SFA-1.12.0-alpha.6-arm64-v8a.apk and launching tunnel in the application, the following error appears: Create service: invalid system certificate PEM.
Everything was working fine in previous versions.

Image

Reproduction

Provided in the Description block.

Logs

no logs. can't launch the application

Supporter

Integrity requirements

  • I confirm that I have read the documentation, understand the meaning of all the configuration items I wrote, and did not pile up seemingly useful options or default values.
  • I confirm that I have provided the server and client configuration files and process that can be reproduced locally, instead of a complicated client configuration file that has been stripped of sensitive data.
  • I confirm that I have provided the simplest configuration that can be used to reproduce the error I reported, instead of depending on remote servers, TUN, graphical interface clients, or other closed-source software.
  • I confirm that I have provided the complete configuration files and logs, rather than just providing parts I think are useful out of confidence in my own intelligence.
@neerro neerro changed the title [BUG] 1.12.0-alpha.6 | Creatу service: invalid system certificate PEM [BUG] 1.12.0-alpha.6 | Create service: invalid system certificate PEM Feb 12, 2025
@heywood2988
Copy link

同样情况启动不了

@Dr4tez
Copy link

Dr4tez commented Feb 12, 2025

我在 Android 14 上的 SFA-1.12.0-alpha.6-arm64-v8a.apk 应用程序中的任何配置都没有发生这种情况。

@neerro
Copy link
Author

neerro commented Feb 12, 2025

同样情况启动不了

Which version of the Android operating system are you using?

@wqerrewetw
Copy link

This can be temporarily fixed by adding certificate block and set store to mozilla.

{
....
 "certificate": {
    "store": "mozilla"
  },
 ....
}

@neerro
Copy link
Author

neerro commented Feb 12, 2025

This can be temporarily fixed by adding certificate block and set store to mozilla.

Thank you, kind person. This is truly working solution :))

@neerro
Copy link
Author

neerro commented Feb 13, 2025

In version SFA-1.12.0-alpha.7-arm64-v8a.apk, the error was fixed. Everything is now working as before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants