@@ -265,7 +265,7 @@ describe("sanity", function()
265
265
assert .Not .matches (" auto-ssl: could not determine domain for request (SNI not supported?) - using fallback - ," , error_log , nil , true )
266
266
assert .matches (" auto-ssl: issuing new certificate for non-sni-9444.example" , error_log , nil , true )
267
267
assert .matches (" auto-ssl: dehydrated failed" , error_log , nil , true )
268
- assert .matches (" Name does not end in a public suffix" , error_log , nil , true )
268
+ assert .matches (" Domain name does not end with a valid public suffix (TLD) " , error_log , nil , true )
269
269
assert .Not .matches (" [alert]" , error_log , nil , true )
270
270
assert .Not .matches (" [emerg]" , error_log , nil , true )
271
271
end
@@ -282,7 +282,7 @@ describe("sanity", function()
282
282
assert .Not .matches (" auto-ssl: could not determine domain for request (SNI not supported?) - using fallback - ," , error_log , nil , true )
283
283
assert .matches (" auto-ssl: issuing new certificate for non-sni-mismatch-9445.example" , error_log , nil , true )
284
284
assert .matches (" auto-ssl: dehydrated failed" , error_log , nil , true )
285
- assert .matches (" Name does not end in a public suffix" , error_log , nil , true )
285
+ assert .matches (" Domain name does not end with a valid public suffix (TLD) " , error_log , nil , true )
286
286
assert .Not .matches (" [alert]" , error_log , nil , true )
287
287
assert .Not .matches (" [emerg]" , error_log , nil , true )
288
288
end
0 commit comments