In default configuration, web server used for configuration and web streaming is using HTTP protocol and running on port 80

To change port

  • With text editor open c:\SMIPMultiviewer\config.ini
  • edit/add this section:
[webserver]
port=8080

To change protocol to HTTPS

  • With text editor open c:\SMIPMultiviewer\config.ini
  • edit/add this section:
[webserver]
sslEnabled=1
port=443

SSL certificated and cypher configuration files must be placed in:
c:\SMIPMultiviewer\sslcerts

certificates must be provided in OpenSSL compatible X.509 format. TLS 1.2 is used.

Required certificate files :
c:\SMIPMultiviewer\sslcerts\cert – certificate file
c:\SMIPMultiviewer\sslcerts\key – private key file
c:\SMIPMultiviewer\sslcerts\rootcert – root certificate file
c:\SMIPMultiviewer\sslcerts\ciphers.txt – ciphers configuration
suggested content of ciphers.txt:
HIGH:!aNULL:!MD5:!RC4:!3DES:!CAMELLIA