Skip to content

net.http.request failing in Prosody #1315

@wfleischer

Description

@wfleischer

Upgrading from stable-7210-2 to stable-7287-2 results in net.http.request failing with

[1655191918] libunbound[248:0] error: udp connect failed: Cannot assign requested address for <IPv6 address> port 53

This seems to be related to NLnetLabs/unbound#364

Note: we noticed this with our custom REST API module for local authentication. So these commands are failing:

local util = module:require "util";
local http_get_with_retry = util.http_get_with_retry;

local content = http_get_with_retry(url, nr_retries);

I could not test, but mod_reservations.lua and token/util.lib.lua should also be affected. (Maybe somebody could check.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions