PegaCHAT 7.31 SSL (TLS) encryption
Hi All
I've been asked if the XMPP server can be secured as well as the web server hosting PegaCHAT.
There isn't any section in the config.json file for specifying this only for the server port.
So we have the following in the config file :-
"server_port" : 80,
"server_host" : "",
"server_protocol": "",
"server_host_url": "",
"chat_file_path" : "",
"enable_ssl_server" : false,
"ssl_server_config" : {
"ssl_certificate_path" : "",
"ssl_key_path" : "",
"ca_certificate_path" : ""
},
"enable_xmpp_server" : true,
"xmpp_server_config" : {
"port" : 5280,
"host" : "localhost",
"path" : "./xmpp"
},
So does enabling SSL for the server also enable this for XMPP?
Thanks
Craig