hello,
I have a website with domain name http://englishsociety.net/ which work fine with SSL and I install it with success but I have other pages that run on different port which is 2087,2096, 2083 which is working fine but without SSL lets look at this example:
open a new tab and enter the following url once with https and other time with http http://englishsociety.net:2087/stat
when you put http the site work fine but when you add the s for https the browser show message This site can’t provide a secure connection
Then you need to reconfigure your webserver to enable TLS (SSL is an older name for TLS) on those ports.
A certificate isn't port-aware and works on any port, so this is a webserver configuration issue. However, you've managed to remove all the questions from the questionnaire which was provided to you when you opened this thread in the Help section and frankly, this is not the "How do I configure webserver X" Community.
Also note that most webservers, if not all, don't allow both HTTP and HTTPS on the same port, so it's either one of those.