Re: Client Authentication problem Reference this case with Checkpoint. I had same issue. Per my Checkpoint case: Open guidbedit and change the value of http_max_conn_per_process to 0. Then do an apply. The value of 500000 is the amount of connections to the security server allowed before that specific process sends a message to the fwd process to kill the security server and restart it. In certain conditions there is a known bug that prevents this message from reaching fwd so the security server exits without restarting. Our developers have found this message to be largely unnecessary and recommend disabling this by setting the value to 0. This property was not present in older versions such as R55 or R60 but first appeared in R61. In R61, R62, and R65 the default value is 500000. |