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

Had: 'direct->https/X.X.X.X:5989' but needs: 'direct->https/X.X.X.X:443'

1 Answer 352 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 14 Jan 2018, 05:49 PM

Hi all.

 

I am trying to debug a (java) application that does not obey proxy rules. As a result I have been forced to use Proxifer to redirect all traffic to Fiddler. This seems to be working fine and I can see the initial SSL negotiation but the actual request that follows fails with the following line in the log:

17:36:17:8627 Session #1868 detaching ServerPipe. Had: 'direct->https/X.X.X.X:5989' but needs: 'direct->https/X.X.X.X:443'

X.X.X.X is the same (and correct) on both sides. The server I am connecting to is indeed running an SSL service on port 5989 (and cannot be changed to 443).

Any ideas on what I can do to fix this?

Fiddler version: v5.0.20173.50948 for .NET 4.6.

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 18 Jan 2018, 02:27 PM
Hi,

Since another proxy is included before Fiddler we cannot be sure that there is some problem with Fiddler. You can use this help page to configure your Java app to use Fiddler as proxy.

If the problem persists when the extra proxy is removed, then we can start investigating the problem and searching for solution.

Regards,
Alexander
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
Dan
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or