Links
Comment on page

Accessing Object Storage Using Proxy

Use the following settings when the connection to object storage is routed via a proxy server

Model9 server configuration (Using the model9-local.yml configuration file):

Parameters
Description
model9.objstore.jclouds-config.jclouds.proxy-host: <proxy_ip/dns>
The HTTP proxy IP address or DNS address
model9.objstore.jclouds-config.jclouds.proxy-port: <proxy_port>
The HTTP proxy port. Usually 3128 or 80
model9.objstore.jclouds-config.jclouds.proxy-excluded-uri.azureblob: https://.*\.blob\.core\.windows\.net.*
For Azure AD, if data transfer should not go through the proxy, but login should go through the proxy
This is Optional

Model9 agent configuration (Using the agent.yml configuration file):

Parameters
Description
objstore.jclouds-config.jclouds.proxy-host: <proxy_ip/dns>
The HTTP proxy IP address or DNS address
objstore.jclouds-config.jclouds.proxy-excluded-uri.azureblob: https://.*\.blob\.core\.windows\.net.*
For Azure AD, if data transfer should not go through the proxy, but login should go through the proxy
This is Optional