Search results

  1. L

    Good night everyone! I'm suffering from a trouble caused by SSL

    :) if you look at that /etc/rc.d/init.d/lsws you will see it's basically done via /usr/local/lsws/bin/lswsctrl
  2. L

    Good night everyone! I'm suffering from a trouble caused by SSL

    try with command /usr/local/lsws/bin/lswsctrl restart
  3. L

    Good night everyone! I'm suffering from a trouble caused by SSL

    try this certbot certonly --webroot -w /usr/local/lsws/fitpolo/wp/ -d fitpolo.net -d www.fitpolo.net the generated cert should be as my screenshot which contains both domains. best regards,
  4. L

    Good night everyone! I'm suffering from a trouble caused by SSL

    Hi, you can do the same with very exact same certbot command , when you have certbot command generated the 2-domain cert , set it up in listener if you have only one virtual host on your server, set it on your listener AND vhost if you have multiple vhost. the listener for 443 MUST have a...
  5. L

    Good night everyone! I'm suffering from a trouble caused by SSL

    Hi, From what I know , I don't think it's possible to set up 2 certs for single domain , people issues 1 cert with multiple domains , like in my screenshot. your issue here, is not about how to configure the webserver to use 2 cert for 1 domain, but how to issue a 2-domains on 1 cert from...
  6. L

    Good night everyone! I'm suffering from a trouble caused by SSL

    In addition to David's reply As you can see in my screenshots , for example of this forum , you can see the cert is valid for both "www.forum.openlitespeed.org" domain and "forum.openlitespeed.org" while check yours is only for "www.fitpolo.net" , that's why you have SSL error when access...
  7. L

    Invalid rewrite directive

    yes, this should work
  8. L

    Lsphp72 not support caching_sha2_password when use MYSQL8.0.4

    Yes, mysql 8.0 use new auth , I also tested several others environment with php72 and php73 , none of them supports this new auth ,for now you can set mysql to use native_password. meanwhile we will also seek into the possibility to make this works.
  9. L

    Invalid rewrite directive

    Hi, For expire header, you need to login to webadmin console and create context there for it, this guide here might be helpful. Best regards,
  10. L

    OLS Cache Module/LScache does not work

    hI, 1. Yes, it would make it easier to use. 2. I see your website is behind Cloudflare and showing "br" compression, do you not see gzip or br header? Best regards,
  11. L

    [ANY]IPV6 listener Can't work correctly.

    first time I do see the same error as you do , but if I graceful restart it , the error is gone. try run this /usr/local/lsws/bin/lswsctrl stop /usr/local/lsws/bin/lswsctrl start
  12. L

    [ANY]IPV6 listener Can't work correctly.

    please enable full debug log and see what does it say
  13. L

    [ANY]IPV6 listener Can't work correctly.

    try if your ipv6 are reachable
  14. L

    [ANY]IPV6 listener Can't work correctly.

    I have seen before that in case , the ipv6 is not set up correctly , as can not be ping'ed from outside , it will just fail to bind with.
  15. L

    [ANY]IPV6 listener Can't work correctly.

    Please stop OLS, run `netstat -lnp | grep 80` , see if ipv6 is occupied by something
  16. L

    [ANY]IPV6 listener Can't work correctly.

    please try manually stop OLS and then start it again
  17. L

    [SOLVED] How to do a 301 redirect?

    like normal apache way ? RewriteCond %{HTTP_HOST} ^example.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.example.com [NC] RewriteRule ^(.*)$ http://example.net/$1 [L,R=301,NC]
  18. L

    CSP Headers aren't being sent

    well , my mistake ,it seems to be a webadmin bug. , though I always use absolute path in there.
  19. L

    CSP Headers aren't being sent

    This , I think , no , it's not bug , it should be absolute path on file system
  20. L

    CSP Headers aren't being sent

    Then please submit a ticket here
Top