Michael Callaghan
Michael Callaghan
Thanks for the quick reply. Is the CA required for a public website? Say I’m hitting the GitHub API with a bearer token. That wouldn’t require any certificate exchange, right?
Would including this as the tls -> ca work? https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
I got it to work. Turns out, we have a corporate certificate bundle. Now I am seeing things like this in our logs. ``` :2020/01/02 17:25:12.516997 gotun-127.0.0.1:8001: (server.go:421) Accepted new...
I think I understand, thanks. I was getting confused because the last test we ran showed these same lines over and over again, and the client never seemed to get...
I don't see any redirects. Just multiple attempts to retry before it works.
Just what I sent you a few days ago. It's those few lines repeated.
I don't think I was able to do so, because I'm on RHEL 5. I had to build an older version with a special version of Go. It was actually...
If there is any possibility of continuing this conversation privately, I'd welcome it. My Twitter handle is also @walkingriver
FYI, changing `allowJs` from `true` to `false` fixed it for me. Fortunately, I didn't have any JS files and don't remember why it was there to begin with.
I was eagerly reading this thread hoping for a solution, or at least a workaround. I'm having the identical problem with an Angular app. Without the rewrite rules, the app...