Today I tested the OpenVPN Connect client setup on Windows 11
I based my next steps on the following posts/threads
The following steps resolved the issues with the “Username” and “Password” prompts
and the “CA not defined” error message
I downloaded the Client Configuration
Next, I downloaded the PKCS12 file
Next, I downloaded the Root Certificate (cacert.pem file)
Next, in the .ovpn configuration file, I deleted the lines containing the
auth-user-pass
auth-token-user USER
Next, I added the contents of the cacert.pem file to the client’s .ovpn configuration file
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
Next, I imported the .p12 file
Next, I imported .ovpn config file
After clicking “Connect,” I selected the certificate I had imported earlier.
After selecting the certificate and clicking Connect again, the client connected to IPFire.
Once connected, I had access to resources on the GREEN remote network.
Best Regards













