Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page provides access to the installer that bypasses the proxy. This installer follows the same procedure as inĀ Autoprint - Installing the Windows Service except for the part (4) where the Token is entered during the installation phase.

...

Code Block
languagexml
  <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
      <proxy usesystemdefault="true" bypassonlocal="true"
             proxyaddress="http://<!--EnterProxy if known-->" />
    </defaultProxy>
  </system.net>

Now that you are aware of what needs to happen, you can download the installer here.

View file
nameAutoprint.Application.Installer(ProxyBypass).zip



More information:


AutoPrint - TLS Handshakes

...