I am using Apache SOLR 6.6.5 as my search engine running on port 8983. I just wanted to enable SSL for solr and followed this guide to make it work under 8984 port with SSL.
Here my problem is that I am not able to see any cores on 8984 which is already created under the port 8983(port without SSL).
http://mywebsite.com:8983/solr/#/ ==> This have 3 cores
https://mywebsite.com:8984/solr/#/ ==> This don't have any cores
It will be really appreciated if anyone could provide the solution for having the same cores for both 8983 and 8984 ports.
Thanks