Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Status code 0 when injecting javascript file to be loaded over HTTPS #1058

Open
yrral86 opened this issue Mar 2, 2018 · 1 comment
Open

Comments

@yrral86
Copy link

yrral86 commented Mar 2, 2018

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.

screen shot 2018-03-02 at 12 05 09 pm

@mwsteb
Copy link

mwsteb commented Apr 24, 2018

@yrral86 Could this be related in any way? roidrage/lograge#67

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants