Search Criteria
Package Details: python-accesser 0.11.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-accesser.git (read-only, click to copy) |
|---|---|
| Package Base: | python-accesser |
| Description: | A tool for solving SNI RST |
| Upstream URL: | https://github.com/URenko/Accesser |
| Keywords: | accesser |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | python-accesser-git |
| Provides: | python-accesser |
| Submitter: | Sving1024 |
| Maintainer: | Sving1024 |
| Last Packager: | Sving1024 |
| Votes: | 1 |
| Popularity: | 0.000174 |
| First Submitted: | 2024-08-23 17:21 (UTC) |
| Last Updated: | 2025-10-24 16:16 (UTC) |
Dependencies (15)
- python
- python-cryptography
- python-dnspython (python-dnspython-gitAUR)
- python-packaging
- python-tld (python-tld-gitAUR)
- python-tomli
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-aioquic (optional) – DNS over quic support
- python-h2 (optional) – DNS over https support
- python-httpcore (optional) – DNS over https support
- python-httpx (python-httpx-gitAUR) (optional) – DNS over https support
- python-rich (optional) – DNS over https support
Latest Comments
Sving1024 commented on 2024-12-06 15:19 (UTC) (edited on 2024-12-06 15:20 (UTC) by Sving1024)
@xihale
The cert file is generated when it first runs after the package is installed. The cert itself isn't included in the package.
The program will copy the files from
site-packagesto the working directory and use the config file in the working directory. The/etc/accesserdirectory is where the config file for systemd service is located.By the way, you can also use Chinese to report problems.
xihale commented on 2024-12-06 15:02 (UTC) (edited on 2024-12-06 15:07 (UTC) by xihale)
The SSL certificate is not installed. Additionally, the
/etc/accesserdirectory is misleading and unnecessary, as the main files are located in the python'ssite-packagesdirectory. (Note: Thesite-packagesdirectory depends on the python -m command; you may need to usepython --versionto switch between versions.)To install the certificate, run the following command:
Note: Replace XXX with the python version number.
In my case, the command is:
sudo trust anchor --store /usr/lib/python3.12/site-packages/accesser/CERT/root.crtMore and more, I think that both "Wants" and "After" are unnecessary, as it warns and ignore them in my machine.