File Mover Blog

  • 04 Jun

    Socket error codes

    https://www.secureblackbox.com/kb/help/ref_err_socketerrorcodes.html

    Copyright www.secureblackbox.comValueDescription
    SB_SOCKET_ERROR_WINSOCK_INIT_FAILED96257 (0x17801)Winsock initialization failed
    SB_SOCKET_ERROR_WRONG_SOCKET_STATE96258 (0x17802)Wrong socket state
    SB_SOCKET_ERROR_NOT_A_SOCKET96259 (0x17803)Not a socket (socket initialization failed)
    SB_SOCKET_ERROR_INVALID_ADDRESS96260 (0x17804)Invalid address
    SB_SOCKET_ERROR_ACCEPT_FAILED96261 (0x17805)Accept failed
    SB_SOCKET_ERROR_ADDRESS_FAMILY_MISMATCH96262 (0x17806)Socket handle is IPv6 and could not be used with IPv4 address
    SB_SOCKET_ERROR_INVALID_SOCKET_TYPE96263 (0x17807)Invalid socket type
    SB_SOCKET_ERROR_SOCKS_NEGOTIATION_FAILED96264 (0x17808)SOCKS negotiation failed
    SB_SOCKET_ERROR_SOCKS_AUTH_FAILED96265 (0x17809)SOCKS authentication failed
    SB_SOCKET_ERROR_SOCKS_FAILED_TO_RESOLVE_DESTINATION_ADDRESS96266 (0x1780A)SOCKS failed to resolve destination address
    SB_SOCKET_ERROR_DNS_SECURITY_FAILURE96267 (0x1780B)DNS security failure
    SB_SOCKET_ERROR_DNS_TIMEOUT96268 (0x1780C)DNS timeout exceeded
    SB_SOCKET_ERROR_WEBTUNNEL_NEGOTIATION_FAILED96269 (0x1780D)Web tunnel negotiation failed
    SB_SOCKET_ERROR_TIMEOUT96270 (0x1780E)Timeout occured while trying to use the socket connection
    SB_SOCKET_ERROR_NO_PROXY_HEADER96271?
    SB_SOCKET_ERROR_WRONG_PROXY_HEADER96272?
    SB_SOCKET_ERROR_PRELIMINARY_DISCONNECTION96273?
    By Limagito-Team Error
  • 27 May

    Web Remote Client SSL option

    Dear Users,

    We’ve added SSL (HTTPS) to our Web Remote Server.  To enable SSL you need to provide 3 certificate files:

    • (Public) Certificate File: This file contains the certificate public key part.
      So everything between and including these two statements:
      —–BEGIN CERTIFICATE—–
      —–END CERTIFICATE—–
    • (Private) Key File: This file contains the private key part.
      So everything between and including these two statements:
      —–BEGIN PRIVATE KEY—–
      —–END PRIVATE KEY—–
    • (Public) Root Certificate File: The final file that SSL requires is the Certificate Authority certificate file.
      You can obtain this from the Internet Explorer in Trusted Root Certificate Authority dialog.
      Select the Authority that issued your certificate and export it in Base64 (cer) format.
      This format is also the same as PEM format so after export simply rename the file to root.pem

    The type of certificates we need are .pem files.  The PEM extension is used for Base-64 encoded X.509 certificates. They contain ASCII armored data between “—– BEGIN …”  and “—–END …” lines. Sometimes the certificates come in a single pem file. In this case, you need to open it with a text editor and save the individual certificates in separate pem files.

    Certificates can be obtained from a trusted certificate authority. You can also generate your own but the browser will not trust this and will display a warning.

    If you have a certificate in .pfx format, you’ll have to convert it first. In this case we need a utility called openssl.exe.  First, download and install the OpenSSL Windows binaries from here (at you own risk). 

    • Start a command prompt with administrative privileges
    • At command prompt issue the following command:
      • openssl.exe pkcs12 –in <your file>.pfx –out <your file>.pem

    Openssl.exe will ask you for the password of the pfx file. Leave it blank if you did not specify one. It will also ask you for a new password for the .pem file (= optional). The certificates are converted to single pem file. You need to open the converted pem file with a text editor and save the individual certificates in separate pem files.

    Also online certificate conversions are available:

    Web Remote Setup is available in our LimagitoX Config Tool.

    Regards,

    Limagito Team

    By Limagito-Team Remote Tool , , ,
  • 24 Mar

    Development System Update – Tokyo

    Dear users,

    Today we have created the first build of the LimagitoX File Mover (v10.3.24.0) with our new development system. Updating such a development system is not an easy task and it doesn’t come without risks. Main reason we do this is because we want to keep up with the latest OS en third party code. We’re using Windows 10 Pro as development OS now, all on virtual machines. Our development tool is now on the latest Delphi release 10.2 Tokyo Release 3.

    Regards,
    Limagito Team

    By Limagito-Team News ,
1 107 108 109 110 111 112 113 135
SEARCH