Justin-Octo
Justin-Octo
The error message needs to be updated to say that the client key has expired. "signed by unknown authority" is rather vague.
I didn't get that message on my GUI. Maybe due to using Mac? How I found out is that a coworker told me. Not sure why they didn't include that...
You can set your terragrunt.hcl file to "ignore" a region. This may work for you. With Terragrunt, you can use this in your locals section: ``` # The following locals...
Something is wrong with the build. I'm seeing the x86_64 for Fedora 39 being pushed to the wrong folder (or the 40 is named incorrectly). Notice below how this is...
Further, all the "release" show `2.fc39` ``` { "name": "openvpn3-client-debuginfo", "epoch": 0, "version": "20", "release": "2.fc39", "arch": "x86_64" }, ``` https://download.copr.fedorainfracloud.org/results/dsommers/openvpn3/fedora-40-x86_64/05835909-openvpn3/results.json
I don't understand why work on Fedora 40 (future release) is being done when 39 (current release) is not working for x86_64. To be fair, I'm not envolved in the...
Awesome. Thanks for working on this. I'll have to test it out on my VM.
Does not seem to work for Fedora 38 fresh install. ``` # yum copr enable dsommers/openvpn3 Enabling a Copr repository. Please note that this repository is not part of the...
I'm running Terragrunt inside a Docker container. I need to override my system Proxy settings (kind of the opposite of OP). I have tried adding `-e NO_PROXY="0.0.0.0/0"` and it still...
This link seems to indicate that AWS's SDK Go will honor the ENV's, but my experience shows otherwise. Unless I'm doing something wrong. Or it supports setting a proxy, but...