Re: [users@httpd] Upgrade from non_ssl to ssl possible?

2021-11-20 Thread Tobias Müller
Thx for your answers. I now installed the current version of httpd with openssl on the same machine configured to only listen on 443 and act as an TLS proxy. It works nice. Thank you all Lars Bonnesen schrieb am So., 21. Nov. 2021, 05:52: > Sounds a bit risky to me. An option could be to put an

Re: [users@httpd] Upgrade from non_ssl to ssl possible?

2021-11-20 Thread Lars Bonnesen
Sounds a bit risky to me. An option could be to put an SSL offloaded in front of it. Regards, Lars. On Wed, 17 Nov 2021, 07:31 Tobias Müller, wrote: > Hi all, > > I undertook an old Win-Server 2008R2 System with a httpd 2.2.25 win32 > non_ssl. > I know it's outdated. But before we can switch to

RE: [users@httpd] Upgrade from non_ssl to ssl possible? [EXT]

2021-11-20 Thread James Smith
If touching the configuration of the system is proving difficult – there is always an option to run a further apache on another machine which handles the SSL, and passes the requests back of plain HTTP, in fact this is the way most of the Apache servers we have are set up – it may be Apache, ngi