Hey guys,
I have been using PlexConnect on my ATV3 for a few weeks up until the apple HTTPS fiasco. I have been trying to get it to work but im running into a snag.
Seems like the webserver isnt serving HTTPS properly. If I point my laptop to grab DNS from PlexConnect and try https://trailers.apple.com I get an error stating the connection has been interrupted. Chrome Error: ERR_CONNECTION_RESET
The Log is set to high and its only telling me about DNS request redirections or interceptions nothing regarding the webserver.
[PlexConnect]
logpath = .
enable_dnsserver = True
ip_webserver = 0.0.0.0
prevent_atv_update = True
enable_plexconnect_autodetect = True
port_pms = 32400
port_webserver = 80
ip_plexconnect = 10.161.0.13 #The server
ip_dnsmaster = 10.161.0.4 #My local DC
loglevel = High
ip_pms = 10.161.0.13
enable_plexgdm = False
port_ssl = 443
certfile = /srv/PlexConnect/assets/certificates/trailers.pem
Any Ideas?