Recent content by DesignyourCode

  1. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Hi @Cold-Egg - just wanted to confirm that I have now tested this on multiple servers and the upgrade above works perfectly. The only thing I noticed was that any sites on the same server that had previously had an SSL issued needed re-issuing - so in case anyone else comes across this I...
  2. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Ok great. I will likely spin up a separate server to test this until that version is confirmed as stable and then I can feedback to here on how I get on. Thank you again.
  3. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Hi @Cold-Egg - that's great news that it's almost fixed. Is there an estimate for when these versions will be available? Also, will there be a recommendation on which version to use?
  4. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Hi @lsqtwrk - sorry to just keep messaging about this. Just wondering if you got anywhere with this?
  5. DesignyourCode

    Basic auth protection to allow ACME Challenge

    That's great news, happy to help debug and test my end
  6. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Unfortunately not. I had to put it down and focus on some other things but I am going to be investigating it again this week.
  7. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Hi, this is a copy of the vhost.conf: docRoot $VH_ROOT/public_html vhDomain $VH_NAME vhAliases www.$VH_NAME adminEmails hosting@designyourcode.com enableGzip 1 enableIpGeo 1 index { useServer...
  8. DesignyourCode

    Basic auth protection to allow ACME Challenge

    I've update to this, but it is still not working. The location is /home/<site>/public_html/.well-known/ so this should work, but I still get the basic auth alert when navigating to the text file
  9. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Sorry unfortunately I still can't get this to work. I am obviously missing something. If I try and access <website>/.well-known/acme-challenge/hello.txt in the brower, it still shows the basic auth: # START-HTTP-AUTH context /.well-known/ { location /home/<site>/public_html...
  10. DesignyourCode

    Basic auth protection to allow ACME Challenge

    Thank you for your response. Unfortunately that didn't work. I've restarted the litespeed cache, but no luck. Any other ideas?
  11. DesignyourCode

    Basic auth protection to allow ACME Challenge

    HI, I have the following code set up in my CyberPanel vhost.conf file: # START-HTTP-AUTH context / { realm ProtectedArea } realm ProtectedArea { userDB { location conf/vhosts/<sitename>/htpasswd } } # END-HTTP-AUTH How would I modify this to allow Letsencrypt to perform the...
Top