You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using javascript lib Sipml5 to SIP voice call, the lib flutter_inappwebview fail, throw an error related with wss and ssl, ssl error is handled:
onReceivedServerTrustAuthRequest: (controller, challenge) async {
return ServerTrustAuthResponse(action: ServerTrustAuthResponseAction.PROCEED);
},
onReceivedClientCertRequest: (controller, challenge) async {
return ClientCertResponse(action: ClientCertResponseAction.IGNORE);
}
But the error is thrown:
java.net.MalformedURLException: unknown protocol: wss
The text was updated successfully, but these errors were encountered:
pichillilorenzo
changed the title
Error using library sipml5 in flutter_inappwebview
java.net.MalformedURLException: unknown protocol: wss - Error using library sipml5 in flutter_inappwebview
Feb 7, 2021
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Using javascript lib Sipml5 to SIP voice call, the lib flutter_inappwebview fail, throw an error related with wss and ssl, ssl error is handled:
onReceivedServerTrustAuthRequest: (controller, challenge) async {
return ServerTrustAuthResponse(action: ServerTrustAuthResponseAction.PROCEED);
},
onReceivedClientCertRequest: (controller, challenge) async {
return ClientCertResponse(action: ClientCertResponseAction.IGNORE);
}
But the error is thrown:
java.net.MalformedURLException: unknown protocol: wss
The text was updated successfully, but these errors were encountered: