Re: [fix] www/apache-httpd SNI problem

2024-07-10 Thread Mike Fischer
> Am 11.07.2024 um 04:14 schrieb Mike Fischer : > > For now I’ll assume that I have gotten lucky in my tests. I have just confirmed this assumption. I was able to trigger the problem on a VirtualHost I had not tried before on the same server with the same browser. So, I’ll patiently wait for

Re: [fix] www/apache-httpd SNI problem

2024-07-10 Thread Mike Fischer
Hi Theo, > Am 11.07.2024 um 03:47 schrieb Theo Buehler : > > On Thu, Jul 11, 2024 at 03:32:20AM +0200, Mike Fischer wrote: >> Any progress on this? >> >> I just updated a server to apache-httpd-2.4.61 (from apache-httpd-2.4.59) >> and initial testing seems to indicate that this issue is now fi

Re: [fix] www/apache-httpd SNI problem

2024-07-10 Thread Theo Buehler
On Thu, Jul 11, 2024 at 03:32:20AM +0200, Mike Fischer wrote: > Any progress on this? > > I just updated a server to apache-httpd-2.4.61 (from apache-httpd-2.4.59) and > initial testing seems to indicate that this issue is now fixed? At least I > was not able to trigger the bug on a host that ha

Re: [fix] www/apache-httpd SNI problem

2024-07-10 Thread Mike Fischer
Any progress on this? I just updated a server to apache-httpd-2.4.61 (from apache-httpd-2.4.59) and initial testing seems to indicate that this issue is now fixed? At least I was not able to trigger the bug on a host that has several VirtualHosts on the same IP/port combination with different c

Re: [fix] www/apache-httpd SNI problem

2023-03-31 Thread giovanni
On 3/30/23 16:35, giova...@paclan.it wrote: On 2/7/23 12:25, giova...@paclan.it wrote: On 1/23/23 17:12, Bambero wrote: Hi, This is strange problem probably LibreSSL related. After upgrade OpenBSD to 7.2 windows clients using google chrome browser have problems to connect to apache server.

Re: [fix] www/apache-httpd SNI problem

2023-03-30 Thread giovanni
On 2/7/23 12:25, giova...@paclan.it wrote: On 1/23/23 17:12, Bambero wrote: Hi, This is strange problem probably LibreSSL related. After upgrade OpenBSD to 7.2 windows clients using google chrome browser have problems to connect to apache server. Some requests are served correct, but periodi

Re: [fix] www/apache-httpd SNI problem

2023-02-16 Thread giovanni
On 2/7/23 15:12, Theo Buehler wrote: On Tue, Feb 07, 2023 at 12:25:00PM +0100, giova...@paclan.it wrote: On 1/23/23 17:12, Bambero wrote: Hi, This is strange problem probably LibreSSL related. After upgrade OpenBSD to 7.2 windows clients using google chrome browser have problems to connect

Re: [fix] www/apache-httpd SNI problem

2023-02-07 Thread Theo Buehler
On Tue, Feb 07, 2023 at 12:25:00PM +0100, giova...@paclan.it wrote: > On 1/23/23 17:12, Bambero wrote: > > > > Hi, > > > > This is strange problem probably LibreSSL related. > > > > After upgrade OpenBSD to 7.2 windows clients using google chrome browser > > have problems to connect to apache s

Re: [fix] www/apache-httpd SNI problem

2023-02-07 Thread giovanni
On 1/23/23 17:12, Bambero wrote: Hi, This is strange problem probably LibreSSL related. After upgrade OpenBSD to 7.2 windows clients using google chrome browser have problems to connect to apache server. Some requests are served correct, but periodically browser shows NET::CERT_COMMON_NAME_I

Re: [fix] www/apache-httpd SNI problem

2023-01-25 Thread Mike Fischer
You would probably need to provide more information. What is the hostname in the URL? Are you entering https:// or http:// (or just the plain hostname) in the browser? (I.e. are you allowing the browser to do some magic with your request?) What CN/SANs does the certificate contain? How do you con

[fix] www/apache-httpd SNI problem

2023-01-23 Thread Bambero
Hi, This is strange problem probably LibreSSL related. After upgrade OpenBSD to 7.2 windows clients using google chrome browser have problems to connect to apache server. Some requests are served correct, but periodically browser shows NET::CERT_COMMON_NAME_INVALID and in server logs we can

Re: FIX: www/apache-httpd

2020-07-17 Thread Klemens Nanni
On Fri, Jul 17, 2020 at 10:54:09AM +0200, Giovanni Bechis wrote: > Patch from upstream to fix a NULL dereference, ok ? OK kn

FIX: www/apache-httpd

2020-07-17 Thread Giovanni Bechis
Patch from upstream to fix a NULL dereference, ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/www/apache-httpd/Makefile,v retrieving revision 1.103 diff -u -p -r1.103 Makefile --- Makefile 17 Apr 2020 16:26:32 -

Re: fix: www/apache-httpd

2020-04-16 Thread Stuart Henderson
On 2020/04/16 08:42, Giovanni Bechis wrote: > > > @@ -0,0 +1,84 @@ > > > +$OpenBSD$ > > > + > > > +# Memory leak in mod_ssl > > > (https://bz.apache.org/bugzilla/show_bug.cgi?id=63687) > > > > icing's version was already committed upstream, it's probably better to use > > that I think? > > > >

Re: fix: www/apache-httpd

2020-04-16 Thread Giovanni Bechis
On Wed, Apr 15, 2020 at 06:42:17PM +0100, Stuart Henderson wrote: > On 2020/04/15 19:20, Giovanni Bechis wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Hi, > > memory leak in mod_ssl fixed and take maintainership, ok ? > > > > Cheers > > Giovanni > > > > Index: Makefil

Re: fix: www/apache-httpd

2020-04-15 Thread Stuart Henderson
On 2020/04/15 19:20, Giovanni Bechis wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > memory leak in mod_ssl fixed and take maintainership, ok ? > > Cheers > Giovanni > > Index: Makefile > === > RCS file: /cvs

fix: www/apache-httpd

2020-04-15 Thread Giovanni Bechis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, memory leak in mod_ssl fixed and take maintainership, ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/www/apache-httpd/Makefile,v retrieving revision 1.102 diff -u

fix www/apache-httpd after RAND_egd removal

2014-04-27 Thread Stefan Sperling
The ssl module links to RAND_egd at runtime so there was no visible build breakage when RAND_egd was removed. $ nm modules/ssl/.libs/ssl_engine_rand.o | grep RAND U RAND_egd U RAND_seed U RAND_status ok? Index: Makefile