> Source: [sk115613](https://support.checkpoint.com/results/sk/sk115613)

# sk115613 - First Time Configuration Wizard is stuck at 90%

| Property | Value |
|----------|-------|
| Solution ID | sk115613 |
| Date Created | 2017-01-22 |
| Last Modified | 2026-07-10 |
| Technical Level | Advanced |
| Products | Security Gateway, Security Management Server |
| Versions | R81.20, R81.10 (EOS), R81.20, R81.10 (EOS) |
| OS | Gaia |
| Platform | Smart-1, 15000, 3000, 5000, 20, 400, VMWare ESX, TE |

## Symptoms

- * First Time Configuration Wizard is stuck in web browser at 90% (even after several hours).

* Traffic capture on the Host (from which user connects) shows that the web browser repeatedly sends HTTP "GET" requests, but the Check Point Security Gateway does not respond.

* Development Tools in the web browser (e.g., Chrome, Firefox) show that the web browser repeatedly sends HTTP "GET" requests to the Check Point Security Gateway, but the Check Point Security Gateway does not respond.

  *Example from Firefox* :  
  [![](https://sc1.checkpoint.com/sc/SolutionsStatics/sk115613/Firefox_waiting_for_answers_to_its_GET.png)](https://sc1.checkpoint.com/sc/SolutionsStatics/sk115613/Firefox_waiting_for_answers_to_its_GET.png "Click the image to see it in full size in a new tab/window")
* Output of "netstat -ant \| grep -E "Proto\|443\|\<IP_of_Host\>" command on the Check Point Security Gateway shows that connection from Check Point Security Gateway to the Host is stuck in the "`FIN_WAIT2`" state.

  *Example* :

  ```
  
  [Expert@HostName:0]# netstat -tan | grep -E "Proto|443|<IP_of_Host>"
  Proto Recv-Q Send-Q Local Address               Foreign Address             State
  tcp        0      0 <IP_of_Appliance>:443       <IP_of_Host>:<Port>         FIN_WAIT2
  ```

## Cause

TCP specification does not state that the "FIN_WAIT_2" state has a timeout (reference: [https://httpd.apache.org](https://httpd.apache.org/docs/2.4/misc/perf-tuning.html)).  
In some cases, this can cause the TCP connection not to terminate.

Per [RFC 793](https://tools.ietf.org/html/rfc793):  
FIN-WAIT-2 - represents waiting for a connection termination request from the remote TCP.

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
