SSL required?

I see that you can disable SSL in the configuration file. This means that it’s possible to use the software without using SSL? I know that it’s needed for the trailers that, but is it also needed if you replace one of the other applications?


I want to use and IIS proxy and there’s no way to have two SSL sites running on the same port. If I could turn off SSL it would solve my problem.

No its required for all intercepted hosts (storeFront aTV apps).

https://langui.sh/2013/08/27/appletv-ssl-plexconnect/


Only exception that I know of to this is a jailbroken aTV2 that has plexconnect directly installed upon it so it becomes a PlexConnect host.

I want to use and IIS proxy and there's no way to have two SSL sites running on the same port. If I could turn off SSL it would solve my problem.

. IIS is capable of having more than one site on the Same port as long as you specify the host name to be intercepted. (Very standard feature for a web server hosting multiple sites)

Absolutely agree but that doesn’t work with SSL, right?

Yes it does, you specify the certifictate and hostname within the port binding and you can use the same port multiple times

Interesting…do you have an example? Everything I’ve read said it can’t be done.