[SOLVED] use https plex url with filebot node

Any questions? Need some help?
Post Reply
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

[SOLVED] use https plex url with filebot node

Post by kaizo33 »

Hello

when i configure filebotnote with Automated Media Center, i can put url with token
the plex server I call is configured on ssl mandatory (plex config > network > secure connections > "required")
it is possible de change with https ?

example log :
Notify Plex: [host:xxxxxxxxxx, token:xxxxxxxxxxxxxx]
GET: http://xxxxxxxxxxxx:32400/library/secti ... xxxxxxxxxx
SocketException: Unexpected end of file from server

i have an error because is not "https"

thanks
Last edited by kaizo33 on 06 Aug 2019, 08:03, edited 2 times in total.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: user https plex url with filebot node

Post by rednoah »

FileBot will default to HTTPS if you connect via HOSTNAME instead of IP.

:idea: Note that HTTPS needs to actually work (i.e. if you need to click away SSL certificate issues when you connect with your browser, then it probably won't work) otherwise using HTTP is probably fine (as long as it's in your own private local network).
:idea: Please read the FAQ and How to Request Help.
kaizo33
Posts: 11
Joined: 13 Jul 2018, 14:04

Re: user https plex url with filebot node

Post by kaizo33 »

thanks it works fine when it connect via remote hostname
destination folder is mounted remote folder, and plex server is remote too (i had put and ip instead hostname)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [SOLVED] use https plex url with filebot node

Post by rednoah »

No worries. For technical reasons (since SSL certificates are issued per HOSTNAME and generally never per IP) you generally can't have both HTTPS and connect-by-IP (unless you ignore SSL certificate errors).
:idea: Please read the FAQ and How to Request Help.
Post Reply