Setting Proxy settings on DynTrace installation


I had a hard time trying to install dynaTrace on my linux environment, and it was due the proxy settings, so what I did it was the following:

I have Edited the .sh that dynatrace provides you.
And changed the following Settings:

If you choose option, the script will ask you  to use a defined proxy, no_proxy in my case, and if you choose no, you can procvide your own.


I had a hard time due my password has special characters on it the example in the gist above shows my p@55w0rd you can notice that @ is encoded, I found that here 

If you do this correctly dynatrace will be able to load your agent.




Comments