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

# sk113159 - database/signatures (APCL/URL, IPS, objects...) update fails when passing through proxy with NTLM authentication

| Property | Value |
|----------|-------|
| Solution ID | sk113159 |
| Date Created | 2016-08-31 |
| Last Modified | 2021-05-28 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |
| OS | Windows, Gaia |

## Symptoms

- * During manual database objects update, when passing through proxy with NTLM authentication, the attempt fails. ![](https://sc1.checkpoint.com/sc/SolutionsStatics/NEW_SK_NOID1472694285020/service_update_fail1608311853.PNG)

* Error message provided multiple possible causes.
* Manually running the command from cli:  
  `# curl_cli [--proxy IP_or_HostName:Port] -v -k https://updates.checkpoint.com -x `  
  provides the following output:   

  ```
  
  * About to connect() to proxy  (#0)
  *   Trying  (proxy IP)  (#0)
  * Establish HTTP proxy tunnel to updates.checkpoint.com:443
  < HTTP/1.1 407 Proxy Authentication Required
  
  < Proxy-Authenticate: NEGOTIATE
  
  < Proxy-Authenticate: NTLM
  < Proxy-Authenticate: BASIC realm=""
  < Cache-Control: no-cache
  < Pragma: no-cache
  < Content-Type: text/html; charset=utf-8
  < Proxy-Connection: close
  < Connection: close
  < Content-Length: 849
  
  * Ignore 849 bytes of response-body
  * Received HTTP code 407 from proxy after CONNECT
  * Closing connection #0
  curl: (56) Received HTTP code 407 from proxy after CONNECT
  ```

## Cause

The use of NTLM for the authentication method is currently not supported.

The reply of 'HTTP code 407' means - Proxy Authentication Required.

## 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
