I want to use SSL for nodejs to secure socketio communication, so I need to use SSL for both apache and node.
In order to have ability to share cookie between php and node, I have to use same domain name .
but if I can not use 443 for same domain that uses both nodejs and php same time.
how can I solve this problem