Search Criteria
Package Details: pixelserv-tls 2.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/pixelserv-tls.git (read-only, click to copy) |
---|---|
Package Base: | pixelserv-tls |
Description: | A tiny bespoke webserver for adblock with HTTP/1.1 and HTTPS support |
Upstream URL: | https://github.com/kvic-z/pixelserv-tls |
Licenses: | LGPL-3.0-only |
Submitter: | liljaylj |
Maintainer: | liljaylj |
Last Packager: | liljaylj |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-19 18:18 (UTC) |
Last Updated: | 2024-03-11 17:05 (UTC) |
Dependencies (1)
- openssl (openssl-gitAUR, openssl-staticAUR)
Required by (1)
- hostsblock (optional)
Latest Comments
liljaylj commented on 2024-03-11 17:40 (UTC)
@rossome, hello. i cannot reproduce error you mentioned. with your script, behavior of pixelserv-tls on my machine did not change.
i have ssl error only on first request to pixerlserv-tls with specific hostname, it's when pixelserv-tls generates certificates for webserver. then, after certs are generated, there are no more ssl errors.
it was like this from day one i use this program and, in my opinion, it's nothing more than just little annoyance (if you even notice it in day-to-day workflow).
PS: updated ca cert generation script. thanks for ideas on how to improve it =).
rossome commented on 2024-03-07 04:57 (UTC) (edited on 2024-03-08 10:01 (UTC) by rossome)
For anyone else running into issues with broken SSL (i.e. ERR_SSL_PROTOCOL_ERROR), I have modified the pixelserv-ca-init script to make browsers happy again. You will need to re-install the newly created ca.crt on your devices.
prometheus commented on 2022-03-17 18:21 (UTC)
The author lost access to the domain listed as Upstream URL. Please change it.
Did you lost you domain name ? #46
gecko commented on 2018-11-18 11:38 (UTC)
There is a small typo that is causing a bug in this package, in the pixelserv-tls.service file for systemd. In the [Install] section, the WantedBy= Says mutli-user.target. This needs to change to multi-user.target (ie change mutli -> multi). This typo means that the service doesn’t run at boot and instead has to be started manually after a reboot. Otherwise, good aur package for the very useful pixelserv-tls server.
kvic commented on 2018-09-06 18:40 (UTC)
Nicely done. Thank you. I started using this package on my SBC running ArchLinux for ARM.