Skip to content

ConnectionError: check tool #487

@feba-rajan

Description

@feba-rajan

Overview

This is a ticket related to a connection error in the checker tool. As a workaround, we suggested changing the user agent in LPA side. After changing the user agent, we got the same connection error.

They added the following rule for allowing our user agent.

location / {
    if ($http_user_agent ~* "MHCLG Planning Data Collector") {
        set $block_user_agent 0; # Allow this User-Agent
    }
}

Connection Error
{"elapsed":"0.152","endpoint-url":"https://www.newforestnpa.gov.uk/app/uploads/2025/02/Listed-Building-Dataset.csv","entry-date":"2025-03-26T10:41:55.515774","exception":"ConnectionError","ssl-verify":true}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions