On Tue, 23 Aug 2011, Lanxin Ma wrote: > How can I get the inital password of my invenio's admins ?
The initial admin password is empty string, meaning you don't have to fill this field upon logging. You can then change your password at <https://localhost/youraccount/edit>. > http://test17.ihep.ac.cn > [...] > /etc/pki/tls/certs/localhost.crt [...] Issuer: C=--, ST=SomeState, > L=SomeCity, O=SomeOrganization, OU=SomeOrganizationalUnit, > CN=localhost/emailAddress=root@localhost It seems that your certificate is issued for `localhost' common name, while you are using `test17.ihep.ac.cn' canonical URL, as you mentioned above. To fix this, when you create your certificate, you should set Common Name to be equal to the base URL of your Invenio installation. See an example at: <http://invenio-software.org/wiki/Installation/InvenioOnSLC5#A.2ConfigureApache> Alternatively, you can probably accept any certificate related warnings in your browser, especially if you are only testing. Best regards -- Tibor Simko

