Hi,
Is it possible to use Traefik as an outgoing gateway?
The application I am using (no access to sourcecode) is connecting to REST API with PUT method, but the application does not work with HTTPS and the REST API only works with HTTPS.
Can I install traefik on my side and somehow route the massages through it (my app points to traefik endpoint, traefik then passes the message to the target API with HTTPS?)
I am sory if it is a trivial question, but it is all far outside of my knownledge zone.
If possible, please point me to some docu section for starting point.