Print out useful SSL-related information on SSL error page.

This commit is contained in:
Josh Matthews 2016-06-29 12:29:03 -04:00
parent 810735a846
commit 94df389031
5 changed files with 45 additions and 11 deletions

View file

@ -667,7 +667,7 @@ pub enum NetworkError {
Internal(String),
LoadCancelled,
/// SSL validation error that has to be handled in the HTML parser
SslValidation(Url),
SslValidation(Url, String),
}
/// Normalize `slice`, as defined by