我在我的应用程序中使用WebView使用TLS / SSL查看简单的网页。出于某种原因,当我的客户使用WebView版本53.0.2785时,我的自定义Web视图客户端出现SSL错误。
public void onReceivedSslError (WebView view, SslErrorHandler handler, SslError error)
“SslError”是SSL_INVALID(https://developer.android.com/reference/android/net/http/SslError.html)。这似乎是在无法确定确切原因时返回的一般错误。
但是,如果我让我的客户通过Google Play将其WebView版本升级到54.0.x.x,则不再显示错误。
我尝试浏览WebView 53之间的更改列表 - >但是什么都没有突出。
知道会发生什么事吗?
答案 0 :(得分:1)
它可能会再次影响你。我遇到了这个问题,其中53和54报告了由于Google的错误而导致的SSL错误,显然使其在54上工作的内容现在也将过期
来自Symmantec的更多信息 https://www.symantec.com/connect/blogs/update-chrome-53-bug-affecting-symantec-ssltls-certificates