Content repository https not working

Hello, I have configured content repository under vpserver according https://knowhow.visual-paradigm.com/technical-support/server-configuration/content-repository-https/ But I cannot get it working. https section looks like is completely ignored. Only tweak working is listening port change.
Version: VP_Server_16_0_20191108_Linux64.tar.gz

content-repository.conf 
{
        "https" : {
                "key" : "/opt/censored.key",
                "cert": "/opt/censored.crt"
        },
        "server": {
                "port" : "censored"
        },
        "vpserver": {
                "url": "https://censored/"
        },
        "database": {
                "type": "nedb",
                "path": "db/"
        }
}

Hi sysa,

For 16.0, it was supported since 16_0_20200101.

2 Likes