FAQ - Application server TLS connection using username/password
Introduction
On this page we would like to show some connection examples using username/password. Secure TLS communication will be established but only Nx70 device cert will be validated on customer side.
As this connection is not the most secure, we have disabled it by default and it can be enabled by provisioning.
Set-up:
- Nx70 software 2.47 or higher
- DECT handset R700H software release 11
- Secure with username and password using port 8886
Configuration:
- The Application server must be enabled FAQ - Application servers
- Messaging and Location enabled for the handset FAQ - Messaging and Location how to enabledisable per handset
Enable this TLS connection via provisioning : FAQ - Provisioning and configuration
Please create an .xml file (FAQ - Auto provisioning: Provisioning.xml version 1.0) containing the following parameters and upload it via the webinterface "System → Provisioning and Configuration" (FAQ - Auto provisioning: Via web-interface)- Contact Gigaset to get the GigasetCA.pem that is needed on the server where mosquitto is executed
for Novalink the GigasetCA.pem is NOT needed: Zur Authentifizierung des Gigaset Multizellen Systems gegenüber novaalert muss der Thumbprint / Hash des Zertifikates in novaalert hinterlegt werden. Der Thumbprint wird beim Start von novaalert in den novaalert Aktivitäten ausgegeben.
example for the Servername in Novalink: 192.168.0.91¦as1¦A3f9C4bD72eF18A0B1cAAAe4F5678aBcD90123Ef45ABcde¦AAAAAD3F396AC41967778D5CAD9F12B23CA1B8FF¦ importent is to close every parameter with a ¦
/The thumbprint / hash of the certificate must be stored in novaalert for authentication of the Gigaset multi-cell system against novaalert. The thumbprint is output in the novaalert activities when novaalert is started. - Add device to the known hosts FAQ - Add device to the known hosts
where:
- cafile GigasetCA.pem root CA received from Gigaset
- -p 8886 dedicated port for this communication option
- -h 589ec62904f3 host name corresponding to certificate Common Name.
- -u as1 application server previously added via webUI or provisioning
- -P 123456789012345678901234567890cc password previously added via webUI or provisioning