Git Product home page Git Product logo

Comments (7)

mu-arch avatar mu-arch commented on May 13, 2024 1

After commenting out that line NGINX succeeded in restarting!

from postal.

adamcooke avatar adamcooke commented on May 13, 2024

One of those lines looks truncated. Looks like an issue with the SSL cert in /etc/nginx/ssl/postal.crt. Did you generate one for it?

from postal.

mu-arch avatar mu-arch commented on May 13, 2024

Yes I ran
openssl req -x509 -newkey rsa:4096 -keyout postal.key -out postal.crt -days 365 -nodes

But in the config file I left those postal.key & postal.crt alone because I felt they were correct. Did I need to edit those? I only changed two lines to add my domain.

from postal.

adamcooke avatar adamcooke commented on May 13, 2024

It depends what directory you were in when you ran the OpenSSL command. Make sure you run it while within /etc/nginx/ssl. I'm not sure that's clear in the docs so I will fix that later too.

from postal.

mu-arch avatar mu-arch commented on May 13, 2024

That folder didn't exist on my system. I went ahead and created it then ran the openssl command it in but it did not fix my issue.

from postal.

adamcooke avatar adamcooke commented on May 13, 2024

It could also be the dhparam.pem which is missing too. You can just comment that out and restart. Let me know any errors you see after that.

from postal.

adamcooke avatar adamcooke commented on May 13, 2024

I've updated the default nginx config in the repo to comment that out.

from postal.

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.