kulikov-a

Results 11 issues of kulikov-a

Hi! [FR] https://forum.opnsense.org/index.php?topic=29740.0 PR extends plugin with "Reset" button to clear sort, row count and visible columns in localStoarge and reload page (use `resetButton: true` option to enable button on...

Hi! ref. https://forum.opnsense.org/index.php?topic=26812.msg130038#msg130038 ) had some time and decided to try: ~~update script is based on lighty cert-staple.sh example~~ marked as draft for discussion: although the idea of using the...

Hi! Continuation of https://github.com/opnsense/core/pull/5497 log_msg() sets LOG_WARNING by default as discussed at https://github.com/opnsense/core/commit/279de63e63129e0b6c94fcbf4b944674bc22a38d#comments change severity level where appropriate Thanks!

Hi! another thing noticed when trying to reproduce https://github.com/opnsense/core/issues/6026 if the connection or server is very (i made it 5 kbit/s) slow (and we also reduced the timeout value), the...

Hi! For discussion (so marked as a draft). What if the backend allowed to control the response in case of a timeout (e.g., tasks for which this is expected. like...

Hi! ref. https://forum.opnsense.org/index.php?topic=30197.0 Turned out that the templates may not be reloaded at system start. (returns "configd socket missing..") Perhaps the call to the service is going too fast and...

Hi. CRLs created with phpseclib3 and signed (RSASSA-PSS) by a RSA-type CA key fails validation with `PHP Fatal error: Uncaught phpseclib3\Exception\UnsupportedAlgorithmException: Signature algorithm unsupported in /usr/local/share/phpseclib/File/X509.php:1455` trace: `phpseclib3\File\X509->validateSignatureHelper('rsaEncryption', '-----BEGIN PUBL...',...

Hi! Is it intentionall that `nginx_prestart()` ignores the `nginx_checkconfig` result? So it is possible that nginx will try to start with a known broken config? (which can lead, for example,...

Hi! a few more suggestions ) * Add the `resolver` directive support (closes https://github.com/opnsense/plugins/issues/3664) * Add config preview/test/copy to GUI * Add `gzip` disabling support (closes https://github.com/opnsense/plugins/issues/3245) * Move bot...

Hi! closes https://github.com/opnsense/plugins/issues/4186 thanks!