Discussion:
SSL alert number 80
(too old to reply)
Yevgen Lirnyk
2007-10-16 07:13:28 UTC
Permalink
Good morning,

Can anybody help me with my problem?

I have trouble connecting Sony Ericsson Z310 phone to sendmail over TLS.
When trying to send message I'm getting following message:
"sending server not found"

On the server side there is message in syslog:
STARTTLS=server: 29862:error:14094438:SSL routines:SSL3_READ_BYTES:tlsv1
alert internal error:s3_pkt.c:1057:SSL alert number 80

and immediately client " did not issue MAIL/EXPN/VRFY/ETRN during
connection to MTA"

Version of OpenSSL is 0.9.8a and sendmail is 8.13.8 (Fedora Core 5)

Same symptoms on Fedora core 4 box (OpenSSL:0.9.7f, sendmail:8.13.7)

Thanks in advance.

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Paras Shah
2007-10-16 07:19:18 UTC
Permalink
------=_Part_38436_18198244.1192518826615
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

According to RFC 2246, the alert number 80 represents an "internal error".
Here is the description from the RFC

internal_error
An internal error unrelated to the peer or the correctness of the
protocol makes it impossible to continue (such as a memory
allocation failure). This message is always fatal.

Regards,
Tech Junkie.
Post by Yevgen Lirnyk
Good morning,
Can anybody help me with my problem?
I have trouble connecting Sony Ericsson Z310 phone to sendmail over TLS.
"sending server not found"
STARTTLS=server: 29862:error:14094438:SSL routines:SSL3_READ_BYTES:tlsv1
alert internal error:s3_pkt.c:1057:SSL alert number 80
and immediately client " did not issue MAIL/EXPN/VRFY/ETRN during
connection to MTA"
Version of OpenSSL is 0.9.8a and sendmail is 8.13.8 (Fedora Core 5)
Same symptoms on Fedora core 4 box (OpenSSL:0.9.7f, sendmail:8.13.7)
Thanks in advance.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
------=_Part_38436_18198244.1192518826615
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

According to RFC 2246, the alert number 80 represents an &quot;internal error&quot;. Here is the description from the RFC<br><br><pre> internal_error<br> An internal error unrelated to the peer or the correctness of the
<br> protocol makes it impossible to continue (such as a memory<br> allocation failure). This message is always fatal.</pre>Regards,<br>Tech Junkie.<br><br><div><span class="gmail_quote">On 10/16/07, <b class="gmail_sendername">
Yevgen Lirnyk</b> &lt;<a href="mailto:***@gmail.com">***@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Good morning,<br><br>Can anybody help me with my problem?<br><br>I have trouble connecting Sony Ericsson Z310 phone to sendmail over TLS.<br>When trying to send message I&#39;m getting following message:<br>&quot;sending server not found&quot;
<br><br>On the server side there is message in syslog:<br>STARTTLS=server: 29862:error:14094438:SSL routines:SSL3_READ_BYTES:tlsv1<br>alert internal error:s3_pkt.c:1057:SSL alert number 80<br><br>and immediately client &quot; did not issue MAIL/EXPN/VRFY/ETRN during
<br>connection to MTA&quot;<br><br>Version of OpenSSL is 0.9.8a and sendmail is 8.13.8 (Fedora Core 5)<br><br>Same symptoms on Fedora core 4 box (OpenSSL:0.9.7f, sendmail:8.13.7)<br><br>Thanks in advance.<br><br>______________________________________________________________________
<br>OpenSSL Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.openssl.org">http://www.openssl.org</a><br>User Support Mailing List&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:openssl-***@openssl.org">openssl-***@openssl.org
</a><br>Automated List Manager&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:***@openssl.org">***@openssl.org</a><br></blockquote></div><br>

------=_Part_38436_18198244.1192518826615--
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Yevgen Lirnyk
2007-10-16 07:30:14 UTC
Permalink
Post by Paras Shah
According to RFC 2246, the alert number 80 represents an "internal
error". Here is the description from the RFC
internal_error
An internal error unrelated to the peer or the correctness of the
protocol makes it impossible to continue (such as a memory
allocation failure). This message is always fatal.
Thank you.

One more short question. Where this alert was created? On server or
client side?

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Marek Marcola
2007-10-16 09:26:01 UTC
Permalink
Hello,
Post by Yevgen Lirnyk
Post by Paras Shah
According to RFC 2246, the alert number 80 represents an "internal
error". Here is the description from the RFC
internal_error
An internal error unrelated to the peer or the correctness of the
protocol makes it impossible to continue (such as a memory
allocation failure). This message is always fatal.
Thank you.
One more short question. Where this alert was created? On server or
client side?
This alert (in this case) is created on client and sent to server.

Best regards,
--
Marek Marcola <***@malkom.pl>

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Yevgen Lirnyk
2007-10-16 09:45:23 UTC
Permalink
Post by Marek Marcola
Post by Yevgen Lirnyk
One more short question. Where this alert was created? On server or
client side?
This alert (in this case) is created on client and sent to server.
Thanks a lot.

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Loading...