Fmstrat / plex-ssl

A guide to using NGINX to secure Plex via SSL
GNU General Public License v3.0
39 stars 1 forks source link

nginx: [emerg] unknown "connection_upgrade" variable #11

Open systemx-xx opened 9 years ago

systemx-xx commented 9 years ago

In Ubuntu 14.04.02 LTS, Nginx 1.4.6

Running configuration test is giving me,

nginx: [emerg] unknown "connection_upgrade" variable

Ive tried to set the connection_upgrade to https, while this does work I can access my server on port 33443 over http without https perfectly, is this correct behaviour ?

JohnKiel commented 9 years ago

Yes. Unfortunatley, because of the way plex works, some things still require http. (iOS clients, roku clients, pings from plex.tv, etc.)

The readme documents some of the issues we ran into.