diff --git a/proxy/src/auth.rs b/proxy/src/auth.rs index 4e78c576e2..d09470d15e 100644 --- a/proxy/src/auth.rs +++ b/proxy/src/auth.rs @@ -46,9 +46,9 @@ pub enum AuthErrorImpl { MalformedPassword(&'static str), #[error( - "Project name is not specified. \ + "Project ID is not specified. \ Either please upgrade the postgres client library (libpq) for SNI support \ - or pass the project name as a parameter: '&options=project%3D'. \ + or pass the project ID (first part of the domain name) as a parameter: '?options=project%3D'. \ See more at https://neon.tech/sni" )] MissingProjectName,