Storage Provider

ImageQuest allows enabling/disabling secure data in transit for the storage provider.

The configuration involves both the Server Settings in IQadministrator and the IQ service host config file. Secure data in transit must be enabled or disabled in both places or everything involving the storage provider (importing/viewing/etc) will not work.

image

 

 

Check to enable and uncheck to disable encryption. You must also modify the IQ service host config file to match the setting.

Informa.ImageQuest.ServiceHost.exe.config

If Secure Data in Transit is checked, the security mode in Informa.ImageQuest.ServiceHost.exe.config must be "Transport". If Secure Data in Transit is unchecked, the security mode in the Informa.ImageQuest.ServiceHost.exe.config must be "None". See example below.

 

<netTcpBinding>

<binding name="StorageBinding" receiveTimeout="01:00:00" sendTimeout="01:00:00" transferMode="Streamed" maxBufferSize="65536" maxReceivedMessageSize="2147483647">

<readerQuotas maxArrayLength="2147483646"/>

<!--Use security mode="None" below to disable transport security mode for the storage provider.

Secure Data in Transit must also be unchecked in the warehouse server settings in IQ Admin -->

<security mode="Transport" />

</binding>

 

You will need to restart IQApplication Service Host after changing the Storage Provider/Secure Data in Transit and the security mode in the Informa.ImageQuest.ServiceHost.exe.config. You will also need to restart IQadministrator to apply the changes.  The config file is located in the following folder on the ImageQuest server - c:\Program Files (x86)\Informa Software\Service

 

Secure Data in Transit is enabled by default and will apply to all cabinets. If it is disabled, the security mode will not be saved when upgrading.