Hello :)
I'm newbie on plex+atv.
I heard about plexconnect so I bought atv 3rd gen.
Through many instructions, I cleared each step for connect atv into my plex media server.
after endless painful attempts, I realized that WebServer.py module does not works at all.
First, my pc configurations are:
OS:Windows7 32bit
HW:N36L(HP Microserver)
Python ver : 2.7.x
plexconnect src ver : latest (downloaded yesterday)
atv sw ver:6.0.1
I have a router on my home network, both N36L and AppleTv are attached to this router.
N36L IP : 192.168.0.10
Atv : 192.168.0.40
Gateway : 192.168.0.1
I attached cmd console log below.
Nov 1 00:32:24 Apple-TV backboardd[28] : __hid_dispatch_pthread_root_queue_create_block_invoke: specific=0x17d26600 pthread_self=0x2f75000Nov 1 00:32:25 Apple-TV AppleTV[24] : CFNetwork SSLHandshake failed (-9806)Nov 1 00:32:25 Apple-TV AppleTV[24] : CFNetwork SSLHandshake failed (-9806)Nov 1 00:32:25 Apple-TV AppleTV[24] : CFNetwork SSLHandshake failed (-9806)Nov 1 00:32:25 Apple-TV AppleTV[24] : NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)
Yesterday, I captured network packets, but I have no knowledge with network packets especially SSL packets.
If you need captured packet, I would attach it later.
When I change my browser's UA to 'AppleTV' and trying to connect plexconnect's WebServer module through SSL(type https://192.168.0.10 in URL bar), it seems like it can not response any type of SSL HTTP request. Browser says "This page is unavailable".
It is clearly different from normal port(80) webserver. port 80 works well.
I'm running "Subsonic" on N36L. It also supports SSL connection. subsonic works great with SSL HTTP option. Of course subsonic's SSL option is off when I trying to use plexconnect.
For your information, I attach my plexconnect cfg file below.
[PlexConnect]enable_webserver_ssl = Truelogpath = .enable_dnsserver = Trueprevent_atv_update = Trueport_dnsserver = 53enable_plexconnect_autodetect = Trueport_pms = 32400port_webserver = 80ip_plexconnect = 0.0.0.0certfile = C:\Users\sunny\Desktop\PlexConnect-master\assets\certificates railers.pemip_dnsmaster = 8.8.8.8loglevel = Normalip_pms = 192.168.178.10enable_plexgdm = Trueport_ssl = 443
I have no idea how to fix this problem..
I'm living in korea so AppleTV can't do anything for me without plex connection.
It'll be very appreciated with your comment. Thank you :)