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
When I try to activate "Use HTTPS" in settings on IONIC VSCode extension (v1.44.1 - under Windows11 - OPENSSL version 3.10), I've got the following error message on OUTPUT:
Look like it add ' (quote) on filename instead of " (double-quote) but I don't know how to solve this issue.
My goal is to be able to use Nexus browser on devices to test camera usage (which need HTTPS so SSL).
Thank you for your help.
The text was updated successfully, but these errors were encountered:
The option to Use HTTPS on Windows isn't supported yet (triggers the error you found). On a Mac it uses openssl to create a root Certificate Authority and create a signed certificate for the server. There's a bit of work needed to get the same functionality working on a Windows machine. It's on the roadmap as an outstanding issue and this issue will stay open until it is addressed.
Ok, thank for your quick feedback.
I tried on a Mac but when opening the app I've got an error "[error][console] {"message":"The certificate for this server is invalid. You might be connecting to a server that is pretending to be “192.168.14.34” which could put your confidential information at risk.","code":"NSURLErrorDomain","errorMessage":"The certificate for this server is invalid. You might be connecting to a server that is pretending to be “192.168.14.34” which could put your confidential information at risk."}" both on the VSCode output console and also on an alert panel on the device.
I have downloaded and installed the cetificate on the device (trough Chrome donwload on the mac then export) but still same issue with the local certificate.
I don't quite understand why this wouldn't work on Windows because except for the error on the path between quotes, the rest of the process seems to work. The same command with double-quotes instead of quotes works in terminal (but I don't know where to placed the generated certificate).
@Gfoulon If you have git installed on Windows, add its bin directory to your path variable and the error should be resolved, as the openssl executable it has seems to work :)
When I try to activate "Use HTTPS" in settings on IONIC VSCode extension (v1.44.1 - under Windows11 - OPENSSL version 3.10), I've got the following error message on OUTPUT:
Look like it add ' (quote) on filename instead of " (double-quote) but I don't know how to solve this issue.
My goal is to be able to use Nexus browser on devices to test camera usage (which need HTTPS so SSL).
Thank you for your help.
The text was updated successfully, but these errors were encountered: