Well, this is the main error:
gpg: info@prometheustsln.com: skipped: public key not found
not finding the key is probably cos it can't find the pubring
what you can do is execute that gpg commandline in the shell, eg;
$gpgpath --homedir $gpghome --verbose --verbose -r $gpgrecipient --encrypt -a -z 0 $plainTxt
replace the above strings (everything that's $xxx) with your actual paths and filenames, something like;
/usr/bin/gpg --homedir /home/username --verbose --verbose -r email@somewhere.com --encrypt -a -z 0 somefile.txt
it should create a somefile.txt.asc
if that fails with can't find key, try
/usr/bin/gpg --homedir /home/username/.gnupg --verbose --verbose -r email@somewhere.com --encrypt -a -z 0 somefile.txt
If either of the above work but still doesnt from the web then you can then see if it's a http permission problem.
Also note that https also has a seperate config for php and that safe mode may be on in https but off in http.





LinkBack URL
About LinkBacks






Bookmarks