I have an integration trying to use the Custom provider with the url
Ethereum = record {
rpc = variant {
Custom = record {
url = "https://testnet.bitfinity.network";
headers = null;
}
};
canisterId = principal "7hfb6-caaaa-aaaar-qadga-cai";
I am getting an HTTP outcall error:
[426202. 2025-01-13T18:54:59.681781003Z]: Calling RPC {block = null; transaction = {accessList = null; blobVersionedHashes = null; blobs = null; chainId = ?355_113; from = null; gas = null; gasPrice = null; input = ?"0x06fdde03"; maxFeePerBlobGas = null; maxFeePerGas = null; maxPriorityFeePerGas = null; nonce = null; to = ?"0x2dbCFA4f869DafaBc34b264064Cf0d79CA9973D2"; type_ = ?"0x0"; value = ?0}}
[426203. 2025-01-13T18:55:05.583754086Z]: RPC Error #HttpOutcallError(#IcError({code = #SysTransient; message = "Connecting to testnet.bitfinity.network failed: Failed to directly connect: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" }))"}))
[426204. 2025-01-13T18:55:05.583754086Z]: Calling RPC {block = null; transaction = {accessList = null; blobVersionedHashes = null; blobs = null; chainId = ?355_113; from = null; gas = null; gasPrice = null; input = ?"0x95d89b41"; maxFeePerBlobGas = null; maxFeePerGas = null; maxPriorityFeePerGas = null; nonce = null; to = ?"0x2dbCFA4f869DafaBc34b264064Cf0d79CA9973D2"; type_ = ?"0x0"; value = ?0}}
[426205. 2025-01-13T18:55:12.041446435Z]: RPC Error #HttpOutcallError(#IcError({code = #SysTransient; message = "Connecting to testnet.bitfinity.network failed: Failed to directly connect: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" }))"}))
I very well may have set something up, or maybe this is an IPv6 thing?
Has anyone had any luck with this?