-
-
Notifications
You must be signed in to change notification settings - Fork 25
browsing to https gives error #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I notice sometimes this service ran out rate limit given by let's encrypt. Sometimes even let's encrypt totally refuse until I followed their notice link. I have no alert set up to tell if SSL fails unless retroactively see logs. You can try to self host this service if it urgent. |
We are self-hosting it. |
|
this service is just runnend on node server on linux in azure and is using pm2 for multi process management. |
Where can i find the logs? |
PM2 should save some stdout logs. I use systemd and I casually search logs there. |
hmm how did you run the project through systemd? |
I just wrote this file
And setup it up on top of nginx config https://gist.github.com/willnode/7e6f1779d28828954c9b25cf9a7c4161 |
this is one of the errors: app | at Client.pollAuthz (file:///forward-domain/forward-domain/src/certnode/lib/client.js:332:23) |
this was a CAA record problem. But if i surf to https://domainA.be I got a invalid cert problem. |
If you setup a forward (domainA.com) and you forward (domainB.com)
and you browse to https://domainA.com you will receive a Privacy error.
Is there a way to fix this?
The text was updated successfully, but these errors were encountered: