Github user rsafonseca commented on the pull request: https://github.com/apache/cloudstack/pull/308#issuecomment-110049806 @vadimkim It seems like you're not passing to cookies over to the client on that config :) Try setting: proxy_pass_header Set-Cookie; proxy_pass_header P3P; Since your internal domain may not be the same as the external, you might also need some additional config like: proxy_cookie_domain kickcloud.net $host; sub_filter "kickcloud.net" $host; Or something similar :) I will try to reproduce your setup when i have some time to figure out a config that works for sure, but try these configs in the mean while :) Either way, this seems like an issue with the proxy config itself, and there should be no need to adjust code for that situation ;)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---