Regarding configuring ssl on rundeck

347 views
Skip to first unread message

thevin...@gmail.com

unread,
Nov 22, 2018, 12:03:47 PM11/22/18
to rundeck-discuss
Hi Team,

I have tried to implement ssl on rundeck to run this application on port 4443 by following the below link-


But I rundeck is still running on 4440 port.

Need your help on this.


Regards,
Monika Dhariwal

rac...@rundeck.com

unread,
Nov 23, 2018, 7:48:26 AM11/23/18
to rundeck-discuss
Hi!

Check that you configure 4443 port on framework.properties file like:

framework.server.port = 4443
framework
.server.url = https://localhost:4443

And rundeck-config.properties file like:
 
grails.serverURL=https://localhost:4443

Hope it helps!

thevin...@gmail.com

unread,
Nov 26, 2018, 12:37:02 AM11/26/18
to rundeck-discuss
Hi,

I have configured 4443 in the configuration file of rundeck everywhere it required.

When running this command -

java -Drundeck.ssl.config=$RDECK_BASE/etc/rundeck/ssl/ssl.properties -Dserver.https.port=4443 -jar rundeck-3.0.1.war

The application get stucks and it will again run the process of rundeck in 4440 and show below output for port 4443
lsof -i :4443
COMMAND   PID USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
java    14409 root   90u  IPv6 1296491      0t0  TCP ansible.test.com:pharos (LISTEN)

Thanks for the help..reuesting you to help me at earliest on this.

Regards,
Monika Dhariwal

rac...@rundeck.com

unread,
Nov 26, 2018, 9:28:29 AM11/26/18
to rundeck-discuss
Hi Monika,

I did check your issue and you have two options for that:

1) The first option is to upgrade to 3.0.7 version, 3.0.1 have a known issue with that, check this: https://github.com/rundeck/rundeck/issues/3842

2) And the second option is adding server.port=4443 in your rundeck-config.properties file, follow this: https://github.com/rundeck/rundeck/issues/3786#issuecomment-410957438

Regards!
Reply all
Reply to author
Forward
0 new messages