ionic-team / ionic-team/vscode-ionic
Error on openssl when activating "Use HTTPS" in settings
- Ngôn ngữ chính
- TypeScript
- Star
- 15
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.