-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
NW.js 19.2 - Webview freezes on almost any invalid certificate #5564
Comments
Is this duplicate with #5544?
…On Fri, Dec 16, 2016, 5:53 PM janRucka ***@***.***> wrote:
If I create webview in NW.js and navigate it on almost any website with
invalid certificate it will freeze. Works fine in Chrome (tested on webview
created in extensions).
You can try it here for example:
https://badssl.com/
The same applies to at least NW.js 18. Worked fine in NW.js 14.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5564>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKGGfKr6SK0SwDpwpldsrL8EcNgwhEjks5rIl-ogaJpZM4LPBE->
.
|
I didn't see that issue (just looked in open issued) and it seems to be very similar. But I just tried this build: Adding my test project: |
I have the same problem with webview. Even in latest 0.19.3 nightly build and 0.20.0-beta1. Both on windows |
I just tried http://dl.nwjs.io/live-build/12-20-2016/nw19-a83e646-0c6fe80-287bf0e-c183b55/v0.19.3/ and it works fine. |
Really? I tried it again with your link and it's the same. Please try my test project (attached to my previous comment). It will load badssl.com page - this works fine but whenever you click on any link with invalid certificate the whole NW.js will freeze. |
I was trying your app and I clicked one of the blocks and it shows a result page, but I was trying win-x64 sdk version. Should be the same with 32bit version. |
Result page? Previous version of NW.js (14.x) shown chrome-like page which inform you that you have invalid certificate: So it is strange that you can see result page... For me nothing happens, it just freezes no chrome page no result page. |
As you said. It can be your proxy. I think you should be warned it is invalid certificate... |
This is fixed in git and will be available in the next nightly build. |
Confirmed - it works. |
If I create webview in NW.js and navigate it on almost any website with invalid certificate it will freeze. Works fine in Chrome (tested on webview created in extensions).
You can try it here for example:
https://badssl.com/
The same applies to at least NW.js 18. Worked fine in NW.js 14.
The text was updated successfully, but these errors were encountered: