Mohamed Amer

Results 4 comments of Mohamed Amer

This is the used configuration ``` gw.node_id = 3; gw.fqdn = "fqdncaddy.gridtesting.xyz"; gw.tls_passthrough = true; gw.backends = ["https://185.69.167.88"]; ``` and it was deployed through grid3_client_ts from the `fqdn_gateway.ts` script which...

> May i ask what is the point of using the gateway when u already have a public ip assigned to your backend? The idea of gateways is to expose...

I tested the same case again on devnet and it didn't work and i got the following errors from caddy. ``` 2022/10/26 16:11:13.210 ERROR http.acme_client challenge failed {"identifier": "tls.fqdn.test.gridtesting.xyz", "challenge_type":...

After following the flow mentioned above and adding port `443` it worked and the domain was accessible. - Firstly i deployed a VM from tsclient and then i installed caddy...