Skip to content

HTTP Proxies and DSA

Kenneth Endfinger edited this page Nov 11, 2016 · 1 revision

To apply an HTTP proxy on Linux, before starting any DSA component, run the following:

export http_proxy=http://my.proxy.com/
export https_proxy=$http_proxy

To apply this to DGLux Server, just stop the server, and run the start command after setting the proxy:

export http_proxy=http://my.proxy.com/
export https_proxy=$http_proxy
./bin/daemon.sh start

Protocol
 ◌ Design
 ◌ Initializing Connection
 ◌ Node API
  ◌ Methods
  ◌ Broker
   ◌ Broker Discovery
  ◌ Configs
  ◌ Value Types
 ◌ Tokens
 ◌ Quality of Service
DSLink Manager
 ◌ dslink.json
 ◌ Startup Command
SDK Development
 ◌ Implementation Guide
DSA Server
 ◌ Installation
 ◌ Update Server
 ◌ Server Configuration
 ◌ CLI Tools
 ◌ DSA Permission Basics
 ◌ DSA Permission Model
  ◌ Permission List for the Root
 ◌ Authentication
  ◌ OpenID Connect
  ◌ Password Hasher
 ◌ DGLux Server SSL (HTTPS)
 ◌ Docker
 ◌ Audit
 ◌ Data Node
 ◌ Install NGINX with DSA Server
 ◌ Configure Ubuntu Linux to auto start DSA server
 ◌ Troubleshooting

Clone this wiki locally