Hi everybody, i experience a problem with the host checker on IE with Proxy PAC-File. When I login, it seems that the Host Checker runs into a infinite loop, causing the IE to crash. Can anyone confirm this issue? I'm using: Juniper SA Version 7.1R1 (build 17675) Internet Explorer 8 Test PAC-File: function FindProxyForURL(url, host) { return "PROXY servername.domain.intern:3128"; } Debug-Log: JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupParameters.cpp:85 - 'DSSetupParameters::getParameter()' Host=https://MYHOST.COM JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupRequestHandler.cpp:384 - 'DSSetupRequestHandler::retrievePreauthCookie()' InternetGetCookie() succeeded, err=0 JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupRequestHandler.cpp:389 - 'DSSetupRequestHandler::retrievePreauthCookie()' InternetGetCookie() err=0, allocating memory of size:1043 JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupParameters.cpp:85 - 'DSSetupParameters::getParameter()' Host=https://MYHOST.COM JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupRequestHandler.cpp:384 - 'DSSetupRequestHandler::retrievePreauthCookie()' InternetGetCookie() succeeded, err=0 JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupParameters.cpp:85 - 'DSSetupParameters::getParameter()' Host=https://HOST.COM JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupRequestHandler.cpp:384 - 'DSSetupRequestHandler::retrievePreauthCookie()' InternetGetCookie() succeeded, err=0 JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupParameters.cpp:85 - 'DSSetupParameters::getParameter()' Host=https://HOST.COM JuniperSetupClient.exe JuniperSetupClient p2088 t13D8 dsSetupRequestHandler.cpp:384 - 'DSSetupRequestHandler::retrievePreauthCookie()' InternetGetCookie() succeeded, err=0 --> its going to repeat the last 3 messages.... and after a while: dsHostChecker.exe dsWinClient p4548 t1170 dsinet.cpp:390 - 'DSInet' failed to connect to (HOST.COM) error 10038 dsHostChecker.exe dsWinClient p4548 t1170 dsHttpImplDSInet.cpp:170 - 'DSHttpImplDSInet::tryOpenConn' Error connection: open connection return error code -7 dsHostChecker.exe dsWinClient p4548 t1170 dsHttpImplDSInet.cpp:85 - 'DSHttpImplDSInet::httpOpen' failed to open connetion dsHostChecker.exe dsWinClient p4548 t1170 dsHttpImpl.cpp:114 - 'DSHttpImpl::sendRequest()' httpOpen failed dsHostChecker.exe dsWinClient p4548 t1170 dsHttpImpl.cpp:303 - 'DSHttpImpl::recvResponse()' sendRequest failed dsHostChecker.exe dsWinClient p4548 t1170 dsHttpRequest.cpp:56 - 'DSHttpRequest::httpRequest()' m_http->recvResponse() failed: 1 dsHostChecker.exe dsWinClient p4548 t1170 dsHttpThread.cpp:142 - 'DSHttpThread::run()' openConnection failed dsHostChecker.exe dsWinClient p4548 tB7C dsThread.cpp:216 - 'DSThreadMonitor::release()' called dsHostChecker.exe dsWinClient p4548 tB7C dsThread.cpp:250 - 'DSThreadMonitor::release()' release thread 420a478, size = 1 dsHostChecker.exe dsWinClient p4548 tB7C dsThread.cpp:259 - 'DSThreadMonitor::release()' ended dsHostChecker.exe dsHostChecker p4548 tB7C HttpNAR.cpp:743 - 'CHttpNAR::WaitForNetwork()' HTTP_RETRY, Network problem, retry in 56 seconds -->here it's starting all over again Thank you!
... View more