Recent content by Cold-Egg

  1. Cold-Egg

    SHA1 key exchange

    I will forward it to the dev team and see if we can include this request in the next release.
  2. Cold-Egg

    SHA1 key exchange

    This finding refers to TLS 1.2 signature hash alg with OpenSSL. Modern clients will negotiate SHA-256 where supported. SHA-1 is only present for legacy compatibility and is not actively used in modern handshakes. Currently, OpenLiteSpeed does not offer such a configuration. If you really need...
  3. Cold-Egg

    lsphp84-pecl-imap and lsphp85-pecl-imap installed but imap_ functions not available

    You're welcome. The reason is that the newer OLS version runs PHP in detached mode, so you need to reload PHP whenever you add a new module or make changes to php.ini.
  4. Cold-Egg

    OLS web admin console login issue using alternative web admin port

    Forwarded to the dev team, we will enhance this part, thanks for the report.
  5. Cold-Egg

    lsphp84-pecl-imap and lsphp85-pecl-imap installed but imap_ functions not available

    Do you see imap package in the phpinfo? If not, restart the PHP process (killall lsphp) You can also try listing the imap functions with <?php print_r(get_extension_funcs("imap"));
  6. Cold-Egg

    How to upgrade to 1.9.0?

    @wassupdev 1.9.0 package was pushed yesterday.
  7. Cold-Egg

    OpenLiteSpeed 1.8.4 / Wordpress Performance

    For a WordPress site, please remember to use the LSCache plugin for WordPress to manage caching instead of relying on cache rules or policies. As for PHP tuning, it largely depends on your environment and traffic levels. There isn't a one-size-fits-all configuration. If your site isn't showing...
  8. Cold-Egg

    How to upgrade to 1.9.0?

    The OLS repo package will be built and pushed weekly, so you may expect the package sometime this week. For now, to use the latest version, try /usr/local/lsws/admin/misc/lsup.sh command in the SSH console.
  9. Cold-Egg

    Enable SSL on port 7080

    To do this you would have to click the "details" button in the bottom right and then a little link will say something along the lines as "continue to (website) anyway (unsafe)". If it does not work, do you have any screenshots?
  10. Cold-Egg

    Technical analysis – Possible HTTP/2 behavior after OpenLiteSpeed 1.8.5 update

    Thanks for the report. We’ve rebuilt the package which should includes a few minor bug fixes, and republished it with the same version number. If you install the package from litespeed repo, justupgrade the package should do it, e.g. `apt update && apt install --only-upgrade openlitespeed -y`
  11. Cold-Egg

    Custom error codes and access logging

    Hi @xirtam For further modsec with a custom error code on LSWS, please post in the LSWS forum. Thank you.
  12. Cold-Egg

    OpenLiteSpeed 1.8.5 Signal=11 Segfault Triggered by LiteSpeed Cache Plugin 7.8.1

    Thanks for the report, will check it further via the support ticket.
  13. Cold-Egg

    Can't find a way to whitelist IPs

    I'm a little confused. If the / context is already proxying everything to vaultwarden_backend, and you want to add another context for /admin to whitelist specific IPs, is that correct? If so, you may want to use another proxy context rather than a static context.
  14. Cold-Egg

    Can't find a way to whitelist IPs

    Do you mean /empty/admin is a folder? Then /admin/ is expected. If that's not the case, please provide more information, like is there any file under the admin folder.
Top