Description of problem: SSH into instance and enable sso #sh /etc/drupal6/enable-sso.sh <...> Then visit web console. Try to register a new account, or login in as existing account and then go to app/console/account and app/console/plan page. It always returns time out. SSH into instance and disable sso #sh /etc/drupal6/disable-sso.sh <...> Then visit app/console/account and app/console/plan page also returns time-out error message. Streamline works normally on INT&STG. Version-Release number of selected component (if applicable): devenv-stage_702 devenv_4391 How reproducible: Always Steps to Reproduce: 1. Eable sso on instance 2. Try to register, or login using existing account and then go to app/console/account and app/console/plan page 3. Disable sso on instance 4. Try to get access to app/console/account and app/console/plan page Actual results: Always meet time out issue when try to connect to streamline. Expected results: It should return right result and streamline works well. Additional info:
Created attachment 864985 [details] error log
Sorry, this was my fault (I made a security group too restrictive). This should now be fixed, sorry for any problems this caused.
Test on devenv-stage_703 and devenv_4397. The connection to streamline can be successful. Registion and view account info can be successful. So verify this bug. Thanks!