Docker runs on a NAS system; TLS error #867
Unanswered
BigBen2003
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
the Docker system runs on a NAS system.
Since ports 80 and 443 have already been used by other services, they were redirected to 4080 and 40443 for FrankenPHP.
On a NAS system, access is only possible via an internal IP address, e.g. http://192.168.1.32:4080 or https://192.168.1.32:40443
When accessing via the http protocol, the https protocol is forwarded.
When accessing via the IP address 192.168.1.32, a tls error is displayed.
Can anyone give me a tip on how to prevent forwarding to the https protocol?
Beta Was this translation helpful? Give feedback.
All reactions