ionic-team / ionic-team/vscode-ionic

Error on openssl when activating "Use HTTPS" in settings

オープン
#147 コメント 3 件 リアクション 1 件 担当者 1 名 @dtarnawsky が担当を希望しています GitHub で見る
bug
主要言語
TypeScript
スター
15
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。