Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found because of proxy error: Error: unable to verify the first certificate #338

Closed
bhaskaranbe opened this issue Mar 12, 2021 · 2 comments

Comments

@bhaskaranbe
Copy link

bhaskaranbe commented Mar 12, 2021

When calling GET request using Ajax for other domain API, it returns "unable to verify the first certificate".

The Option request is getting success (200) in the response.

The CORS is running on port 8080 in the server. our site URL is: https://777sweeps.com/ and CORS url is: https://777sweeps.com:8080/

note: The server running in Google cloud platform.
When we are running in local its working fine.

@Rob--W
Copy link
Owner

Rob--W commented Mar 12, 2021

There are not enough details to investigate here. Your server appears to work, at least against https://example.com/.

A similar issue was reported before, and I explained the steps to debug the issue (and work around it in the worst case) at https://github.com/Rob--W/cors-anywhere/issues/99

@Rob--W Rob--W closed this as completed Mar 12, 2021
@Rob--W
Copy link
Owner

Rob--W commented Mar 21, 2021

FYI: I've fixed an issue that prevented NODE_TLS_REJECT_UNAUTHORIZED=0 from working in 3c87a51 (after investigating #341)

You have to update your version of CORS Anywhere to the latest (master branch) to take advantage of the feature. I haven't published an update yet.

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

No branches or pull requests

2 participants