0

I installed arangodb on single node ubuntu server, followed this

below is my arangod.conf file:

endpoint = tcp://127.0.0.1:8529
endpoint = tcp://<internalserverIP>:8529

I did enable both of them.

Now i am able to access arango using below on my local system

curl --dump - http://<externalserverIP>:8529/_api/version

so far so good.

now when i try to access same on installed ubuntu server using:

curl --dump - http://127.0.0.1:8529/_api/version

i am getting below error:

Access to the page: ... has been denied for the following reason:

Blocked by Content Checking.

Categories:

Proxies

what am i missing here.

1 Answer 1

0

It worked by resetting the proxy to its default by using the below command.

export http_proxy=
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.