Background:
My last project included a Python script that required sending mails from my local machine. Under this project, I had to set up my computer in order to do so, including configuring some OpenSSL on my machine.
But because I have no knowledge of OpenSSL, and it was my first time working with it, I had no clue on how to work with it. I did some research and got to work. When I am done with that project, and started on my new one I now run into problems with OpenSSL.
I am now working on a Azure Function where I need to recover data from AAD. But even a project that have just been made, can't run due to the following error:
UnableToStart: c:\program files\microsoft visual studio\2022\community\common7\ide\extensions\microsoft\Azure Storage Emulator\azurite.exe --location "C:\Users\N1MAJT\AppData\Local\.vstools\azurite" --debug "C:\Users\N1MAJT\AppData\Local\.vstools\azurite\debug.log" --skipApiVersionCheck
UnableToStart: OpenSSL configuration error:
UnableToStart: 22544:error:02001005:system library:fopen:Input/output error:C:\Users\runneradmin\AppData\Local\Temp\pkg.3fcc969acc52617e676dcbbb\node\deps\openssl\openssl\crypto\bio\bss_file.c:69:fopen('C:\Users\N1MAJT\Documents\openssl\openssl-1.0.2j-fips-x86_64\OpenSSL\bin','rb')
UnableToStart: 22544:error:2006D002:BIO routines:BIO_new_file:system lib:C:\Users\runneradmin\AppData\Local\Temp\pkg.3fcc969acc52617e676dcbbb\node\deps\openssl\openssl\crypto\bio\bss_file.c:78:
UnableToStart: 22544:error:0E078002:configuration file routines:def_load:system lib:C:\Users\runneradmin\AppData\Local\Temp\pkg.3fcc969acc52617e676dcbbb\node\deps\openssl\openssl\crypto\conf\conf_def.c:170:
I am unsure on how to restore back to the default OpenSSL, and was hoping someone here may have some suggestions on how to work with this issue.
As mentioned, even a project that was just made, can't run due to the error above. So I know that it has something to do locally on my machine, and not the project.
I have reached out to the OpenSSL community on their forum for further assistance, but I may as well do it here.
If anyone has anything that may help, it would be appreciated.