Replies: 2 comments 1 reply
-
I also have this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error suggest you are trying to do something not allowed with your certificate, maybe you can expand in your details. Verdaccio cache internally the html, maybe related but I have no enough info. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm experiencing something strange.
I have set a Verdaccio registry on a virtual machine: I'm starting Verdaccio as a pm2 process, using Nginx as reverse proxy to serve it on a public domain secured with https.
When I start my pm2 verdaccio process, everything works fine, but after a while when I try to reach the browser UI:
I see that it tries to take these resources from https://ip_address/-/static/resource_name, while in the beginning it searches for https://domain_name/-/static/resource_name and it succeeds. I do not change anything in the meanwhile, and if I restart the pm2 process it works again.
My Nginx configuration, taken from the docs, is something like that:
And my config.yaml:
Any help on this would be appreciated :D
Beta Was this translation helpful? Give feedback.
All reactions