Maarten Aertsen

Results 28 comments of Maarten Aertsen

Apple iOS 16 (fall 2022) will autodiscover and use encrypted DNS provided by “designated dns resolvers” when the resolver’s IP address provided in DHCP is included as SAN in the...

Do you still see this behaviour @PolynomialDivision? My topology is similar to the one you described, yet I have yet to see the problematic behaviour after moving from -rc1 to...

I have started on a Prometheus.io exporter on top of the NodeMCU firmware for ESP8266, based on the information in this repo.

> @maertsen did you tried to connect NodeMCU? I have tried NodeMCU and wemos d1 mini with small luck only. I believe signal level shifter is requered as Panasonic uses...

> Can't you just use serial.swap to remap the serial pins to gpio15 and gpio13? The usb-uart isnt connect to these pins. Then I seem to run into https://forum.micropython.org/posting.php?mode=quote&f=16&p=20690&sid=090ca03eb97f96ca45de00a1fe79b89e If...

cert ``` user@dev-internetnl:~$ cat /tmp/ciscocloud.irvn.nl.pem -----BEGIN CERTIFICATE----- MIID8jCCAtqgAwIBAwIJAIfPo4qHYr1IMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYD VQQGEwJOTDEbMBkGA1UEAwwSY2lzY29jbG91ZC5pcnZuLm5sMREwDwYDVQQHDAhO aWptZWdlbjEeMBwGA1UECgwVTUdSIFJpamsgdmFuIE5pam1lZ2VuMRMwEQYDVQQI DApHZWxkZXJsYW5kMRswGQYDVQQLDBJGdW5jdGlvbmVlbCBCZWhlZXIwHhcNMjIw MTE4MTQzMzQ1WhcNMjcwMTE3MTQzMzQ1WjCBjzELMAkGA1UEBhMCTkwxGzAZBgNV BAMMEmNpc2NvY2xvdWQuaXJ2bi5ubDERMA8GA1UEBwwITmlqbWVnZW4xHjAcBgNV BAoMFU1HUiBSaWprIHZhbiBOaWptZWdlbjETMBEGA1UECAwKR2VsZGVybGFuZDEb MBkGA1UECwwSRnVuY3Rpb25lZWwgQmVoZWVyMIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEAwGQqOBz8n/216oke1BQbhJED1upUUchsYpMCiagl/WgdNEBo ajkLiSiLioSj3xATNGPep1zlS2i0uy9qbxndMEdQeUffkhkbU2vhqMwWFwUTeBHk 4CpIAJYgt9Y4TylUQgznUpXhiIMcnFuv2MBu11cz8XyIjAoXTReBpqAxIFyKJ+aZ kPdYWDYCVTnv3b9KLAg6PKqQFcbflbZ6NC9uHTeh2bsqdfqp/3alnCugt5alxFti l9hTIM/LmcVkXSP/5ywpTRRBhQDc7DQypUz12Jja2x/as4LSP0oiFo9S25n8VgR5 MmYbtdhbVTrS0Gvdq4ZaGWHnDZdhdu1hJvVBPwIDAQABo08wTTAjBgNVHREEHDAa ggtteDEuaXJ2bi5ubIILbXgyLmlydm4ubmwwDgYDVR0PAQH/BAQDAgXgMBYGA1Ud JQEB/wQMMAoGCCsGAQUFBwMEMA0GCSqGSIb3DQEBCwUAA4IBAQCiRs7wQtRO1Ioi JIUqV47GMOA//UEMX4RlZT5tWBLkDg/sLFDLIyUBFEzuAZH7Hc5FTeGWdmBxbcUk 4hM2Im5IMYqAmyUbOJpnKDjm4PC8VsBmgQXxIIWS8bc8x+kbXcgbYPczs6yPNxDl oPuiJgmf38PQE7A8+EhdIyyzVVbosThsOck1SEkr2DJ3L73WBNVdubLEtHEuQ4ML rd8/G926rJad5cmIAPbkoNYXiZrJ7iyK95Kc5tlZ+nc1rQeQBEO2gOQuTS8eCS70 8lLhKu5nbW8CJF0gB7xYMxec+LN9NNosjkLLDjEt+idGacKUT1vGUZ/tXbtU60Yt DhLsqIuH -----END...

Looking further into this, because it blocks my own progress: - Current prod completes a test without apparent errors, though it flags the self-signed certificate https://internet.nl/mail/mookenmiddelaar.nl/667958/#. - Current master throws...

```diff diff --git a/checks/tasks/tls.py b/checks/tasks/tls.py index 158d07c..eb0a9af 100644 --- a/checks/tasks/tls.py +++ b/checks/tasks/tls.py @@ -13,7 +13,7 @@ from timeit import default_timer as timer from celery import shared_task from celery.exceptions import SoftTimeLimitExceeded...

For future reference, there is an older issue where the use of host mode prevented the use of docker for development on Mac, Windows: https://github.com/internetstandards/Internet.nl/issues/435#issuecomment-573040688