Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

  • 4 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 7 προβολές
  • Τελευταία απάντηση από cor-el

more options

Hello! I seen that this problem already occurred and has been solved but I already tried everything and I still have same issue :( Please support. What I done so far is: -Removed Cookies -Removed History -Reset to default settings -Checked that Firefox is accept cookies and third party cookies -Checked config in about: -Disabled extensions and add-in -Checked registry

I have installed Firebug but don`t know how export help. Please find below CCS export:

@import "chrome://browser/skin/error-pages.css"; body {

   background-image: linear-gradient(-45deg, #eeeeee, #eeeeee 33%, #fbfbfb 33%, #fbfbfb 66%, #eeeeee 66%, #eeeeee);

} body.certerror {

   background-image: linear-gradient(-45deg, #f0d000, #f0d000 33%, #fedc00 33%, #fedc00 66%, #f0d000 66%, #f0d000);

} body.captiveportal .title {

   background-image: url("wifi.svg");

} body.certerror .title {

   background-image: url("cert-error.svg");

}

  1. errorContainer {
   display: none;

} button:disabled {

   cursor: pointer;

}

  1. prefChangeContainer {
   display: none;

}

  1. learnMoreContainer {
   display: none;

}

  1. certErrorAndCaptivePortalButtonContainer {
   display: none;

} body:not(.neterror) #certErrorAndCaptivePortalButtonContainer {

   display: flex;

} body:not(.neterror) #netErrorButtonContainer {

   display: none;

}

  1. errorTryAgain {
   margin-top: 1.2em;
   min-width: 150px;

}

  1. returnButton {
   min-width: 250px;

}

  1. advancedButton {
   display: none;

} body.captiveportal #returnButton {

   display: none;

} body:not(.captiveportal) #openPortalLoginPageButton {

   display: none;

}

  1. openPortalLoginPageButton {
   margin-inline-start: 0;

} body:not(.neterror) #advancedButton {

   display: block;

}

  1. certificateErrorReporting {
   display: none;

} .container {

   position: relative;

}

  1. advancedPanelContainer {
   padding: 24px 0;
   position: absolute;
   width: 100%;

} .advanced-panel {

   background-color: white;
   border: 1px solid lightgray;
   box-shadow: 0 0 4px #ddd;
   display: none;
   font-size: 0.9em;
   padding: 0 12px 12px;

}

  1. overrideWeakCryptoPanel {
   align-items: flex-start;
   display: none;
   flex-flow: row wrap;
   margin-top: 1em;
   place-content: space-between;

} span#hostname {

   font-weight: bold;

}

  1. automaticallyReportInFuture {
   cursor: pointer;

}

  1. errorCode:not([href]) {
   color: var(--in-content-page-color);
   cursor: text;
   text-decoration: none;

}

  1. errorCode[href] {
   white-space: nowrap;

}

  1. badCertTechnicalInfo {
   overflow: auto;
   white-space: pre-wrap;

}

  1. certificateErrorReporting {
   display: none;

}

  1. certificateErrorDebugInformation {
   background-color: var(--in-content-box-background-hover) ;
   border-top: 1px solid var(--in-content-border-color);
   display: none;
   left: 0;
   padding: 1em 17.5%;
   position: absolute;
   top: 100%;
   width: 65%;

}

  1. certificateErrorText {
   font-family: monospace;
   padding: 1em 0;
   white-space: pre-wrap;

}

This is my HTML script:


<title>Problem loading page</title> <link rel="stylesheet" href="chrome://browser/skin/aboutNetError.css" type="text/css" media="all"> Filtered chrome url chrome://browser/skin/aboutNetError.css <link id="favicon" rel="icon" type="image/png" href="chrome://global/skin/icons/warning-16.png"> <script type="application/javascript"> </head> <body class="neterror" dir="ltr"> <div id="certErrorPageTitle" style="display: none;">Insecure Connection</div> <div id="captivePortalPageTitle" style="display: none;">Log in to network</div> <div id="errorPageContainer" class="container"> <div id="certificateErrorDebugInformation"> <script type="application/javascript"> </body> </p><p>I am using latest version of FireFox: 54.0.1 (32-bit) . Hope it will help and thank you in advance! </p></script>

Hello! I seen that this problem already occurred and has been solved but I already tried everything and I still have same issue :( Please support. What I done so far is: -Removed Cookies -Removed History -Reset to default settings -Checked that Firefox is accept cookies and third party cookies -Checked config in about: -Disabled extensions and add-in -Checked registry I have installed Firebug but don`t know how export help. Please find below CCS export: @import "chrome://browser/skin/error-pages.css"; body { background-image: linear-gradient(-45deg, #eeeeee, #eeeeee 33%, #fbfbfb 33%, #fbfbfb 66%, #eeeeee 66%, #eeeeee); } body.certerror { background-image: linear-gradient(-45deg, #f0d000, #f0d000 33%, #fedc00 33%, #fedc00 66%, #f0d000 66%, #f0d000); } body.captiveportal .title { background-image: url("wifi.svg"); } body.certerror .title { background-image: url("cert-error.svg"); } #errorContainer { display: none; } button:disabled { cursor: pointer; } #prefChangeContainer { display: none; } #learnMoreContainer { display: none; } #certErrorAndCaptivePortalButtonContainer { display: none; } body:not(.neterror) #certErrorAndCaptivePortalButtonContainer { display: flex; } body:not(.neterror) #netErrorButtonContainer { display: none; } #errorTryAgain { margin-top: 1.2em; min-width: 150px; } #returnButton { min-width: 250px; } #advancedButton { display: none; } body.captiveportal #returnButton { display: none; } body:not(.captiveportal) #openPortalLoginPageButton { display: none; } #openPortalLoginPageButton { margin-inline-start: 0; } body:not(.neterror) #advancedButton { display: block; } #certificateErrorReporting { display: none; } .container { position: relative; } #advancedPanelContainer { padding: 24px 0; position: absolute; width: 100%; } .advanced-panel { background-color: white; border: 1px solid lightgray; box-shadow: 0 0 4px #ddd; display: none; font-size: 0.9em; padding: 0 12px 12px; } #overrideWeakCryptoPanel { align-items: flex-start; display: none; flex-flow: row wrap; margin-top: 1em; place-content: space-between; } span#hostname { font-weight: bold; } #automaticallyReportInFuture { cursor: pointer; } #errorCode:not([href]) { color: var(--in-content-page-color); cursor: text; text-decoration: none; } #errorCode[href] { white-space: nowrap; } #badCertTechnicalInfo { overflow: auto; white-space: pre-wrap; } #certificateErrorReporting { display: none; } #certificateErrorDebugInformation { background-color: var(--in-content-box-background-hover) ; border-top: 1px solid var(--in-content-border-color); display: none; left: 0; padding: 1em 17.5%; position: absolute; top: 100%; width: 65%; } #certificateErrorText { font-family: monospace; padding: 1em 0; white-space: pre-wrap; } This is my HTML script: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" hasBrowserHandlers="true"> <head> <title>Problem loading page</title> <link rel="stylesheet" href="chrome://browser/skin/aboutNetError.css" type="text/css" media="all"> Filtered chrome url chrome://browser/skin/aboutNetError.css </link> <link id="favicon" rel="icon" type="image/png" href="chrome://global/skin/icons/warning-16.png"/> <script type="application/javascript"> </head> <body class="neterror" dir="ltr"> <div id="certErrorPageTitle" style="display: none;">Insecure Connection</div> <div id="captivePortalPageTitle" style="display: none;">Log in to network</div> <div id="errorPageContainer" class="container"> <div id="certificateErrorDebugInformation"> <script type="application/javascript"> </body> </html> I am using latest version of FireFox: 54.0.1 (32-bit) . Hope it will help and thank you in advance!

Όλες οι απαντήσεις (4)

more options
more options

Thank you but I tried this already. Still have same issue.

more options

Anybody? Please support...

more options

If clearing cookies didn't help then It is possible that the cookies.sqlite file in the Firefox profile folder that stores the cookies got corrupted.

  • rename/remove cookies.sqlite (cookies.sqlite.old) and if present delete cookies.sqlite-shm and cookies.sqlite-wal in the Firefox profile folder in case cookies.sqlite got corrupted.

See also:

Also make sure that you do not block the referrer.


You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.