Solve connection issues

Introduction

  • What is necessary to connect the plug-in to the Zivver backend?
  • How to make sure if the plug-in connection is correct?

The Zivver Office Plugin needs a connection to the Zivver backend to send and receive Zivver messages.

Plugin connection to Zivver

These parameters affect the connection.

  • The plug-in makes an HTTPS connection (TLS) only through port 443.
  • The plug-in makes a connection to Zivver through the DNS domain https://*.zivver.com. The wildcard * means that multiple subdomains exist under the domain and can be used. Zivver does not use fixed IP addresses.
  • A firewall does not stop The Zivver connection.
  • A proxy does not block Zivver.

How to check the connection between the Office Plugin and Zivver

If the plug-in has a connection with Zivver, the user can log in with the Zivver-account credentials. In addition, the Zivver toolbar does not display notifications about the connection status. That means that the toolbar is unavailable (gray) or blue.

Do a connection check in the About Zivver screen:

  1. Click the Zivver tab.
  2. Click About Zivver.

If you see a version number adjacent to Backend version and Backend API version, the connection with Zivver is available. The version number for Plug-in API version is always available, even when there is no connection.

If the plug-in cannot connect, the Zivver toolbar shows a message. Then, the toolbar becomes red. It shows this message.

Cannot connect to the Zivver service. Are you connected to the internet?

If the network status is still unknown, the plug-in shows this message:

Connecting…

If the connection is not up, you see a message that says that the username or password is incorrect. To continue, do an investigation of your connection to Zivver. Refer to the next section.

Connection issues

Do these checks if you see these issues. * The Office plug-in cannot connect to the backend. * In About Zivver no version numbers show after Backend version and Backend API version

  1. The Zivver Office Plugin must be able to use the standard HTTPS port (443). If necessary, add this permission to your proxy server settings.
  2. A firewall does not block the Zivver backend.
    Add https://*.zivver.com to the trusted domains list if necessary.
  3. A digital certificate must be signed from the Office Plugin to secure the connection to Zivver.
    Change this line when a connection to Zivver is blocked:
    %AppData%\Zivver\OfficePlugin\zivver.config.xml
    Add this line:
    <PinRootCertificate>false</PinRootCertificate>

Was this article helpful?

thumb_up thumb_down