302 Found | 0 B | xx.xx.xx.xx:443 | |||
| Content-Length | 0 |
| Expires | Thu, 01 Jan 1970 00:00:00 GMT |
| Location | http://rundeck.xxxxxxx.com/user/login |
| Server | Jetty(7.6.0.v20120127) |
| Set-Cookie | JSESSIONID=1xrukcu0hovj5z8i3aj72fe27;Path=/ |
You can tell Jetty to honor X-Forwarded-Proto, X-Forwarded-Host, X-Forwarded-Server and X-Forwarded-For headers by adding the following JVM property:
rundeck.jetty.connector.forwarded set to "true" to enable proxy forwarded support.E.g. modify the RDECK_JVM variable in the file /etc/rundeck/profile and add:
-Drundeck.jetty.connector.forwarded=trueThis will enable Jetty to respond correctly when a forwarded request is first received.
Note: You will still need to modify the grails.serverURL value in rundeck-config.properties to let Rundeck know how to properly generate absolute URLs.
But I tried it and restarted rundeck and there is no change. The https request is still redirected back to http every time for the login.
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/0fce76d0-d7f0-48af-9f83-9e2ed9cbe4c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/7332e99e-7708-4313-b645-7223d2af1284%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/398e611f-c107-4905-95eb-ac96f7817ba9%40googlegroups.com.
framework.server.hostname: my_server_hostnameframework.server.name: my_server_hostnameframework.server.password:
*****
framework.server.port:
4440
framework.server.url:
http://localhost:4440
framework.server.username:
admin
grails.serverURL:
https://rundeck.xxxxx.com
The weird thing is, we have two environments and two F5's. In the other environment it just worked out of the box. I only configured the /etc/rundeck/rundeck-config.properties:grails.serverURL and everything worked. I'm starting to wonder if it's a subtle difference on the F5 that's causing this.--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/cd8554d9-862d-49af-8190-dba36e61c181%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/d186273e-19ad-4de6-9600-d76cc0af4452%40googlegroups.com.