You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have developed an application that utilizes Spotlight and deployed it on an EC2 instance. The application includes an API endpoint to create a Spotlight instance and return the port. However, when attempting to create the Spotlight instance via the API, I encounter the following error:
"error": "Starting Spotlight on non-localhost without TLS certificate is insecure. Please provide TLS certificate and key."
To resolve this, I added the parameter no_ssl = True, which allowed us to create the Spotlight instance. However, when attempting to load Spotlight using the public address, it results in a blank white screen.
Could you please advise on how to resolve this issue?
Screenshots
rome, safari]
Desktop (please complete the following information):
OS: Ubuntu
Spotlight Version 1.6.10
The text was updated successfully, but these errors were encountered:
We are utilizing several Web APIs accessible only in secure contexts.
This means you won't be able to use Spotlight's front end via just HTTP when hosted online.
To host a Spotlight instance online, you could
either supply an SSL certificate on spotlight start
or put the instance behind a TLS termination proxy.
Hi,
I have developed an application that utilizes Spotlight and deployed it on an EC2 instance. The application includes an API endpoint to create a Spotlight instance and return the port. However, when attempting to create the Spotlight instance via the API, I encounter the following error:
"error": "Starting Spotlight on non-localhost without TLS certificate is insecure. Please provide TLS certificate and key."
To resolve this, I added the parameter
no_ssl = True
, which allowed us to create the Spotlight instance. However, when attempting to load Spotlight using the public address, it results in a blank white screen.Could you please advise on how to resolve this issue?
Screenshots
rome, safari]
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: