Hi, I am writing an in house application where my main web server is "apache " web server hosting the main web portal which is being accessed by HTTPS.
On one of the webpage I am establishing the connection to the socketio based server using HTTPS again but on different port. Hostnames are same for main URL and socketio's URL. If I use two different SSL certificates all goes fine. However if I try to use the same certificate , application is unable to connect to socket io server. I want to use the same certificate for both the URLs (same host , different ports ). Isn't it possible ? -- Deepak Rokade