ionic-team / ionic-team/vscode-ionic

Error on openssl when activating "Use HTTPS" in settings

Offen
#147 3 Kommentare 1 Reaktion 1 zugewiesene Person Beansprucht von @dtarnawsky Auf GitHub ansehen
bug
Vorherrschende Sprache
TypeScript
Sterne
15
Forks
3
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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:

```
[Ionic] Installing @jcesarmobile/ssl-skip
[Ionic] openssl genrsa -out ca.key 4096
[Ionic] openssl req -config 'c:\Users\gfoul\AppData\Roaming\Code\User\globalStorage\ionic.ionic\cr-ca.txt' -key ca.key -new -x509 -days 3650 -sha256 -out ca.crt
[error] Can't open **"'c:\Users\gfoul\AppData\Roaming\Code\User\globalStorage\ionic.ionic\cr-ca.txt'"** for reading, Invalid argument
5CF30000:error:8000007B:system library:BIO_new_file:no protocol option:crypto\bio\bss_file.c:67:calling fopen('c:\Users\gfoul\AppData\Roaming\Code\User\globalStorage\ionic.ionic\cr-ca.txt', r)
5CF30000:error:10080002:BIO routines:BIO_new_file:system lib:crypto\bio\bss_file.c:77:

[error] Can't open "'c:\Users\gfoul\AppData\Roaming\Code\User\globalStorage\ionic.ionic\cr-ca.txt'" for reading, Invalid argument
5CF30000:error:8000007B:system library:BIO_new_file:no protocol option:crypto\bio\bss_file.c:67:calling fopen('c:\Users\gfoul\AppData\Roaming\Code\User\globalStorage\ionic.ionic\cr-ca.txt', r)
5CF30000:error:10080002:BIO routines:BIO_new_file:system lib:crypto\bio\bss_file.c:77:

```
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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.