Hello, I have two machines in production, M1 and M2.
M1 : OpenBSD M1 5.1 GENERIC.MP#207 amd64 M2 : OpenBSD M2 5.2 GENERIC.MP#368 amd64 Both machines have relayd as reversed proxy and ssl acceleration for a default install Apache 1.3 non-chroot running on localhost. On both machines the relayd configuration is identical andalso the certificate of the server plus the intermediate certificate form the CA are mergedĀ in the the files: for M1 in /etc/ssl/IP_OF_M1.crt for M2 in /etc/ssl/IP_OF_M2.crt These two files are identical. The problem is the following: M1 presents to the clients the intermediate certificate needed to check the server certificate, M2 does not. An M2 is more critical than M1, becasuse M1 is the test environment of some services, while M2 is the production environment of the services including www. The other services are working as expected, my only concern is in the www. How can I tell M2 to behave like M1 - to present the intermediate certificate to the client? Thank you in advanced, Bogdan

