Results 2 comments of hiroshis

I'm trying Jasper under the similar situation as follows, but I can't. - Jasper app 0.3.1 - Windows10 - GitHub enterprise - with self-signed certificates - Coporate Proxy - with...

Finally, I could connect in my environment. All things what I did as follows: 1. Add the following code before Jasper throws requests to GitHub. `process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";` 1. Re-packing...