AddOn Messenger (Realtime Chatting) [Paid] [Deleted]

Status
Not open for further replies.
Hello, the Chat isnt working on SSL, i dont understand this part :

Code:
Note: Some keys need to be update on the file config.json

    secure: If your site use SSL. The value should be true
    ssl_key_path: The path to SSL Key. Eg: /some/where/to/domain.com.key
    ssl_crt_path: The path to SSL CRT. Eg: /some/where/to/domain.com.crt

Second problem is, that node.js is turning off every day. Its running and then it stops. Can you please help me? Thank you
 
Hello, the Chat isnt working on SSL, i dont understand this part :

Code:
Note: Some keys need to be update on the file config.json

    secure: If your site use SSL. The value should be true
    ssl_key_path: The path to SSL Key. Eg: /some/where/to/domain.com.key
    ssl_crt_path: The path to SSL CRT. Eg: /some/where/to/domain.com.crt

Second problem is, that node.js is turning off every day. Its running and then it stops. Can you please help me? Thank you
balkanminionDid you use this command:
Code:
forever start server.js
 
Hello, thanks for the reply.

Yes, i started forver start server.js and it works many hours and then it just stops.
And can you please help me with the SSL Part? Thank you
 
Hello, thanks for the reply.

Yes, i started forver start server.js and it works many hours and then it just stops.
And can you please help me with the SSL Part? Thank you
balkanminionDid you have SSL keys?
 
View previous replies…
hi there is nowhere written secure in my config.json

only this code is there

Code:
"ssl_key_path": "/some/where/to/domain.com.key",
    "ssl_crt_path": "/some/where/to/domain.com.crt",
    "api_key": "121756a34d39bbd83fdef7a58ea47e9134d998fa",
    "port": 3210,
    "port_ssl": 3211
 
Status
Not open for further replies.
Back
Top