Page 1 of 1

[AMC] Emby update does not work

Posted: 03 Oct 2016, 05:06
by techitch
I've configured my args to update Emby when the move process is complete with AMC however it appears to be attempting an SSL connection on the default port:

Code: Select all

Notify Emby: localhost
GET: https://localhost:8096/Library/Refresh?api_key=<censored>
Unrecognized SSL message, plaintext connection?
By default this port is not SSL, I believe Emby listens on a higher number with SSL. As this is on my local network I have no requirement for SSL so would it be possible to allow for custom ports and choice of SSL in the AMC config?

Re: [AMC] Emby update does not work

Posted: 03 Oct 2016, 05:13
by rednoah
Use 127.0.0.1 instead of localhost.

IP => HTTP
HOST => HTTPS

Re: [AMC] Emby update does not work

Posted: 03 Oct 2016, 05:17
by techitch
brilliant thanks!

Re: [AMC] Emby update does not work

Posted: 19 Nov 2017, 18:46
by totti4ever
https at Port 8096 still doesn't make sense, should be always 8920 for https!!

Re: [AMC] Emby update does not work

Posted: 19 Nov 2017, 23:54
by rednoah
Is there any official documentation about default ports one way or the other?