Author Topic: Http/1.1 Internal Server Error 29  (Read 1127 times)

Offline vojinle

  • Contributor
  • *
  • Posts: 2
  • Karma: 0
Http/1.1 Internal Server Error 29
« on: February 03, 2012, 07:37:18 PM »
I'm using NetScaler in DMZ as reverse proxy for several web applications.
Everything works fine:


Configuration is little bit more complex because I'm using single public IP to publish multiple sites using content switch.

The problem is when user bookmarks authorization page.
When user goes back, NetScaler authenticate user and then it reports error "Http/1.1 Internal Server Error 29"

Is there a way to prevent this?

Thanks for your help,
Vojin

Offline evildani

  • Administrator
  • Hero Member
  • *****
  • Posts: 389
  • Karma: 22
Re: Http/1.1 Internal Server Error 29
« Reply #1 on: February 09, 2012, 02:09:33 AM »
Have you tried to do a trace and see how the flow goes? The error is return to the Auth POST? Or on the GET for the form?

Daniel

Offline vojinle

  • Contributor
  • *
  • Posts: 2
  • Karma: 0
Re: Http/1.1 Internal Server Error 29
« Reply #2 on: February 09, 2012, 02:19:34 AM »
It's POST

Page get's redirected to:
https://auth.site.com/cgi/login

Authorization process shows normal steps


root@vannsvpx01# cat /tmp/aaad.debug

Thu Feb  9 10:17:20 2012
 /usr/home/build/rs_93/usr.src/usr.bin/nsaaad/../../netscaler/aaad/naaad.c[614]: process_kernel_socket call to authenticate
user :admin.vl, vsid :12807
Thu Feb  9 10:17:20 2012
 /usr/home/build/rs_93/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ldap_drv.c[124]: start_ldap_auth attempting to auth admin.vl @ <LDAP Server IP>
Thu Feb  9 10:17:20 2012
 /usr/home/build/rs_93/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ldap_drv.c[415]: recieve_ldap_bind_event receive ldap bind event

Thu Feb  9 10:17:20 2012
 /usr/home/build/rs_93/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ldap_drv.c[608]: extract_ldap_attribute retrieved userPrincipalName value admin.vl@doamin.com for admin.vl
Thu Feb  9 10:17:20 2012
 /usr/home/build/rs_93/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ldap_drv.c[770]: recieve_ldap_user_search_event built group string for admin.vl of:

<list of my AD groups>

Thu Feb  9 10:17:20 2012
 /usr/home/build/rs_93/usr.src/usr.bin/nsaaad/../../netscaler/aaad/naaad.c[1466]: send_accept sending accept to kernel for : admin.vl

Offline evildani

  • Administrator
  • Hero Member
  • *****
  • Posts: 389
  • Karma: 22
Re: Http/1.1 Internal Server Error 29
« Reply #3 on: February 09, 2012, 02:46:40 AM »
How its clientless browsing, that changes things. Then get a trace on the POST and compare it without the use of the bookmark, the NS probably is changing something, or maybe there is something wrong with the cookie.

Daniel