לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

מידע נוסף

Connecting to localhost in Single Site Browser (SSB) mode

  • 1 תגובה
  • 1 has this problem
  • 8 views
  • תגובה אחרונה מאת db10

more options

I have a basic html index page being served by Ubuntu/Apache at `https://localhost/test.html`. I have `browser.enabled.ssb` set to `true` in about config.

When I open a regular browser window (Firefox 78.0.2) I can navigate to, and load `https://localhost/test.html` no problem but when I run `firefox --profile /home/ubuntu/.mozilla/firefox/a5pwja44.default-release --ssb https://localhost/test.html` I get a connection error. (This is the same profile I'm using when I open a new browser window).

Anybody know why this doesn't work or how to fix?

I have a basic html index page being served by Ubuntu/Apache at `https://localhost/test.html`. I have `browser.enabled.ssb` set to `true` in about config. When I open a regular browser window (Firefox 78.0.2) I can navigate to, and load `https://localhost/test.html` no problem but when I run `firefox --profile /home/ubuntu/.mozilla/firefox/a5pwja44.default-release --ssb https://localhost/test.html` I get a connection error. (This is the same profile I'm using when I open a new browser window). Anybody know why this doesn't work or how to fix?

כל התגובות (1)

more options

It seems the issue is with --ssb connecting to http rather than https. Anyway to make it work for http?