Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
infusion:infusion_scanning_document_storage [2021/04/21 10:14]
ajdavis [Hosts file]
infusion:infusion_scanning_document_storage [2024/07/11 14:11] (current)
ajdavis
Line 1: Line 1:
-= Infusion =+==== Infusion ====
  
-== Scanning Client == +=== Scanning Client === 
-The scanning software phones home to check for updates as well as to ensure you are using a valid license.+To avoid an internet outage keeping us from being able to scan, we have an internal DNS record for license.seacolt.com that redirects the license check to the Infusion server instead. This could also be achieved by directly modifying the client machine's ''[[#license_verification_technical_details|hosts]]'' file (c:\windows\system32\drivers\etc\hosts).
  
-To avoid an internet outage keeping us from being able to scan, we have spoofed the server response to the license check. The client machine's ''[[#license_verification_technical_details|hosts]]'' file (c:\windows\system32\drivers\etc\hostsshould be set to redirect requests intended for the license server to infusion instead. See [[#license_verification_technical_details|Hosts File]].+Infusion is running IIS with a plain text file right now ([[http://infuserv.audina.net/activate.aspx|/activate.aspx]]) that only contains the spoofed response, "CC054B68F2937B3A". You can update or replace this file by using IIS Manager and going to Sites > Default Web Site and choosing "Content View".
  
-Infusion is running IIS with a plain text file right now ([[http://infuserv/activate.aspx]]) that only contains the spoofed response. +{{:infusion:infusion-iis-screenshot.png?direct&400|}}
-<file http://infuserv/activate.aspx> +
-POST /activate.aspx HTTP/1.1 +
-Content-Type: application/x-www-form-urlencoded +
-Host: license.seacolt.com +
-Content-Length: 88 +
-Connection: Keep-Alive +
- +
-sn=E8A66832C436CB98B54B6E47F147CCC45F7E0C17FB291140&mid=3899FA41CB952C045359FF7E6D343A4C +
- +
-HTTP/1.1 200 OK +
-Cache-Control: private +
-Content-Type: text/plain; charset=utf-8 +
-Server: Microsoft-IIS/7.5 +
-X-AspNet-Version: 4.0.30319 +
-X-Powered-By: ASP.NET +
-Date: Thu, 15 Oct 2015 18:06:11 GMT +
-Content-Length: 16 +
- +
-CC054B68F2937B3A +
-</file>+
  
 === Update check technical details === === Update check technical details ===
Line 44: Line 24:
 A plain text response of ''CC054B68F2937B3A'' is an encrypted response which decrypts to ''RUN'' and indicates success for that request. A plain text response of ''CC054B68F2937B3A'' is an encrypted response which decrypts to ''RUN'' and indicates success for that request.
  
-==== Hosts file ====+=== Hosts file ===
 <code bash> <code bash>
 # Copyright (c) 1993-2009 Microsoft Corp. # Copyright (c) 1993-2009 Microsoft Corp.
Line 74: Line 54:
   * {{:infusion:infusion_licenses.zip|download}}   * {{:infusion:infusion_licenses.zip|download}}
  
-== API == +=== API === 
-  * [[http://infuserv:9070|Infusion API]]+  * [[http://infuserv.audina.net:9070|Infusion API]]