Difference between revisions of "Visimage3 Linux Connections for Fiserv Online Clients"

From Vital Soft Wiki
Jump to: navigation, search
Line 1: Line 1:
 
This page is still under development...
 
This page is still under development...
 +
The Linux
 +
=== Switching Existing Users from HP-UX to Linux ===
 +
It's extremely simple to update an existing user's stunnel configuration and switch them from HP-UX to Linux:
 +
 +
Modify the stunnel.conf file and update the "connect =" value as shown below.
 +
<pre>
 +
[VisImage Client]
 +
client = yes
 +
accept = 30501
 +
connect = visimage.fiservapps.com:8004
 +
</pre>
 +
 +
'''Do not''' change the accept port, just update the connect address and port.  The only reason to change the accept port is if you want to maintain multiple connections.
 +
 +
'''Stop and restart the stunnel service.'''
 +
 +
 
<!-- This is a comment
 
<!-- This is a comment
  

Revision as of 21:41, 20 August 2024

This page is still under development... The Linux

Switching Existing Users from HP-UX to Linux

It's extremely simple to update an existing user's stunnel configuration and switch them from HP-UX to Linux:

Modify the stunnel.conf file and update the "connect =" value as shown below.

[VisImage Client]
client = yes
accept = 30501
connect = visimage.fiservapps.com:8004

Do not change the accept port, just update the connect address and port. The only reason to change the accept port is if you want to maintain multiple connections.

Stop and restart the stunnel service.