Local DVR access via domain failing for TLS error

Trying to figure out why I can't access my channels through my local domain. It's been acting up for a couple months now, but finally noticed a comment in the logs about TLS so thought I'd check if this is an issue with my router or Channels. Using Safari and trying to login using my sites domain I get the following.

2020/09/16 15:21:48.528397 http: TLS handshake error from 10.0.0.1:63615: EOF
2020/09/16 15:21:48.589846 http: TLS handshake error from 10.0.0.1:63616: EOF
2020/09/16 15:21:48.640365 http: TLS handshake error from 10.0.0.1:63617: tls: client offered only unsupported versions: [301]

Logging in directly using IP it works but I still see this error in the logs (if I recall trying this on another computer previously it would fail on subsequent attempts):
2020/09/16 15:26:16.865406 http: TLS handshake error from 10.0.0.30:63716: EOF
2020/09/16 15:26:16.890534 http: TLS handshake error from 10.0.0.30:63717: EOF

Any suggestions?

Change the url from https:// to http://

I checked my bookmark and it's http, weird thing is safari seems to force it to https. Even manually editing to http it always fails with https. I wonder if this is something unique to Safari?