You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to use the SMTP protocol through Mubeng, the connection fails with an error. The log shows a Cannot handshake client ... EOF message, indicating that Mubeng is unable to complete the handshake with the SMTP server.
To Reproduce
Steps to reproduce the behavior:
> mubeng -a :8080 -f proxies.txt -w
In the proxies.txt file, the proxy is configured with SMTP details as follows:
Describe the bug
When attempting to use the SMTP protocol through Mubeng, the connection fails with an error. The log shows a
Cannot handshake client ... EOF
message, indicating that Mubeng is unable to complete the handshake with the SMTP server.To Reproduce
Steps to reproduce the behavior:
> mubeng -a :8080 -f proxies.txt -w
In the
proxies.txt
file, the proxy is configured with SMTP details as follows:Expected behavior
Mubeng should successfully establish a handshake with the SMTP server, allowing SMTP traffic to flow through the proxy.
Screenshots
Environment :
Additional context
Full error log:
Is there any specific configuration needed for SMTP protocol support in Mubeng, or is SMTP protocol unsupported?
The text was updated successfully, but these errors were encountered: