plmary / SecretManager

FR : Outil de partage des mots de passe, EN : Sharing tool passwords
5 stars 2 forks source link

cannot login in Secret Manager #8

Closed candymanuu closed 11 years ago

candymanuu commented 11 years ago

Hello,

I want to test your software, I installed everything, but when I go to the login page, after inserting user "root" and the password it does absolutely nothing. No error message, no message at all. I insert root & password, click "connexion" but nothing happens. Can you help me out a bit here, maybe point me in the right direction?

Thank in advance Bogdan

plmary commented 11 years ago

Ok, contact me : pl.mary(arobas)free.fr

plmary commented 11 years ago

When you've got a connection problem, check the following step : "hosts" file, you must have the following line : 127.0.0.1 secretmanager.localhost

"httpd-vhosts.conf" file, you must have :

ServerName secretmanager.localhost ServerAlias SecretManager DocumentRoot "{your secretManager directory}/SecretManager" # Carefull if you're on Windows "\" and not "/" SSLEngine on SSLCertificateFile "{your XAMPP directory}/etc/ssl.crt/server.crt" SSLCertificateKeyFile "{your XAMPP directory}/etc/ssl/server.key" ServerAdmin admin@orasys.fr DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

Use SecretManager last version

Good luck

candymanuu commented 11 years ago

i have sent an email to pl.mary(at)free.fr and I have explained my steps in detail + pictures. Thanks