| 28 Apr 2022 |
| @uny:matrix.org joined the room. | 23:41:44 |
| 4 May 2022 |
| @wybpip:matrix.org joined the room. | 15:02:46 |
| @wybpip:matrix.org left the room. | 15:02:47 |
| 18 May 2022 |
| Jhu joined the room. | 06:47:29 |
| 20 May 2022 |
| Rosario Pulella left the room. | 07:18:06 |
| Jeff joined the room. | 18:18:27 |
| 27 May 2022 |
hexa | I'm seeing a problem with lego dns01 wildcard certificates not following a _acme-challenge.example.com for *.example.com | 20:41:12 |
hexa | it just tries to write the TXT record to the example.com zone | 20:41:28 |
hexa | sadly lego's logging in this case is non existant … https://github.com/go-acme/lego/issues/1039 | 20:42:20 |
m1cr0man | for what backend? | 23:39:52 |
| 28 May 2022 |
hexa | sorry, was an issue with an old lego release | 01:02:13 |
hexa | nvm | 01:02:27 |
| Zhaofeng Li joined the room. | 02:44:28 |
| 9 Jun 2022 |
| @v0id:nltrix.net joined the room. | 22:39:14 |
| 10 Jun 2022 |
hexa | the acme test is currently blocked by mypy typechecking | 14:40:00 |
hexa | diff --git a/nixos/tests/acme.nix b/nixos/tests/acme.nix
index 2dd06a50f40..467623fafc1 100644
--- a/nixos/tests/acme.nix
+++ b/nixos/tests/acme.nix
@@ -578,7 +578,7 @@ in {
webserver.wait_for_unit(f"acme-finished-{test_domain}.target")
wait_for_server()
check_connection(client, test_domain)
- rc, _ = client.execute(
+ rc, __ = client.execute(
f"openssl s_client -CAfile /tmp/ca.crt -connect {test_alias}:443"
" </dev/null 2>/dev/null | openssl x509 -noout -text"
f" | grep DNS: | grep {test_alias}"
| 14:41:11 |
hexa | because _ is used some lines earlier as a result for a string | 14:41:43 |
hexa | building '/nix/store/c3cisgffip8i49b32ijvwrr02d6ssyvl-nixos-test-driver-acme.drv'...
testScriptWithTypes:299: error: Incompatible types in assignment (expression
has type "str", variable has type "int")
rc, _ = client.execute(
^
Found 1 error in 1 file (checked 1 source file)
| 14:41:54 |
hexa | m1cr0man^ | 14:54:41 |
m1cr0man | Oh grand I'll get on that tonight! | 14:55:36 |
hexa | the patch above works, just not sure if that is the nice way 😄 | 14:56:03 |
hexa | tbh _ should be treated differently | 14:56:15 |
m1cr0man | Yeah I'm surprised mypy is complaining about it, pretty sure _ is generally regarded as a discard assignment | 14:57:49 |
hexa | we could rc = client.execute()[0] | 14:58:26 |
| 27 Jun 2022 |
| @tinybronca:sibnsk.net joined the room. | 08:21:01 |
| @tinybronca:sibnsk.net | 08:22:48 |
| 12 Jul 2022 |
| @pederbs:pvv.ntnu.no joined the room. | 22:39:02 |
| 26 Jul 2022 |
| @tinybronca:sibnsk.net changed their display name from tinybronca to tailrec. | 14:46:33 |
| @tinybronca:sibnsk.net changed their display name from tailrec to tinybronca. | 16:01:31 |
| 1 Aug 2022 |
| @better_sleeping:converser.eu joined the room. | 09:13:07 |