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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
In our test environment, we inject a javascript file into the page to provide us with some extra support code. This works great when I run the application locally without SSL. However, when attempting to do the same with the application deployed to the test environment, the debug output reports a status code of 0 when trying to fetch the file over HTTPS. The server logs do not show any request. I tried to use wireshark, and I see a certification negotiation, but couldn't glean anything else from the capture since the payloads are encrypted. The server certificate is self signed, but I have set the ignore_ssl_errors option. I will start digging into the code, but any pointers on where to look would be appreciated.
The text was updated successfully, but these errors were encountered:
In our test environment, we inject a javascript file into the page to provide us with some extra support code. This works great when I run the application locally without SSL. However, when attempting to do the same with the application deployed to the test environment, the debug output reports a status code of 0 when trying to fetch the file over HTTPS. The server logs do not show any request. I tried to use wireshark, and I see a certification negotiation, but couldn't glean anything else from the capture since the payloads are encrypted. The server certificate is self signed, but I have set the ignore_ssl_errors option. I will start digging into the code, but any pointers on where to look would be appreciated.
The text was updated successfully, but these errors were encountered: