MID Server down error "An error was discovered processing the WS-Security header"Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; padding-left: 1em; } li { padding-left: 1em; } --> Description This article describes how to handle a situation where the MID Server is down or cannot connect to instance during installation. The following error occurs in the MID Server logs: 2/25/18 16:47:35 (126) StartupSequencer SEVERE *** ERROR *** SOAP Response: Status code=500, Response body=wsse:InvalidSecurity An error was discovered processing the WS-Security header No certificate(s) found in WS-Security profile 02/25/18 16:47:35 (126) StartupSequencer WARNING *** WARNING *** SOAP server error reported by ServiceNow instance, user 'midserver' may be missing the 'soap_script' role 02/25/18 16:47:35 (126) StartupSequencer SEVERE *** ERROR *** test failure Solution/Workaround The error "An error was discovered processing the WS-Security header No certificate(s) found in WS-Security profile" can be due to WS-Security verification configuration in the instance. When WS-Security is enabled, authentication is required for all SOAP requests including internal integration communications such as the MID Server, ODBC Driver, Remote Update Sets, and high availability cloning. SOAP requests for these internal integration communications cannot implement WS-Security due to technical implications. If your instance uses these SOAP interfaces, you can allow them to bypass the WS-Security authentication requirement by marking their user accounts as internal integration users. Confirm that WS-Security is set up. Navigate to System Web Services > PropertiesVerify that Require WS-Security header verification for all incoming SOAP requests is checked. Mark the MID server user as an internal integration user. Navigate to User Administration > Users.Select the user account for the MID Server or ODBC Driver.Configure the form to add the Internal Integration User field, or edit through a list.Select the Internal Integration User checkbox.Click Update. Note – If the user record update is aborted before the steps to mark the MID Server user as an internal integration user complete, two business rules might be blocking users with the mid_server role from having the "internal integration user" option selected. These business rules are: Incompatible MID Server user role (sys_id = 64923f4bc713220003fa9c569b9763e6)User settings incompatible with MID (sys_id = c006104c723220003fa9c569b9763c5 or fc006104c723220003fa9c569b9763c5) In this situation, deactivate these business rules and then activate them again. To find the business rules: Navigate to System Definition > Business Rules.Search by the sys_id or name. For more information, see KB0661756, "MID Server "Down" troubleshooting"