shynet icon indicating copy to clipboard operation
shynet copied to clipboard

Dashboard works but when I access the page on my website loading the script.js fails

Open gilgtc opened this issue 2 years ago • 1 comments

I followed the instructions for docker-compose and everything seemed to go well. I can access dashboard at http and have injected the tracking script code into a relevant page.

When I try to access the page I get the error in the browser console:

Loading failed for the <script> with source “https://mydomain.com:9000/ingress/******-5c88-4f07-88c1-741f77e92c38/script.js”.

And when I try to load the script itself:

Secure Connection Failed

An error occurred during a connection to mydomain.com. SSL received a record that exceeded the maximum permissible length.

Error code: SSL_ERROR_RX_RECORD_TOO_LONG

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.

Do I need to set up some SSL certificates how do I go about doing that?

gilgtc avatar Dec 16 '22 02:12 gilgtc