• Establish an encrypted connection to a target - if not successful retries.

    This is exactly the same as connectWithEncryption, except that the returned promise does not reject when the connection establishment failed. In this case it just retires. There is only one way to

    Parameters

    • url: string
    • cryptoApi: SymmetricCryptoApiWithKeys
    • retryTimeouts: number[] = ...

      A list of timeouts to use to establish outgoing connections

    Returns StoppablePromise<ConnectionInfo>