From 60ef062fd6c99620a7b75c36ad043249467c2829 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 20 Mar 2021 17:15:40 -0700 Subject: [PATCH] chore: Update startup text to remove Firefox language Firefox handles local websockets now, so our need for self signed certs is down to very special requirements. --- .../src/components/SetupPanel/SetupPanel.vue | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/packages/intiface/src/components/SetupPanel/SetupPanel.vue b/packages/intiface/src/components/SetupPanel/SetupPanel.vue index a3dda60..8512ff3 100644 --- a/packages/intiface/src/components/SetupPanel/SetupPanel.vue +++ b/packages/intiface/src/components/SetupPanel/SetupPanel.vue @@ -47,22 +47,16 @@
-

Intiface has support for connecting to apps in web browsers. If you plan on using Firefox for this, you'll need to run through an extra step, so check the checkbox below.

-

Chrome/Edge/Brave/Safari/etc users can hit the "Continue" button to move on.

+

In some very specific instances, Intiface will need to be hosted over self-signed SSL. This mostly relates to those wanting to use Intiface across remote machines using web applications. If this isn't you or you don't know what we're talking about, just ignore this and hit continue.

-

Depending on how you plan on using Intiface, you may need to set up a secure certificate. This includes:

-
    -
  • Using Firefox for webapps that will access Intiface. (Chrome does not require a cert and can connect via insecure websockets.)
  • -
  • Using the Proxy feature of Intiface
  • -
-
-

If either of these cases applies to you, hit the Run Cert Setup button below and you'll be taken to the Cert Setup website in your browser.

-

If you aren't sure if either of these cases applies to you, you can always run the Cert Server from the Settings panel of Intiface Desktop.

+

Depending on how you plan on using Intiface, you may need to set up a secure certificate.

+

If this applies to you (i.e. you know why you'd need this), hit the Run Cert Setup button below and you'll be taken to the Cert Setup website in your browser.

+

If you aren't sure if this applies to you, you can always run the Cert Server from the Settings panel of Intiface Desktop.

@@ -71,7 +65,7 @@ Certificate Acceptance - Your certs have been generated, but you will now need to accept them in Firefox. Hit the "Launch" button below to open the webpage, or "Cancel" to quit. You can restart acceptance later in the Settings Panel if needed. Note that this will not work in Chrome, and Chrome does not require local certs. + Your certs have been generated, but you will now need to accept them in your browser. Hit the "Launch" button below to open the webpage, or "Cancel" to quit. You can restart acceptance later in the Settings Panel if needed. Note that this may not work in Chrome, and Chrome does not require local certs. Launch