mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
Access Resources with self signed TLS Certificate [Docker] #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DevNinja90 on GitHub (Sep 1, 2025).
We have some resources that are only accessable via https. They automatically redirect thir webinterface via HTTP Status Code 307.
When running newt in debug mode this can be observed for the healthprobe.
A connection via pangolin is not succesfull.
We use pangolin in the cloud version for evaluation currently and newt in docker. 10.0.3.1 is the docker host and we want to access a web ui which the host runs. Unfortunately a filesystem / ssh access is not possible. TLS Certs could in theory be exchanged but this then needed to be done for every device (which we have 150 of) and they still would not be trusted.
What could work:
Are there any plans for the secondary idea?
@DevNinja90 commented on GitHub (Sep 1, 2025):
This isssue can be verified by making a wget command to the desired resource