SSL
-
SSL Error Handler For more information on how to address WebView SSL Error Handler alerts, please see this Google Help Center article.Android/Error 2021. 4. 2. 11:15
For more information on how to address WebView SSL Error Handler alerts, please see this Google Help Center article. 앱의 WebView SSL 오류 핸들러 알림 해결 방법 - Google 고객센터 도움이 되었나요? 어떻게 하면 개선할 수 있을까요? 예아니요 support.google.com WebViewClient 의 onReceivedSslError 에서 ssl 인증서를 무시할경우 해당 내용의 메일을 받을수 있습니다. override fun onReceivedSslError(view: WebView?, handler: SslErrorHandler?, error: SslError?) { val builder = ..