LexikJWTAuthenticationBundle: error:02001003:system library:fopen:No such process
Hi, when I use the command php bin/console lexik:jwt:generate-keypair for generate the key, the console shows this error
`In GenerateKeyPairCommand.php line 151:
error:02001003:system library:fopen:No such process ` O.S = Windows 10 PHP = 7.1 SYMFONY = 5 OPENSSL running
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 4
- Comments: 17
I had this on Windows and it was caused by not having openssl installed.
choco install opensslHi guys got this error too maybe installing latest OpenSLL is the key because it works to me. Just go to this site and do the instruction given. https://slproweb.com/products/Win32OpenSSL.html. I HOPE I HELPED YOU GUYS ❤️
Installing OpenSSL with this upper link fixed this error for me too, thanks!
I get the same Error, php: 7.3.26 symfony 5.2 Windows 10
$ php bin/console lexik:jwt:generate-keypair
In GenerateKeyPairCommand.php line 156:
error:02001003:system library:fopen:No such process
my php version $ php --version PHP 7.3.26 (cli) (built: Jan 5 2021 15:10:35) ( ZTS MSVC15 (Visual C++ 2017) x64 ) Copyright © 1997-2018 The PHP Group Zend Engine v3.3.26, Copyright © 1998-2018 Zend Technologies
$ openssl version OpenSSL 1.1.1i 8 Dec 2020