Configuring SSL

MetaDefender Update Downloader supports accessing Web UI and REST interface via HTTPS. This feature is not allowed by default, however. To allow the feature you should modify Update Downloader Server configuration by following the next steps:

MetaDefender Update Downloader only accepts the file named ssl.conf.mddownloader for SSL configuration.

The user needs to take care of the permissions of the file ssl.conf.mddownloader.

1.Create file ssl.conf.mddownloader in the directory

  • Linux /etc/ometadownloader/nginx.d
  • Windows: in the directory <Installation Directory>\nginx.

2.Enter SSL-configuration according to Nginx. In order for the encrypted HTTPS connection to work, the certificate-key pair is required. This pair contains a certificate.crt file and a certificate_key.key file.

To allow simple SSL one needs to add the following lines only:

Linux:

ssl.conf.mddownloader
Copy

Windows:

ssl.conf.mddownloader
Copy
  1. Service restart is required to take these changes into effect.

Note that certificate and key files are provided by the user who can store them wherever it is convenient. Please adjust the paths accordingly.

Note: When choosing the location for .crt and .key files, make sure they are readable by the service user as well as the directory they are executed from.

OPSWAT has fully deprecated support for TLS 1.0 and TLS 1.1 across its product line

For more SSL-options please consult Nginx documentation.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Configuring SSL