Just enabled VPN connections (incoming) on my Windows 7 PC which also hosts PMS and Plex Connect. I made changes to the config as per the plex connect wiki which apparently allows the 2 to cohabit, settings.cfg looks like:
[PlexConnect]
enable_plexgdm = False << Disabled this
ip_pms = 192.168.1.100 << Added this
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
enable_plexconnect_autodetect = False << Disabled this
ip_plexconnect = 192.168.1.100 << Added this
hosttointercept = trailers.apple.com
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
certfile = ./assets/certificates/trailers.pem
loglevel = Normal
logpath = .
Error I get when starting plex connect is:
Failed to connect to HTTPS on 192.168.1.100 port 443 :[ Errno 10013] An attempt was made to access a socket in a way forbidden by its permissions
I suspect something else (VPN) is using 443. How do I get around this?
Thanks!!