SSL installation

<< Klicken Sie um die Kapiteleinträge aufzulisten >>

Navigation:  Xpert-Timer Manual > Synchronisation > XTSyncServer >

SSL installation

SERVER

The following files must be in the program directory of the SyncServer (OpenSSL)

1.ssleay32.dll

2.libeay32.dll

 

In addition, a certificate and a key file are required in the program directory.

1.xtsync_certificate.crt

2.xtsync_privatekey.pem

 

The following lines must be added in the xtwebserver.ini. This can also be conveniently done via the dialogue below.

[Certificate]

SCERT = xtsync_certificate.crt

RSAkey = xtsync_privatekey.pem

ROOTCERT = xtsync_certificate.crt

PASSWORD = kBorkR9Di4UtjRcpjaG

 

NOTE: A certificate check will not be performed when connecting via a self-signed SSL certificate. The SSL connection is for encrypted transmission only. Therefore, it is not necessary to create your own certificate.

In the configuration of the SyncServer the option "Use SSL" has to be set.

The password for the private keyfile is: xtsyncpassword

syncserver_konfiguration_allgemein

CLIENT (WINDOWS)

In the program client (xperttimer.exe) must have the following files (OpenSSL)

1.ssleay32.dll

2.libeay32.dll

 

On the client, the option "Use SSL" must be set in the connection settings to the SyncServer.

If an optional cross-check of the certificate is to be made, the following lines must be entered in the xperttimer.ini. You can also transfer these lines from xtwebserver.ini.

[Certificate]

SCERT=xtsync_certificate.crt

RSAKEY=xtsync_privatekey.pem

ROOTCERT=xtsync_certificate.crt

PASSWORD=kBorkR9Di4UtjRcpjaG

CLIENT (ANDROID)

On the mobile device, the "Use SSL" option must be set in the connection settings to the SyncServer