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

# sk181801 - "Error logging into domain" in Web SmartConsole when connecting to a Domain on a peer Multi-Domain Security Management Server

| Property | Value |
|----------|-------|
| Solution ID | sk181801 |
| Date Created | 2023-12-14 |
| Last Modified | 2024-06-05 |
| Technical Level | General |
| Products | SmartConsole, Multi-Domain Security Management Server |
| Versions | R81.20, R81.10 (EOS), R81 (EOS), R81 (EOS), R81.10 (EOS), R81.20 |

## Symptoms

- "`Error logging into domain`" in Web SmartConsole in this scenario:

1. This is a Management High Availability configuration of Multi-Domain Security Management Servers

2. Administrator logs in to Web SmartConsole on one Multi-Domain Security Management Server

3. Administrator connects to a Domain on a peer Multi-Domain Security Management Server

Error popup:

![](https://sc1.checkpoint.com/sc/SolutionsStatics/sk181801/error202401081141031.png)

## Cause

Possible reasons:

1. The current version of the Multi-Domain Security Management Servers does not support the login-to-domain feature on a peer Multi-Domain Security Management Server.
2. Missing or corrupted certificate of the peer Multi-Domain Security Management Server.

## Solution

This problem was fixed. The fix is included in:

* [Jumbo Hotfix Accumulator for R81.20](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.20/Default.htm) starting from Take 54
* [Jumbo Hotfix Accumulator for R81.10](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.10/Default.htm) starting from Take 141
* [Jumbo Hotfix Accumulator for R81](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81/Default.htm) starting from Take 99

<br />

If you choose not to upgrade, follow **these instructions**:

1. Install the the required software version:

   |---------|--------------------------------------------------------------------------------------------------------------------------|
   | Version | Required Jumbo Hotfix                                                                                                    |
   | R81.20  | [R81.20 Jumbo Hotfix Accumulator](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.20/Default.htm) - Take 8 or higher  |
   | R81.10  | [R81.10 Jumbo Hotfix Accumulator](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.10/Default.htm) - Take 93 or higher |
   | R81     | [R81 Jumbo Hotfix Accumulator](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81/Default.htm) - Take 82 or higher       |

2. Copy the Gaia OS certificate from the peer Multi-Domain Security Management Server, on which the Domain login failed, to the Multi-Domain Security Management Server, on which you logged in to Web SmartConsole.

   1. Connect to the command line on the Multi-Domain Security Management Server, on which you logged in to Web SmartConsole.

   2. Log in to the Expert mode.

   3. Back up the current certificate file:

      `cp -v $MDS_FWDIR/conf/mds_web_cert/<Primary_IP_Address_of_Peer_Server>.crt{,_BKP}`

      Example:
      > If these are the IP addresses:
      > * Source Multi-Domain Security Management Server = 192.168.22.33
      > * Peer Multi-Domain Security Management Server = 192.168.22.44
      >
      > then this is the syntax on the server 192.168.22.33:
      >
      > `cp -v $MDS_FWDIR/conf/mds_web_cert/192.168.22.44.crt{,_BKP}`
   4. Copy the Gaia OS certificate from the peer Multi-Domain Security Management Server, on which the Domain login failed:

      `ssh admin@<Primary_IP_Address_of_Peer_Server> 'cat /web/conf/server.crt' | cat > $MDS_FWDIR/conf/mds_web_cert/<Primary_IP_Address_of_Peer_Server>.crt`

      Example:
      > If these are the IP addresses:
      > * Source Multi-Domain Security Management Server = 192.168.22.33
      > * Peer Multi-Domain Security Management Server = 192.168.22.44
      >
      > then this is the syntax on the server 192.168.22.33:
      >
      > `ssh admin@192.168.22.44 'cat /web/conf/server.crt' | cat > $MDS_FWDIR/conf/mds_web_cert/192.168.22.44.crt`
3. Assign the required permissions to the copied certificate file:

   `chmod -v 644 $MDS_FWDIR/conf/mds_web_cert/<Primary_IP_Address_of_Peer_Server>.crt`

   Example:
   > If these are the IP addresses:
   > * Source Multi-Domain Security Management Server = 192.168.22.33
   > * Peer Multi-Domain Security Management Server = 192.168.22.44
   >
   > then this is the syntax on the server 192.168.22.33:
   >
   > `chmod -v 644 $MDS_FWDIR/conf/mds_web_cert/192.168.22.44.crt`

<br />

As an**immediate workaround** - connect with Desktop SmartConsole to the IP address of the applicable Domain.

---

# 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
