SSL port 443
Posted: Thu Jul 20, 2017 8:48 am
Hi Profound-team,
is there any specific setup for running profoundjs on https port 443. I've tried to set up but it's not working.
I just want to be sure that's it's not a firewall issue on my side. port 80 is working and port 443 is normally allowed in firewall settings.
my PROFOUNDUI session is running on port 443. I've ended this subsystem and configured PROFOUNDJS for 443.
So both sessions do not disturb each other.
is there any setup which has to be done in config.js except the port setup ?
module.exports = {
"port": 443,
"staticFilesDirectory": "/www/profoundui/htdocs",
"pathlist": [
"pjssamples"
],
"initialModules": {
"/hello": "pjssamples/hello",
"/hello2": "pjssamples/hello2",
"/connect4": "pjssamples/connect4"
},
"dbDriver": "IBMi",
"timeout": 3600
}
thanks!
best regards,
Georg
is there any specific setup for running profoundjs on https port 443. I've tried to set up but it's not working.
I just want to be sure that's it's not a firewall issue on my side. port 80 is working and port 443 is normally allowed in firewall settings.
my PROFOUNDUI session is running on port 443. I've ended this subsystem and configured PROFOUNDJS for 443.
So both sessions do not disturb each other.
is there any setup which has to be done in config.js except the port setup ?
module.exports = {
"port": 443,
"staticFilesDirectory": "/www/profoundui/htdocs",
"pathlist": [
"pjssamples"
],
"initialModules": {
"/hello": "pjssamples/hello",
"/hello2": "pjssamples/hello2",
"/connect4": "pjssamples/connect4"
},
"dbDriver": "IBMi",
"timeout": 3600
}
thanks!
best regards,
Georg