Questions tagged [zscaler]

Zscaler is a global cloud-based information security company that provides Internet security, web security, next generation firewalls, sandboxing, SSL inspection, antivirus, vulnerability management and granular control of user activity in cloud computing, mobile and Internet of things environments.

is a information security company that provides Internet security, web security, next generation firewalls, sandboxing, SSL inspection, antivirus, vulnerability management and granular control of user activity in cloud computing, mobile and Internet of things environments.

56 questions
18
votes
6 answers

Intellij/Gradle sync fails behind Corporate proxy

I am behind a corporate firewall (Zscaler) which rewrites TLS traffic with its own certs. When I try to create a Gradle project in intellij, I receive the following error, even after importing the CA and intermediate certs into both Intellij (via…
Jon Bates
  • 3,055
  • 2
  • 30
  • 48
10
votes
1 answer

Unable to use docker due to ZScaler and certificate issues

I have VMware Photon OS running in VMware Player. This will be used as the host OS to run Docker containers. However, since I'm behind a ZScaler, I'm having issues running commands that access external resources. E.g. docker pull python gives me the…
DocZerø
  • 8,037
  • 11
  • 38
  • 66
7
votes
1 answer

spring boot bootBuildImage paketo ssl cert location?

TLDR: spring boot gradle bootBuildImage task fails with x509 cert validation error (due to zscaler). Where to add the root cert? Info We're using spring boot's (2.3) new "bootBuildImage" to build docker images. Recently our IT group turned on…
user331465
  • 2,984
  • 13
  • 47
  • 77
7
votes
3 answers

curl: (60) SSL certificate problem: when uploading behind proxy

I need to do curl uploading behind company proxy. and I've getting the following two type of problems depending on the site that I try, curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number curl: (60) SSL certificate problem:…
xpt
  • 20,363
  • 37
  • 127
  • 216
7
votes
4 answers

Why do I get "malformed URL" error when performing remote actions using GitKraken in a corporate environment?

When using GitKraken and attempting to perform remote actions (push/pull/fetch and possibly clone) in my corporate environment I get an error that looks like this: Fetch failed for 'origin' malformed URL [Proxy information] My repository is only…
Caesar Kabalan
  • 753
  • 1
  • 8
  • 18
6
votes
3 answers

Installing Zscaler Certificate to Anaconda3

After the obligatory installation of Zscaler through out the Company my Anaconda started giving me the SSL verification Error while installing modules and using requests to get the urls Error(SSLCertVerificationError(1, '[SSL:…
Victoria
  • 247
  • 4
  • 8
5
votes
0 answers

How to configure npm proxy for the company's Zscaler settings?

0 In my company I can't download the node modules via npm, because the connection is being refused. We use a Zscaler with a .pac config file. I tried to configure the proxy via various tutorials Is there a way to make npm install (the command) to…
neolith
  • 699
  • 1
  • 11
  • 20
5
votes
2 answers

How to import a zscaler certificate into Git

While trying to checkin/checkout code on azure DevOps from GIT i got the following error. Application has to send the traffic to Zscaler proxies. For this we have un-set the proxy in GIT post that application able to connect URL but SSL handshake…
Salman
  • 1,573
  • 3
  • 13
  • 24
4
votes
0 answers

Automatically trust reverse-proxy traffic with custom root CA inside of unmanaged docker containers

Is it possible to run publicly available containers as-is when running reverse proxies that sign traffic with a custom root CA? Example: Zscaler internet security Corporate environments often run proxies. While it is possible to install a custom…
Eric Swanson
  • 820
  • 1
  • 9
  • 19
4
votes
1 answer

Is there a way to let testcafe login using sso?

For an End-to-End test, I want Testcafe to login to our SaaS application using SSO (just as a user would do). For this to work Testcafe needs to get through our proxy and then log in to the application using the credentials of the user that is…
4
votes
1 answer

how can I plot graphviz decision tree with inverse-transform (actual) values?

I am using graphviz to plot the a classification decision tree. before to fit the Features I use "preprocessing.StandardScaler()" to scale them therefore when I plot the decision tree I get it plotted based on the "transformed values" is there a way…
3
votes
1 answer

Vscode host verification key failed. Zscaler

Been searching several times to find the answer to this issue. Hope someone else has similar settings. I am using MacOS Big Sur. Vscode 1.61.2 I am working remotely from office and laptop has zscaler installed. In Vscode terminal all git…
DodgyD
  • 31
  • 2
3
votes
0 answers

How to configure Android zScaler Client Connector VPN on Real Device

My current Android project requires access to protected RESTFul API endpoints. My organisation employs zScaler as its VPN and I need to test my prototype Android application on real devices. I have zScaler installed on my work laptop and can…
Hector
  • 4,016
  • 21
  • 112
  • 211
3
votes
0 answers

How to temporarily Turn Off zscaler using Windows Command Line?

I am trying to automate a docker command in R. However, in order to run the command, zscaler must be turned off for it to work. The R script is as follows: shell(cmd = "docker some command", shell = "CMD.EXE") It creates an error because zscaler is…
Eric Bunker
  • 33
  • 1
  • 5
3
votes
2 answers

Using Git, Gradle and Maven with ZScaler Certificate?

we're now using ZScaler instead of a proxy to check the internet traffic. It's quite an improvement, however setting up Git, Gradle and Maven with a proxy was easier to set up than setting it up with ZScaler. For using ZScaler we received a…
XDAF
  • 374
  • 4
  • 15
1
2 3 4