cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2711
Views
0
Helpful
2
Replies

Internal sytem error processing http://localhost/.....

cpremo
Level 1
Level 1

We've just implemented an IronPort S160 appliance into our environment.  In addition, we've just moved from Novell eDirectory to MS Active Directory.  Our internal programmers are receiving this error while testing new applications and we're not sure how to handle the issure (i.e., configure IronPort or DNS) to route these pages to the local PC and not to go through IronPort or our ASA 5510 Firewall.

This Page Cannot Be Displayed

-----------------------------------------------------------------------------------------------------------------------

Internal system error when processing the request for the page (http://localhost/PhysicianSurvey/Depault.aspx).

Please retry the request.

If this condition persists, please contact Help Desk(help.desk@domain.name) and provide the code shown below.

-----------------------------------------------------------------------------------------------------------------------

Notification codes: (1, INTERNAL_ERROR, http://localhost/PhysicianSurvey/Default.aspx)

--  Any guidance on how to resolve this issue is greatly appreciated.

1 Accepted Solution

Accepted Solutions

How are you redirecting your users to the WSA?

My guess PAC file or config of the proxy settings in IE either directly or via group policy?  If so you need to make sure that the "bypass proxy for local addresses" is checked.

View solution in original post

2 Replies 2

How are you redirecting your users to the WSA?

My guess PAC file or config of the proxy settings in IE either directly or via group policy?  If so you need to make sure that the "bypass proxy for local addresses" is checked.

That was it.  The PAC file had the loop back line commented out.

Thanks.