NetServer CustomProxy element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
Configuration values for Custom Proxy and communication with the internet.
<CustomProxy>
<add key="UseCustomProxyForPublicAccess" value="false" />
<add key="CustomProxyHost" value="" />
<add key="CustomProxyPort" value="" />
</CustomProxy>
Name | Description |
---|---|
CustomProxyHost | Host for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true. |
CustomProxyPort | Port for custom proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true. |
CustomProxySSLPort | Port for custom SSL proxy used when UseCustomProxyForPublicAccess or UseCustomProxyForIntegrationServer is set to true and requires SSL on a custom port. |
UseCustomProxyForIntegrationServer | Use Custom Proxy server, even for local addresses, when communicating to ErpSync and Remote (Online) Quote Connector. This value overrides machine and other config default settings for the proxy server. |
UseCustomProxyForPublicAccess | Use Custom Proxy server, even for local addresses, when communicating to public internet services. This value overrides machine and other config default settings for the proxy server. |
UseCustomProxyForWebhooks | Use Custom Proxy server, even for local addresses, when communicating to webhook services. This value overrides machine and other config default settings for the proxy server. |
See the NetServer Core reference for details about handling this programmatically.