Coder Social home page Coder Social logo

Comments (2)

RiZKiT avatar RiZKiT commented on May 14, 2024
  1. Have you named the files servor.crt and servor.key? That is the naming mentioned in the sources and in the readme file (https://github.com/lukejacksonn/servor/blob/master/README.md#generating-credentials).
  2. Alternatively servor generates certificates automatically when they do not exist, but you might need to run sudo servor --secure to add the certificate pa to the trusted store. I used cd ./node_modules/servor/ && sudo ./certify.sh once, because I just wanted to create the certificate without starting servor.

from servor.

DeusProx avatar DeusProx commented on May 14, 2024

Hello! I think I have a similiar issue while trying to add live reload for the development of my pwa and probably not the best knowledge about certificates. I wrote some bash script a while ago to create CA certs with my own ca.conf and generated .cer & pvk files and used serve like npx serve --ssl-cert ./../ssl/dev.cer --ssl-key ./../ssl/dev.pvk -l 8080 to serve my content.

For servor I ported the cer to crt with the command openssl x509 -inform PEM -in dev.cer -out dev.crt. Symlinking or copying while renaming to servor.[crt|key] to hasn't worked. It seems like the server doesn't pick my files up and create dummy certs instead.

from servor.

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.