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
0
votes
0 answers

Android studio / Unable to launch test App in emulator due to VPN (zscaler)

can advise how to solve this issue. Testing an app created by the Mobile team, having error requesting for update whenever Zscaler(VPN) is ON, however if Turn off the VPN, It's working fine. can advise is there any settings' to bypass while Zscaler…
newbie
  • 1
  • 1
0
votes
0 answers

zScaler proxy: ZAP Error [java.net.SocketException]: Connection reset

I use ZAP behind a zScaler corporate proxy. http traffic works fine, but if I want to access any website via https:// I get the following exception: ZAP Error [java.net.SocketException]: Connection reset Stack Trace: java.net.SocketException:…
0
votes
0 answers

Android Emulator internet connectivity issue

We're using the Zscaler application for security purpose. After the Zscaler installation, we're unable to use our Android emulators. Emulators are not connecting to the internet. I've already tried the below suggestion. try launching the emulator…
0
votes
1 answer

podman build fails with SSL routines:tls_post_process_server_certificate:certificate verify failed

Here is the console output (WSL2): mark@L-R910LPKW:~/chip/toolbox-app/src $ sudo podman build . -t toolbox:0.0.1-debug [sudo] password for mark: STEP 1/4: FROM nginx:1.23.3-alpine-slim STEP 2/4: RUN apk update && apk add --no-cache curl…
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
0 answers

aiohttp not using system proxy settings configured by zscalar

I have a desktop application written in python which uses aiohttp package to make api calls. So the problem I am facing is the api calls works perfectly when there is no proxy settings but when we install our app on a system which use proxy settings…
vibhor Gupta
  • 103
  • 11
0
votes
3 answers

vscode dev container doesn't install extensions, behind corporate proxy

I have been trying to set up a dev container for a c++ project but cannot get vscode to install the extensions I've listed in my .devcontainer/devcontainer.json file. I am behind a corporate proxy (zscaler). I have acquired a CA certificate and…
JamedBond
  • 49
  • 1
  • 6
0
votes
2 answers

upload file to ftp server over http proxy using php/curl stopped by zscaler

I'm trying to upload a file to a ftp-server via http-proxy with a php-script and curl. I'm using the method described here: Upload the file to the FTP server over HTTPS using curl in php. Our company uses ZSCALER for safety reasons, and I got the…
Xilukarim
  • 3
  • 4
0
votes
1 answer

Error loading documents in firestore, how can I resolve this issue in Z Scaler

Hi I'm using firestore for on of my services. But since I'm using company laptop, I'm unable to use firestore. It is showing the errror, 'error loading documents'. It is because of Zscaler running behind the system. So I would like to know how we…
0
votes
0 answers

psql with source IP anchoring

I am using PostgreSQL flexible server by MSAzure. The server is not setting any connection restriction and allows connections from all IPs. I can access to the server with psql command normally. psql "host=.postgres.database.azure.com port=5432…
Unkman
  • 1
0
votes
0 answers

How to import Zscaler certificate into EKS cluster

I am trying to install run NewRelic CPM which is java based app, on EKS. I am getting an error in certificate. How can I add our Zscaler certificate on the cluster in EKS setup. Do we require to edit the values.yaml file? OR what is the path to…
Salman
  • 1,573
  • 3
  • 13
  • 24
0
votes
1 answer

Error creating a new environment in Anaconda.Navigator

I am new to Anaconda. I installed Anaconda.Navigator successfully. But when I try to create a new environment in it, I always get error like this: CondaHTTPError: HTTP 000 CONNECTION FAILED for url…
Yusri L
  • 1
  • 3
0
votes
1 answer

Installing cypress with ZScaler Proxy

When I'm trying to install Cypress with the Zscaler Cloud Connector on a Windows 10 machine, I get the following error: 911 error 911 error Platform: win32-x64 (10.0.19044) 911 error Cypress Version: 10.7.0 912 error [FAILED] The Cypress App could…
Eric
  • 2,861
  • 6
  • 28
  • 59
0
votes
0 answers

SSL validation failed (ZScaler)

I'm on Windows 10 Enterprise. The company has ZScaler installed, which is causing SSL validation failures when I'm attempting to connect to AWS & Github. The --no-verify-ssl flag forces things to work, but I'd prefer to configure the cert using…
Dave
  • 7,552
  • 4
  • 22
  • 26
0
votes
1 answer

RestSharp issues integrating with zscaler product will not work on IIS Server 2012 R2

Our organization is removing our proxy web servers and integrating Zscalar. We were informed that all we had to do is remove the proxy property/settings. So I have removed the proxy setting from my code and it seems to work fine locally but it…
0
votes
0 answers

Authenticate proxy in Python Selenium (zscalar)

I am trying to launch a url using selenium and python. Without logging into zscalar proxy I get "This site can’t be reached" on the browser. The browser does launch. I am able to authenticate using python requests, but I am not able to get the…