steenadamsen - 2023-02-13

Hi all,

With help from the "WebServer with SSL support" pdf I've set up server side validation so my browser validates the server that delivers the web visu frontend and this works as expected.

Now I was wondering if I could get validation in the other direction as well, so the web server requests a client certificate that is then validated using a trusted root certificate.

To achieve this I have attempted different values in the CODESYS cfg in "WebServer.VerifyMode={values_here}" and I've put my trusted root certificate in the PKI-path /trusted/cert/ - but without any luck.

I'm very open to ideas and I would be happy to read any kinds of guides/manuals/things that you can think of.