This is a migrated thread and some comments may be shown as answers.

SMTP trough Fiddler with Secure traffic Decryption

1 Answer 1299 Views
Windows
This is a migrated thread and some comments may be shown as answers.
SysTeam DBA
Top achievements
Rank 1
SysTeam DBA asked on 05 Jun 2017, 12:50 PM

Hi, i'm trying to use Fiddler to test SMTPS communication through a Proxy Tunnel, in the following manner :

- The client exec an Http Connect command in order to establish a tunnel to the destination SMTP server on port 465.

- After the connect succeed, the client starts talking with the server through the created tunnel like a normal SMTPS connection.

This is working successfully if the "decrypt HTTPS traffic" option is disabled.

When the option is enabled and the interception certificate is created, the client - SMTP communication is shut down all of a sudden.
After further analysis, it turned out that the SMTP server actually replies correctly to the proxy with the classic "Service Ready" message, but for an unknown reason the message never reach the client (it seem that Fiddler is not passing it to the Proxy-Client connection). So i am wondering if Fiddler applies some kind of filter to Non-HTTP traffic once the decryption is activated. Is this the case ?

 

Thank you

 

 

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 12 Jun 2017, 05:28 PM
Hi,

Rather unfortunately, fiddler does not really support debugging SMTP traffic. 

Regards,
Tsviatko Yovtchev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
SysTeam DBA
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or