Recent content by Cold-Egg

  1. Cold-Egg

    Http/2 error in v1.9.1

    So far we haven't received any similar reports. Could you upgrade again? If the loading issue occurs again, please add your domain and your origin server's IP address to your hosts file so you can access the site directly, bypassing the CDN. If the page still loads slowly or fails to load on an...
  2. Cold-Egg

    WordPress Admin Automatically Logs Out After Login on LiteSpeed Server

    Has this happened before? Or is it a fresh setup? I'd check WP_HOME and WP_SITEURL first and see if they match. You could also use wp CLI command to disable plugins from the console temporarily to narrow down the issue.
  3. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Check it again https://rpms.litespeedtech.com/centos/9/update/x86_64/RPMS/
  4. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Check this https://rpms.litespeedtech.com/centos/9/update/x86_64/RPMS/ 1.9.1-2 is ready.
  5. Cold-Egg

    OLS v1.9.1 available?

    I know 1.9.1 is released, but we might want to add a few minor changes in this version :)
  6. Cold-Egg

    OLS v1.9.1 available?

    I see, v1.9.1 is not final yet, but it is very close. We will add the release log once everything is completed.
  7. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    @stevieosaurus Could you update the openlitespeed package with dnf or yum and let us know if it fixes the issue?
  8. Cold-Egg

    OpenLiteSpeed 1.9.0 PROXY Protocol with Nginx Stream causes HTTPS handshake failure

    I just set up Nginx as a proxy server, which works too. stream { upstream ols_http { server 127.0.0.1:8080; } server { listen 1180; proxy_pass ols_http; proxy_protocol on; } } OLS: tuning { proxyProtocol 127.0.0.1, ::1 }...
  9. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    I will take a look.
  10. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Did you install the package from apt? Or did you get it from a prebuilt package?
  11. Cold-Egg

    OLS 1.9.1 webAdmin loses features

    Do you mean this one? It works on my v1.9.1
  12. Cold-Egg

    Cannot enable PHP 8.3 JIT for some reason on Debian 13

    DM you my test link; it seems to be working.
  13. Cold-Egg

    SHA1 key exchange

    It should be disabled in the latest, please try v1.9.1 and let me know if it works.
  14. Cold-Egg

    OpenLiteSpeed 1.9.0 PROXY Protocol with Nginx Stream causes HTTPS handshake failure

    I use haproxy for testing purposes, and it works from my test. Yes, proxyProtocolIP is the only thing I set. Yes, I tested both http and https listeners with OLS v1.9.1
  15. Cold-Egg

    OLS v1.9.1 available?

    Hi, we repackaged v1.9.1, and it should be available now.
Top