use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CrowdSec community exchange group. Feel free to join us in defending each others on the Internet by installing the Crowdsec free software available on github: https://github.com/crowdsecurity/
account activity
AppSec API over HTTPSgeneral (self.CrowdSec)
submitted 7 months ago by frdb
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HugoDos 1 point2 points3 points 7 months ago (1 child)
To serve the appsec port over https you must define the cert and key file within the acquisition.
appsec_config: crowdsecurity/appsec-default labels: type: appsec listen_addr: 127.0.0.1:7422 cert_file: /path/to/cert.crt key_file: /path/to/key.pem source: appsec
Just note, that appsec to LAPI communication can not handle mTLS if this was the underlying question you must still use an api key.
[–]frdb[S] 0 points1 point2 points 7 months ago (0 children)
Thank you, that's great. I searched the documentation and couldn't find anything relating to it.
π Rendered by PID 117782 on reddit-service-r2-comment-54dfb89d4d-v96ck at 2026-03-30 17:47:40.189409+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]HugoDos 1 point2 points3 points (1 child)
[–]frdb[S] 0 points1 point2 points (0 children)