How to setup InterFormNG2 to trust certificates, that are trusted by Windows

How to setup InterFormNG2 to trust certificates, that are trusted by Windows

It is possible to setup InterFormNG2 to trust the same certificates, that are trusted by Windows - provided that InterFormNG2 is installed on Windows of course.

That can be done by setting up special options for the Java session in which InterFormNG2 is running.

This is done via the configuration file, "NG2.exe.vmoptions", which is a simple text file, which is found in the folder: "C:\Program Files\InterFormNG2". This is the default folder used for the program files for InterFormNG2, but this is configurable during installation.

If no such file is found in this folder, then you will need to create it e.g. with Notepad or Notepad++.

You need to add the text below on a new line in the text file, "NG2.exe.vmoptions":

-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT
- and then save the updated file.

Now you need to restart the InterFormNG2 service to use the new setting.
    • Related Articles

    • Certificates

      InterFormNG2 Secure Connection Requirements and Certificate Management InterFormNG2 offers various integrations with other systems. Some of these integrations require a secure connection encrypted with TLS. If the service we integrate with requires a ...
    • High Availability setup

      For multi-server installations with high availability, we support an active-active setup with multiple active application server instances, supported by a shared relational database. A load balancer should be in front, to distribute HTTPS requests ...
    • Global remote output setup

      It is possible to print on other networks, that are protected by a firewall. For that you need a remote client in the remote network, that is able to access the InterFormNG server. To do that you first need to enable this feature globally in ...
    • Read from Windows share

      You can setup InterFormNG2 to read input files from a folder found via Windows share (Samba network/UNC). For that you need to create a workflow with the input type, Read from Windows share. This can e.g. be useful, if you want to monitor a folder on ...
    • To Windows share

      If you want to store output files e.g. PDF files generated by InterFormNG2, then you have many options. One of them is the To filesystem. If you want to store an output file onto the file system of another machine, then you can e.g. consider to e.g. ...