Fiddler ошибка 502

I am using Fiddler to debug all HTTP request of my ASP.NET application.

For a while (about 6 months) I had no problem. All HTTP requests appeared on Fiddler and so on.

The last two days Fiddler stoped working :/ Always returns the same error: «The request failed with HTTP status 502: Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). ).»

The strange thing is that only happens to my application, i. e. all HTTP requests from youtube, email, etc, appear on Fiddler.

What is the problem here?

JayC's user avatar

JayC

7,0532 gold badges25 silver badges41 bronze badges

asked Dec 20, 2011 at 18:55

rpf's user avatar

2

From my case adding this line on OnBeforeRequest function in Fiddler Script fixed it for me,

oSession["x-OverrideSslProtocols"] = " ssl3;tls1.0;tls1.1;tls1.2";

answered Apr 12, 2017 at 13:28

Imran Qadir Baksh - Baloch's user avatar

4

I had the same issue with Fiddler — my HTTPS site worked fine in IE, however got 502 error in Chrome. After analyzing the issue, I found that has manual proxy enabled in Fiddler (not recommended):

Tools -> Fiddler Options -> Gateaway

it was the root cause of this strange behavior. Switching to «System Proxy» made this working for both IE and Chrome.

answered Feb 25, 2015 at 8:31

udalmik's user avatar

udalmikudalmik

7,78025 silver badges40 bronze badges

1

I had a scenario where production url was https and test was http.

When wrongly calling test with https in fiddler then I got 502 and ended here on stack overflow.

I will just leave this here in case anyone else does the same mistake.

answered Jan 13, 2016 at 9:10

Thomas Koelle's user avatar

Thomas KoelleThomas Koelle

3,3642 gold badges23 silver badges43 bronze badges

I solved my problem =)

I seems that something changed at my company network. So I changed the file CustomRules.js from Fiddler and added some lines at OnBeforeRequest.

Now, everything works just fine

Best regards.

answered Dec 22, 2011 at 16:08

rpf's user avatar

rpfrpf

3,61410 gold badges38 silver badges47 bronze badges

2

Solution 1

I solved my problem =)

I seems that something changed at my company network. So I changed the file CustomRules.js from Fiddler and added some lines at OnBeforeRequest.

Now, everything works just fine

Best regards.

Solution 2

From my case adding this line on OnBeforeRequest function in Fiddler Script fixed it for me,

oSession["x-OverrideSslProtocols"] = " ssl3;tls1.0;tls1.1;tls1.2";

Solution 3

I had the same issue with Fiddler — my HTTPS site worked fine in IE, however got 502 error in Chrome. After analyzing the issue, I found that has manual proxy enabled in Fiddler (not recommended):

Tools -> Fiddler Options -> Gateaway

it was the root cause of this strange behavior. Switching to «System Proxy» made this working for both IE and Chrome.

Solution 4

I had a scenario where production url was https and test was http.

When wrongly calling test with https in fiddler then I got 502 and ended here on stack overflow.

I will just leave this here in case anyone else does the same mistake.

Related videos on Youtube

Getting Started with Fiddler Web Debugging Proxy

09 : 20

Getting Started with Fiddler Web Debugging Proxy

Windows 10 - How to Fix Windows could not automatically detect this network's proxy settings Error

04 : 31

Windows 10 — How to Fix Windows could not automatically detect this network’s proxy settings Error

[FIXED] Error 502 Bad Gateway Error Problem (100% Working)

05 : 57

[FIXED] Error 502 Bad Gateway Error Problem (100% Working)

Fiddler error

03 : 43

Capture Web Traffic - Telerik Fiddler Setup and First Time Use

04 : 31

Capture Web Traffic — Telerik Fiddler Setup and First Time Use

502 Proxy Error The proxy server received an invalid response from an upstream server

00 : 45

502 Proxy Error The proxy server received an invalid response from an upstream server

Comments

  • I am using Fiddler to debug all HTTP request of my ASP.NET application.

    For a while (about 6 months) I had no problem. All HTTP requests appeared on Fiddler and so on.

    The last two days Fiddler stoped working :/ Always returns the same error: «The request failed with HTTP status 502: Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). ).»

    The strange thing is that only happens to my application, i. e. all HTTP requests from youtube, email, etc, appear on Fiddler.

    What is the problem here?

    • Microsoft’s corporate network hits this; it occurs when the proxy server denies bounce-back to prevent IPSEC circumvention. Without Fiddler running, change IE’s proxy settings to «Automatically detect settings» then restart Fiddler.

  • Wich lines? I have the same problem here!

  • Please mention what changes you did to solve the problem. This doesn’t helps me at all.

  • HI, Tools where ? in fiddler ?

  • tls was my problem, had to go to «Fiddler | Tools | Options… | HTTPS | Click link to change Protocols to include tls 1.1 and 1.2

  • I have personally closed tls1.0 support on the server, got stuck in this for the past few hours

Recents

Related

i’ve been using fiddler tool for ages. recently i’ve noticed most of my attempts of sending new requests fail with:

HTTP/1.1 502 Fiddler - Connection Failed
Date: Thu, 15 Apr 2021 14:21:59 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Cache-Control: no-cache, must-revalidate
Timestamp: 16:21:59.795

[Fiddler] The connection to 'whatever.com' failed.  <br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https&gt; HTTPS handshake to whatever.com (for #7750) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. &lt; The function requested is not supported

Win32 (SChannel) Native Error Code: 0x80090302                                                                        

solution?

tools > options > [x] capture HTTPS CONNECTs > [x] Decrypt HTTPS traffic > protocols: enter there tls1.2

once it’s set you can un-tick [x] capture.

Я использую Fiddler для отладки всех HTTP-запросов моего приложения ASP.NET.

Какое-то время (около 6 месяцев) у меня не было проблем. Все HTTP-запросы появились на Fiddler и так далее.

Последние два дня Fiddler перестал работать: / Всегда возвращает одну и ту же ошибку: «Запрос не выполнен с HTTP-статусом 502: ошибка прокси (сервер ISA отклонил указанный унифицированный указатель ресурсов (URL).)».

Странно то, что это происходит только с моим приложением, т.е. е. все HTTP-запросы с YouTube, электронной почты и т. д. отображаются в Fiddler.

В чем проблема?

4 ответа

Лучший ответ

Решил свою проблему =)

Кажется, что-то изменилось в сети моей компании. Поэтому я изменил файл CustomRules.js из Fiddler и добавил несколько строк в OnBeforeRequest.

Теперь все работает нормально

С уважением.


-18

rpf
22 Дек 2011 в 20:08

В моем случае добавление этой строки в функцию OnBeforeRequest в Fiddler Script исправило ее для меня,

oSession["x-OverrideSslProtocols"] = " ssl3;tls1.0;tls1.1;tls1.2";


35

user960567
12 Апр 2017 в 16:28

У меня была такая же проблема с Fiddler — мой сайт HTTPS работал нормально в IE, но получал ошибку 502 в Chrome . Проанализировав проблему, я обнаружил, что в Fiddler включен прокси-сервер вручную (не рекомендуется):

Tools -> Fiddler Options -> Gateaway

Это была первопричина такого странного поведения. Переключение на «Системный прокси» заставило это работать как для IE, так и для Chrome.


3

udalmik
25 Фев 2015 в 11:31

У меня был сценарий, в котором производственный URL-адрес был https, а тестовый — http.

При неправильном вызове теста с https в fiddler я получил 502 и закончил здесь переполнением стека.

Я просто оставлю это здесь на тот случай, если кто-то сделает ту же ошибку.


1

Thomas Koelle
13 Янв 2016 в 12:10

Я использую Fiddler для отладки всего HTTP-запроса моего приложения ASP.NET.

Некоторое время (около 6 месяцев) у меня не было проблем. Все HTTP-запросы появились на Fiddler и так далее.

Последние два дня Fiddler прекратил работать:/Всегда возвращает ту же ошибку: «Ошибка запроса с HTTP-статусом 502: Ошибка прокси-сервера (ISA-сервер отказал указанному Uniform Resource Locator (URL).»).

Странно, что это происходит только с моим приложением, т.е. все HTTP-запросы с youtube, электронной почты и т.д. Появляются на Fiddler.

В чем проблема?

Я решил свою проблему =)

Кажется, что что-то изменилось в моей сети. Поэтому я изменил файл CustomRules.js у Fiddler и добавил некоторые строки в OnBeforeRequest.

Теперь все работает отлично

С наилучшими пожеланиями.

Из моего случая добавление этой строки в функцию OnBeforeRequest в скрипте Fiddler исправило это для меня,

oSession["x-OverrideSslProtocols"] = " ssl3;tls1.0;tls1.1;tls1.2";

У меня была такая же проблема с Fiddler — мой сайт HTTPS отлично работал в IE, но получил 502 ошибки в Chrome. После анализа проблемы я обнаружил, что в Fiddler включен ручной прокси (не рекомендуется):

Tools -> Fiddler Options -> Gateaway

это была первопричина этого странного поведения. Переключение на «Системный прокси» заставило это работать как для IE, так и для Chrome.

У меня был сценарий, где производственный URL был https, а тест был http.

При неправильном вызове теста с https в fiddler я получил 502 и закончил здесь переполнение стека.

Я просто оставлю это здесь, если кто-то другой совершит ту же ошибку.

Введите минимум 50 символов

Понравилась статья? Поделить с друзьями:
  • Ficbook внутренняя ошибка сервера 5xx
  • Fiat ошибка p0215
  • Fiat stilo ошибка ebd
  • Fiat stilo ошибка c1522
  • Fiat punto ошибка p1773