Skip to content

Documentation of proxy settings is missing. #28

@tochi-y

Description

@tochi-y

Proxy is supported in the source code.

// Proxy settings.
builder.useSystemProperties();

But the documentation is missing. Then, I confirmed that adding following configurations to /opt/tomcat/conf/catalina.properties is properly worked.

# Proxy configuration.
java.net.useSystemProxies=true
http.nonProxyHosts=localhost|127.*|[::1]|*.personium.example
http.proxyHost=<ProxyHost>
http.proxyPort=<ProxyPort>
http.proxyUser=<ProxyUser>
http.proxyPassword=<ProxyPassword>
https.nonProxyHosts=localhost|127.*|[::1]|*.personium.example
https.proxyHost=<ProxyHost>
https.proxyPort=<ProxyPort>
https.proxyUser=<ProxyUser>
https.proxyPassword=<ProxyPassword>

This proxy configuration should be written in the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions