GithubHelp home page GithubHelp logo

Comments (4)

Code-Egg avatar Code-Egg commented on July 17, 2024 1

HI @nguyenrom

I found the issue, it seems acme set ecc as the default key now, so the default cert and key path do not match the applied certificate path.

To manually fix it, please open the openlitespeed web admin > VHost Templates > SSL, and update from

/root/.acme.sh/certs/$VH_NAME/$VH_NAME.key
/root/.acme.sh/certs/$VH_NAME/fullchain.cer

to

/root/.acme.sh/certs/$VH_NAME_ecc/$VH_NAME.key
/root/.acme.sh/certs/$VH_NAME_ecc/fullchain.cer

And it should start working.

Or you can remove the image and start over again, I have the new image with the config updated and pushed.
See litespeedtech/ols-dockerfiles@2cae335

Let me know if it works.

from ols-docker-env.

nguyenrom avatar nguyenrom commented on July 17, 2024 1

Thanks @Code-Egg so much, It working now 👍🏻

from ols-docker-env.

Code-Egg avatar Code-Egg commented on July 17, 2024

Hi,

Have you removed the site?

curl -I http://n-ols-24-2.tabb.website/
HTTP/1.1 404 Not Found
date: Thu, 23 Feb 2023 03:05:26 GMT
server: LiteSpeed
connection: Keep-Alive

from ols-docker-env.

nguyenrom avatar nguyenrom commented on July 17, 2024

Hi @Code-Egg ,

I have inserted index.html, can you help me to check again.

Here is the step i did:

  1. Deploy new VM (Ubuntu 22.04)
  2. Install ols-docker-env
  3. Make new site
  4. Setup SSL follow tutorial

CleanShot 2023-02-23 at 12 40 00@2x

from ols-docker-env.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.