jjethwa / rundeck

GNU General Public License v3.0
123 stars 137 forks source link

default credential not working #155

Closed divyaimca closed 1 month ago

divyaimca commented 5 years ago

With http url, default credential admin/admin not working. Its not showing any error, but the login is not happening.

Used :

sudo docker run -p 4440:4440 -e EXTERNAL_SERVER_URL=http://localhost:4440 --name rundeck -t jordan/rundeck:latest

for setup and then able to access the page with http://localhost:4440 and tried to login with admin/admin.

divyaimca commented 5 years ago

It works only with https not with http

jjethwa commented 5 years ago

Hi @kumarprd

Have you tried using the hostname, FQDN, or IP address instead of localhost?

jjethwa commented 5 years ago

bump @kumarprd

jjethwa commented 1 month ago

Closing as no more updates