diff --git a/terraform/warehouse/vcl/main.vcl b/terraform/warehouse/vcl/main.vcl
index 1f73bc60..9b674895 100644
--- a/terraform/warehouse/vcl/main.vcl
+++ b/terraform/warehouse/vcl/main.vcl
@@ -492,7 +492,7 @@ sub vcl_error {
} else if (obj.status == 667) {
set obj.status = 200;
set obj.http.Content-Type = "text/xml; charset=UTF-8";
- synthetic "faultCode-32500faultStringRuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information.";
+ synthetic "faultCode-32500faultStringRuntimeError: PyPI no longer supports 'pip search' (or XML-RPC search). Please use https://${domain}/search (via a browser) instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information.";
return (deliver);
} else if (obj.status == 668) {
set obj.status = 406;