Skip Navigation

WinInet errors and warnings

Warning require client certificate 12044.
This error occurs when using HTTPS and “VALIDATECERT=N” in the 
run.bat
 file , but SSL is set to “Require SSL” for the wwwroot\csi web application.
If using HTTPS, you may see an entry that indicates the SSL configuration of IIS:
“Validate cert 84C80300” or “IGNORE cert 84C83300”
For more information, see Certificate issues.
ERROR Could not send request due to: 12xxx
This is a standard WinInet error. This error occurs for reasons indicated by the description of the particular error. Here are some common errors:
  • 12002, “The request has timed out.”
    Look into server performance issues such as high CPU usage and a large number of sign on attempts.
  • 12007, “Internet name not resolved.”
    This error can indicate a DNS issue.
  • 12029, “Cannot connect.”
    This error has several possible causes:
    • A proxy is required but the “Use a proxy server” check box (in 
      Internet Explorer
       > 
      Internet Options
       > 
      Connections tab, LAN Settings
      ) is not selected.
    • A rule to have client traffic bypass the proxy is not configured when a proxy server is used.
    • A recent change for firewall settings on the server.
  • 12031, “Connection reset."
    This error message may be displayed if the desktop app was pointed to the failover server to allow upgrade of the production server and the failover server was set to the production server, causing a circular loop.
  • 12157, “Security channel error.”