There is no indication that this key really belongs to the owner

Tom Strzemieczny tstrzem@sesame.com
Wed Jul 17 23:08:01 2002


--------------B2E2F567F2F014E0251CD8EC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

How do I fix this problem?  Specifically,  there should be no prompt, so that this
can run in batch mode:

------------------------------------------------------
IN STANDARD MODE

gpg -s -e --passphrase-fd 0 -r test@test.com testFile

gpg: WARNING: --honor-http-proxy is a deprecated option.
gpg: please use "--keyserver-options honor-http-proxy" instead
Reading passphrase from file descriptor 0 ...this is a test


You need a passphrase to unlock the secret key for
user: "Abuse <abuse@test.com>"
1024-bit DSA key, ID 50045D8C, created 2002-07-17

gpg: 5DF6A135: There is no indication that this key really belongs to the owner
1024g/5DF6A135 2002-07-10 "test <test@test.com>"
             Fingerprint: 902F 0BEA 6BA2 5CB3 AFAC  DBF4 C228 594C 5DF6 A531

It is NOT certain that the key belongs to its owner.
If you *really* know what you are doing, you may answer
the next question with yes

Use this key anyway? y

------------------------------------------------------------
BUT IN BATCH MODE:

[root@amamail0 scripts]# gpg -s -e --passphrase-fd 0 --batch --yes -r test@test.com
testFile

gpg: WARNING: --honor-http-proxy is a deprecated option.
gpg: please use "--keyserver-options honor-http-proxy" instead
tiatest
gpg: 5DF6A135: There is no indication that this key really belongs to the owner
gpg: no valid addressees
gpg: mailpid: sign+encrypt failed: no such user id

What is wrong here?

--------------B2E2F567F2F014E0251CD8EC
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
How do I fix this problem?&nbsp; Specifically,&nbsp; there should be no
prompt, so that this can run in batch mode:
<p>------------------------------------------------------
<br>IN STANDARD MODE
<p>gpg -s -e --passphrase-fd 0 -r test@test.com testFile
<p><font size=-1>gpg: WARNING: --honor-http-proxy is a deprecated option.</font>
<br><font size=-1>gpg: please use "--keyserver-options honor-http-proxy"
instead</font>
<br><font size=-1>Reading passphrase from file descriptor 0 ...this is
a test</font>
<br>&nbsp;
<p><font size=-1>You need a passphrase to unlock the secret key for</font>
<br><font size=-1>user: "Abuse &lt;abuse@test.com>"</font>
<br><font size=-1>1024-bit DSA key, ID 50045D8C, created 2002-07-17</font>
<p><font size=-1>gpg: 5DF6A135: There is no indication that this key really
belongs to the owner</font>
<br><font size=-1>1024g/5DF6A135 2002-07-10 "test &lt;test@test.com>"</font>
<br><font size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Fingerprint: 902F 0BEA 6BA2 5CB3 AFAC&nbsp; DBF4 C228 594C 5DF6 A531</font>
<p><font size=-1>It is NOT certain that the key belongs to its owner.</font>
<br><font size=-1>If you *really* know what you are doing, you may answer</font>
<br><font size=-1>the next question with yes</font>
<p><font size=-1>Use this key anyway? y</font>
<p>------------------------------------------------------------
<br>BUT IN BATCH MODE:
<p>[root@amamail0 scripts]# gpg -s -e --passphrase-fd 0 --batch --yes -r
test@test.com testFile
<p><font size=-1>gpg: WARNING: --honor-http-proxy is a deprecated option.</font>
<br><font size=-1>gpg: please use "--keyserver-options honor-http-proxy"
instead</font>
<br><font size=-1>tiatest</font>
<br><font size=-1>gpg: 5DF6A135: There is no indication that this key really
belongs to the owner</font>
<br><font size=-1>gpg: no valid addressees</font>
<br><font size=-1>gpg: mailpid: sign+encrypt failed: no such user id</font>
<p><font size=-1>What is wrong here?</font></html>

--------------B2E2F567F2F014E0251CD8EC--