3 Aug
2023
3 Aug
'23
10:53 a.m.
On Aug 3, 2023, at 10:12 AM, Maciej Kowalka <maciejkowalkati@gmail.com> wrote:
Would you be able to awnser me if the warning I'm now getting is correct : I now have only client certificate in windows and now I get only Warning: Certificate chain - 1 cert(s) untrusted Warning: (TLS) untrusted certificate with depth [0] subject name /C=PL/ST=MyState/O=MyOrg/CN=client So now the client pc sends only it's own certificate, but is authenticated by radius
The warning is produced by OpenSSL. So it's "correct" in that OpenSSL does not know or trust that certificate. You will continue to see the messages until the certificates are configured correctly. Alan DeKok.