Verdaccio [localhost] + UPM

I’ve got a verdaccio registry running on my localhost - https://localhost:4873. The certificates are all set up correctly (I can view the registry via chrome no problem). I’ve added the ‘caFile’ location in upmconfig.tmol. But UPM still throws an exception that it cannot find the self-signed certificate… argh

Any help would be super appreciated!

7430612--909962--err_1.png

Got no experience with UPM and custom certificates but did you use self-signed certificate or a custom certificate authority?

The documentation does not mention support for self-signed certificates. You might have to create a certificate authority, crate a certificate for Verdaccio, sign the certificate with your custom CA and put the CA certificate in the PEM file (e.g. see here).

There’s also a separate UPM log file that might have more information.