Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.net.MalformedURLException: unknown protocol: wss - Error using library sipml5 in flutter_inappwebview #614

Closed
vcabreras opened this issue Dec 3, 2020 · 1 comment

Comments

@vcabreras
Copy link

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

@pichillilorenzo 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
Copy link

github-actions bot commented Nov 8, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant