Configuring TotalFlow BatchBuilder Notify Addon to use HTTPS protocol
To allow communication with a TotalFlow BatchBuilder system that uses the HTTPS security protocol, you must configure TotalFlow BatchBuilder Notify Addon to use the HTTPS security protocol.
This is the procedure for enabling HTTPS on Windows 10. There might be minor differences in other versions of Windows.
If you changed the default installation path, make sure that you replace C:\Program Files\RICOH\TotalFlow BatchBuilder - NotifyAddon\
with the path where TotalFlow BatchBuilder Notify Addon is installed everywhere in
the procedure.
To enable HTTPS, you need to import the digital certificate created for the TotalFlow BatchBuilder subscriber.
- Obtain the digital certificate and store it in
C:\Program Files\RICOH\TotalFlow BatchBuilder - NotifyAddon\jre\bin
on the computer where TotalFlow BatchBuilder Notify Addon is installed. - On the computer where Ricoh TotalFlow BatchBuilder Notify Addon is installed, open
a Command Prompt window as an administrator. Go to the folder that contains the Java
keytool, using this command:
cd "C:\Program Files\RICOH\TotalFlow BatchBuilder - NotifyAddon\jre\bin"
- To import the generated keystore file into Java security certificate run this command:
keytool -import -alias selfsigned -keystore "C:\Program Files\RICOH\TotalFlow BatchBuilder - NotifyAddon\jre\lib\security\cacerts" -storepass "changeit" -file "C:\Program Files\RICOH\TotalFlow BatchBuilder - NotifyAddon\jre\bin\selfsigned.crt"
where
selfsigned.crt
is the name of the certificate file. - Configure the config.ini file
- Modify the
C:\Program Files\RICOH\TotalFlow BatchBuilder - NotifyAddon\config.ini
file as follows:In the url field under Subscriber section inside config.ini- In the web address line, replace value
http
withhttps
- In the web address line, replace value
19080
with19443
- In the web address line, replace value
- Modify the
- Restart the TotalFlow BatchBuilder Notify Addon service.
Make sure that you repeat the procedure for enabling HTTPS whenever the certificate is about to expire. You must also repeat this procedure each time you run the installation process to reinstall, upgrade, or repair TotalFlow BatchBuilder Notify Addon.
- Note:
- When users access the system, they are redirected to the secure protocol without having to take any action themselves. However, if you use a self-signed certificate or if the certificate is not specifically tied to the server, the web browser issues a warning that the certificate is not trusted.