Page 1 of 1

Problem accessing ADM after installing a new certificate

Posted: Fri Jan 22, 2021 4:34 pm
by kambeel
I can not access ADM anymore after installing a new certificate (and setting that certificate to be the default one). Tried a reset but that did not help.

What I can do for now:
Access the folders on the hard drives
SSH access

What does not work:
ADM login
Self added cronjobs are running, but the retrieved files are all zero bytes.


I tried to find the last installed certificates so I could remove them (so a restart could solve the problem), but I could not find these.

Can anyone help to solve the problem?

Re: Problem accessing ADM after installing a new certificate

Posted: Fri Jan 22, 2021 4:43 pm
by father.mande
Hi,
with a ssh connection :
A.D.M. certificate and others (ex. LetsEncrypt) are in /usr/builtin/etc/certificate
A.D.M. basic configuration are in /etc/nas.conf (/volume0/etc/nas.conf) in the first line you can see https options

Code: Select all

HttpsOnly = No
EnableHttps = Yes
HttpPort = xx
HttpsPort = yy
... you can edit the file to suppress use of https / reboot then connect with hhtp and retry your configuration ...

Philippe.

Re: Problem accessing ADM after installing a new certificate

Posted: Sat Jan 23, 2021 3:15 am
by kambeel
Thx a lot Philippe!!

Got back into ADM again .......