Re: Virtual Machine Debian - problems with date/time updating

2023-10-21 Thread David Goerger
Saturday, 20231021 09:36+0200, Luca Di Gregorio wrote: I see a strange behavior on the guest debian. With a simple 'sleep 2', I see that the sleep time is much more than 2 secs. Can be observed with: root@debian:~# while [ 1 ]; do sleep 2; date; done On obsd guest, that is OpenBSD 7.4, sleep wor

Re: OpenSMTPD ssl certificate verification fails on wildcard certs

2020-04-10 Thread David Goerger
Friday, 20200410 13:19-0600, Bob Beck wrote: > On Fri, Apr 10, 2020 at 02:41:22PM -0400, David Goerger wrote: > > I very much appreciate the help! But I'm still a bit confused, and > > the fact that "hostedmail.com" (mail) has MX pointing to > > "hostede

Re: OpenSMTPD ssl certificate verification fails on wildcard certs

2020-04-10 Thread David Goerger
Friday, 20200410 12:04-0600, Bob Beck wrote: > > So doing a little digging: > > obtuse1# dig hostedmail.com mx > ; <<>> dig 9.10.8-P1 <<>> hostedmail.com mx > ;; global options: +cmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36649 > ;; flags: qr rd ra; QUERY: 1, ANSW

Re: OpenSMTPD ssl certificate verification fails on wildcard certs

2020-04-10 Thread David Goerger
Friday, 20200410 10:48-0600, Bob Beck wrote: > > What makes you believe your certificate failure is due to the wildcard DNSname > and not due to some other reason (like the certificate not being trusted, or > failing a critical extension, etc.) > > A quick scan of the wildcard matching code in s