In my clash client's log, I found a request sent to emby.kierankihn.com on port 80 (not 443)
In my nginx's log, my server returned a 301 to this request (redirected it to https).
If I fill in my server's IP address for host and fill 8096 for port, I can connect to my server successfully.
However, it's not secure to access directly with ip and port (especially when I need to expose the port to the public internet), so I'd like to access via my subdomain and https. Is there a way for me to do this?
I am trying to login to my emby server with my domain, but I received an error
Can't connect to the server
.I've tried filling in
https://emby.kierankihn.com
for host, and filling in443
for port.In Kodi's log, the requested url is correct, like so:
But in my clash client (a network proxy tool), I can't find the request record
I've also tried filling in
emby.kierankihn.com
for host, and filling in443
for port.In Kodi's log, the requested url is over http instead of https
In my clash client's log, I found a request sent to emby.kierankihn.com on port 80 (not 443)
In my nginx's log, my server returned a 301 to this request (redirected it to https).
If I fill in my server's IP address for host and fill 8096 for port, I can connect to my server successfully.
However, it's not secure to access directly with ip and port (especially when I need to expose the port to the public internet), so I'd like to access via my subdomain and https. Is there a way for me to do this?