Rath Pascal
Rath Pascal
Could you please show the file permissions on the key file? `ls -l {{ playbook_dir }}/testkey.key` Is semaphore ran as root user? The file-check is pretty streight-forward: https://github.com/ansibleguy/collection_opnsense/blob/latest/plugins%2Fmodule_utils%2Fhelper%2Fapi.py#L17 As an...
Make sure to set `connection: local` as seen in the docs: https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html#inventory
Is the `firewall` parameter also defined? ```yaml module_defaults: group/ansibleguy.opnsense.all: firewall: "{{ inventory_hostname }}" ``` https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html#defaults
Have created a LUA plugin draft: https://github.com/O-X-L/haproxy-ja4 Contributions are welcome!
The JA3 standard is very simple in comparison. (example: [JA3N LUA](https://github.com/O-X-L/haproxy-ja3n/blob/latest/ja3n.lua) vs [JA4 LUA](https://github.com/O-X-L/haproxy-ja4/blob/latest/ja4.lua)) A basic overview of [what is necessary](https://github.com/FoxIO-LLC/ja4/blob/main/technical_details/JA4.md): * value mapping (part1+2+3) * create a padded count...
FYI: This version is working fine for me. Any reason for the delay?
Had it running the last 20 days without any major issues: (_with go 1.22.3_) * Only a few errors per day in relation to the hits/requests  * Memory (_100%...
As reference: https://github.com/corazawaf/coraza-spoa/pull/103
Related to: https://github.com/ansible-community/ara/issues/580
Note: [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is configured since the last release. This feature helps prevent XSS in possible future vulnerabilities. https://github.com/ansibleguy/webui/commit/5cbe2f8f536c3a80dca7b379013afa23314c8467