Re: Client cert auth ?
Peter Pentchev <[email protected]>
| Newsgroups | gmane.network.stunnel.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 27, 2018 at 01:12:32PM +0100, Brian Ipsen wrote: > > Hi > > I am trying to see if I can get stunnel to authenticate using a client certificate towards a F5 setup - but I am having trouble getting it to work. > > Certificates are issued froma Microsoft PKI - where the F5 checks validity via an OCSP responder. > > In my stunnel config file, I have: > > > [F5Cert] > client=yes > accept = 127.0.0.1:1598 > connect = F5test.xxx.dk:443 > delay = yes > CAFile = GlobalSign-cert-Chain.pem > Cert = BaaSClientCertificatePlain.pem > key = BaaSClientCertificatePlain.key > verify = 2 > > In the CAFile, I have the root CA and issuing certificate from GlobalSign - which have created the SSL certificate being used on the F5 (server side). > > Cert and Key points to the certificate and private key from my internal Microsoft based PKI.. But should the certificate chain from my internal PKI be listed somewhere as well ? I don't have any experience with Microsoft PKIs or with F5, but IMHO it is there - on the F5 SSL server - that both your internal root certificate and the intermediate chain should be configured. From what I've seen in a quick websearch, you can add a bundle (root + intermediates) to the F5 trusted store. If you have already done that and it doesn't work, maybe some logs might be useful to people who are more familiar with F5 - both stunnel client logs and any kind of logs that the F5 keeps. G'luck, Peter -- Peter Pentchev [email protected] [email protected] [email protected] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13 _______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAlqVddwACgkQZR7vsCUn 3xO1hRAAmtN9yiC/p1BKVT4GCCCQ/EThUFReyqZP+iy10bJ14Nc+zT3/eN4QXEEk M742K28M9h16LoaDQliUHMrJMRKaa9z4geLKQ4Dvgr1wjR4dt1Z+zWcoUVuZfQ8P wAEW3zk9Oh4Lzrv1+xJbyB2w+94YvpWJR8Yd++/5AYgYmXWsb6fkkjWcxZb6SRnk ixSAQGrcQK6zF/vxM/Fu5gPcypWDbXmSDGSo3DXDK4GdkSMhbX6+MUgV1a2NgAcB E6nNfz3CNkO8xuUIwygb6FAc03PyGXhHgeZTcuCBpQqOFYEgtHK98LQYn3pvmHUE 0YH9+kGAEZrTk1m9tT+YGNEGM7h84yNbkBRAN6asyHIhnw/oPDrXJBPKOxrDoFjM jYyBHHYNxE6eDklPnXDJkyW3xpWayCpng0k8DdVV3cNCKIW5V3DRKqV+YwIO8KIz RXFKXN1I9vQHotI39VC88GllTprJlsEvly9P7o6uCjXDYGgPZfdnPZBCT1EeCK4V AKtDx1AVqvw9jrnvZbmoGhPssrdLlH+/7hd1GQB4Q97ReYHM0VtRgjbkFHsvrA/c ULbi0jRXWV5fUjflisJ8yVcjymCCEXJLJ5buKk+X4Vqt+W5uo2Z9kVfXbY61HaV0 hwiwycGhdGVsPGjPNRaPapHz1jqcFI9ngWkdMElXX2RDabIVPlg= =SvI1 -----END PGP SIGNATURE-----