Re: multiple relays in smtpd.conf

2017-08-02 Thread Ronan Viel
I agree with tomr, I would try to find a workaround to this issue by sending the traffic to relayd, using a redirection to target host after a 'check send nothing expect 220* ' Ronan > Le 2 août 2017 à 14:14, tomr a écrit : > ... > Also: is this not a purpose to which relayd could usefully put

Re: Question about httpd tls config

2017-08-15 Thread Ronan Viel
Hi, SSL Labs don’t like 3DES whose key length is considered 112 bits and not 168 bits because it may be subject to meet-in-the-middle attack. Remove it by adding the line below to your server definition: tls cipher "HIGH:!aNULL:!3DES" Ronan > Le 15 août 2017 à 09:54, Andreas Thulin a écrit :

Re: relayd https relay

2017-09-20 Thread Ronan Viel
Hi, This kind of config works perfectly on my box. I am not sure SNI has something to do here as relayd terminates the https connection, gets all the headers and reopens a new one. I just think you forgot the "with tls" in your forward directive below: relay "proxyssl" { listen on $gate

Re: Using relayd as a reverse proxy for multiple local servers

2021-05-28 Thread Ronan Viel
 > Philip Kaludercic writes: > which would mean that the certificate should be called localhost:443 (or > 127.0.0.1:443) No, it means the certificate must be named /etc/ssl/localhost:443.crt or /etc/ssl/127.0.0.1:443.crt, and the matching key must be in file /etc/ssl/private/localhost:443.key

Re: C style in OpenBSD

2021-06-30 Thread Ronan Viel
Saying a code is horrible, is often subjective. If you work on your own project, choose the style that fits your mind. If you are patching a program, try to be consistent with the existing code. You can also have a look at the “style” manpage but keep in mind that it is for the kernel. Ronan

Re: desire for journaled filesystem

2023-09-05 Thread Ronan Viel
What about backup? tar is ready to use. Ronan > Le 5 sept. 2023 à 16:12, John Holland a écrit : > > I just had a kernel panic when reloading a firefox tab pointed at facebook. > After restarting, all the filesystems had errors but /home was particularly > bad and caused the boot to stop and

Re: My home router, running OpenBSD 7.1, won't boot headlessly

2022-09-25 Thread Ronan Viel
Hi, I had the same kind of issue with an Intel NUC some years ago and solved it with a fit-Headless HDMI dongle: https://www.fit-pc.com/web/products/fit-headless/ Regards, Ronan > Le 25 sept. 2022 à 14:12, Z. Charles Dziura a écrit : > >