I saw there was another issue thread on 'Socket Failed to Connect' that was focused on nginx proxy manager (#241 (comment)) and marked solved, but the socket error persists. server { listen 443 ssl; listen [::]:443 ssl; server_name audiobookshelf.*; include /config/nginx/ssl.conf; ...