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}
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.
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}