aspnet / BrowserLink

Browser Link loader for Visual Studio integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Browser Link broken with Firefox and HTTPS?

guardrex opened this issue · comments

Working on dotnet/AspNetCore.Docs#5251 ...

Chrome and Edge work with BL and HTTPS. When it comes to FF tho, I can't seem to get a connection.

  • I've added the certificate to FF.
  • Launch URL and App URL are set to the secure endpoint and SSL is enabled in VS for the project.
  1. Select multiple browsers for IIS Express
  2. Chrome and Edge get a connection and update correctly when a view is changed. FF doesn't get a connection.

capture1

When using HTTP, FF does get a connection and BL functions normally. The problem appears to be limited to the HTTPS scenario.

ASP.NET Core app: 2.0
SDK: 2.1.4
Shared Framework: 2.0.5
OS: Win10
VS: 15.5.7
FF Quantum: 58.0.2 (64-bit)