-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-04-18 14:07:19.359175 1713442039.359175: SSL_connect failed with error: SSL I/O function returned SSL_ERROR_WANT_READ. Attempt 3. Retrying... There were more errors, enable -trace_err to log them #719
Comments
Have the same error |
I'm having a similar issue; if I set I'm not sure why it takes so long but opening 50 sockets takes about 5-6 minutes on my end. |
EDITI forgot to set the port after Issue I am facing a similar issue.
Here are the logs:
I am running First steps of my scenario: <send retrans="500">
<![CDATA[
REGISTER sip:[field3] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
From: <sip:[field1]@[field3]>;tag=[pid]SIPpTag01[call_number]
To: <sip:[field1]@[field3]>
Contact: <sip:[field1]@[field5]:[local_port];transport=[transport]>
Expires: 3600
Call-ID: [call_id]
CSeq: 20 REGISTER
Content-Length: 0
]]>
</send>
<recv response="100" optional="true">
</recv>
<!-- Sometimes their server immediately answers "403 authentication failed" to our register request, then stop the scenario -->
<recv response="403" optional="true" next="1">
</recv>
<recv response="401" auth="true">
</recv> I do not know what could be wrong. |
Similar/same issue... even with setting the port... Call was ok, but at very low one-digit rate SIPp version
UAS
UAC
On the other hand, to compare, I use tls_perf to test max TLS handshakes, and was able to get around 10,000 TLS handshake per second against NGINX/APACHE
|
Downgrading SIPp to 3.6.1, and no issue at all. Something breaks on 3.7.x |
I have the same issue as @nttranbao, downgrading to SIPp 3.6.1 works. |
I fixed my issue by changing SIPP_SSL_MAX_RETRIES from 10 (2 seconds) to 150 (30 seconds), yet there's definitely some difference from 3.6.x |
I am doing SIPP TLS traffic test for Alcatel Oxe pabx . SIPP Version Sipp 3.7.2
SIPP1 ---- pabx -- SIPP 2
TLS hand shake between SIPP1 to pabx is ok but pbx to SIPP2 is not ok.
When Pbx sending hello message SIPP 2 send handshake failure. i have verified the protocol it is TLS 1.2 both sides
encrpt.txt
The text was updated successfully, but these errors were encountered: