-
Hey, i keep getting the above error when i try to connect to any website behind npmplus through firefox. Here is the docker logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 25 comments 17 replies
-
do you run a local instance? |
Beta Was this translation helpful? Give feedback.
-
Found the issue. Its right there in the text. There are some leftover "dummycert.pem" files from npm. Not sure, why they are there, but i deleted them and now its working |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Ok, i have to reopen this, as it is happening again. The dummycert.pem and dummykey.pem file appeared again. But deleting them didnt help this time. Additionaly, since switching to npmplus i cant access my jellyfin instance anymore. I always receive error code 400 |
Beta Was this translation helpful? Give feedback.
-
What exactly do you mean by "local instance"? |
Beta Was this translation helpful? Give feedback.
-
do you access it using an private ip / domain that rewrites to a private ip |
Beta Was this translation helpful? Give feedback.
-
Still not 100% sure what you mean, but i´ll try to explain. So i have npmplus and jellyfin on my homeserver. I have my pihole configured for local dns so when i access jellyfin.mydomain.de it returns the home server ip. But i already tested it without that route over pihole |
Beta Was this translation helpful? Give feedback.
-
see README.md:
|
Beta Was this translation helpful? Give feedback.
-
Will try that |
Beta Was this translation helpful? Give feedback.
-
Ok, looks like that helped. Also the error 400 was caused by adding this proxy header "proxy_set_header Host $host;" |
Beta Was this translation helpful? Give feedback.
-
can I close? |
Beta Was this translation helpful? Give feedback.
-
Btw, this error is happening again, although i set "must-staple = false" in config.ini |
Beta Was this translation helpful? Give feedback.
-
did you just set it to false or did you also recreated your certs after that? (not renewed but recreated) |
Beta Was this translation helpful? Give feedback.
-
I have one certbot certificate, which i renewed after setting it to false. But it doesnt say anywere in the readme to reacreate them, does it? The readme only mention custom certificates |
Beta Was this translation helpful? Give feedback.
-
I've added it to the readme |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
"No such file or directory" |
Beta Was this translation helpful? Give feedback.
-
Restarted Container, and its not working anymore. In docker logs its stuck here:
And the admin page isnt loading anymore |
Beta Was this translation helpful? Give feedback.
-
Yes, i saw that aswell and the file it is searching isnt there. I just deleted the old certificate and added a new one through certbot |
Beta Was this translation helpful? Give feedback.
-
you wrote your own error |
Beta Was this translation helpful? Give feedback.
-
run |
Beta Was this translation helpful? Give feedback.
-
Tbf, you wrote "recreate" and recreate for me means "delete old, create new". Otherwise you should have said "create a second one and leave the old one there", but yes, i see my fault there |
Beta Was this translation helpful? Give feedback.
-
Is it normal that I have to set |
Beta Was this translation helpful? Give feedback.
-
For those that are getting the internal error, that looks like something that @Zoey2936 needs to add a fix for. If you delete the cert before either removing or changing on from any hosts that are using it, you will get that error. I was able to work around this so I didn't have to delete all of the hosts as suggested in another comment, I will say what I did below. For me, the location of these files on the host would be
|
Beta Was this translation helpful? Give feedback.
-
Btw, for some reason my initial issue is happening again. From my internal network i cant access my websites using their domain names. I again get the error "MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT". must_staple is still configured to false (i see this is now the default) and i already tried recreating my ssl certificate through certbot, but it aint working. |
Beta Was this translation helpful? Give feedback.
see README.md: