Closed Reino17 closed 3 years ago
Calling xidel.exe from another dir (with full path) does not work:
I have changed that: https://github.com/benibela/internettools/commit/872a9b120c49d0246b3bea42b05dc3b59996aa31
I guess "" and "" is not what you intended as an error message, or is it?
It is very helpful to see whether it could not find the file/dir, or found them but could not load them
Fix confirmed. Thanks.
This is the OpenSSL Windows binary.
Calling
xidel.exe
directly fromD:\xidel
(withcacert.pem
there too) works:Calling
xidel.exe
from another dir (with full path) does not work:The same goes for the
%PATH%
-variable:For the OpenSSL dlls
xidel
is looking in%PATH%
and the dir it's executed from.How about it would do the same for 'cacert.pem' / 'ca-bundle.crt' ? Or would that be a security risk?
I guess
"" and ""
is not what you intended as an error message, or is it?