Hi!
Recently i was going to harden my webserver. I noticed that the "Playing Info" plugin is using TLSv1 to
communicate to my webserver which was blocked for a good reason

I had this in my webserver conf:
SSLProtocol +TLSv1.2
But to make it work again i had to add this:
SSLProtocol all -SSLv3 +TLSv1
Does anybody know if Version 2 of RadioDJ is using a modern Protocol?
Thank you!