Configure a web proxy

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • If your network uses a web proxy, you can set up the Edge Encryption proxy to use the web proxy.

    시작하기 전에

    Role required: admin

    이 태스크 정보

    If your network does not use a web proxy, leave the web proxy properties in the configuration file commented out.

    The Edge Encryption proxy server supports HTTP connection to and basic authentication with the web proxy.

    프로시저

    1. Change to the <installation directory>/conf/ directory.
    2. Open the edgeencryption.properties file.
    3. Configure the web proxy properties.
    4. Save and close the edgeencryption.properties file.
    5. If the web proxy is using a customer-specific server certificate, add this certificate to the JVM used by the Edge Encryption proxy server to establish trust between the web proxy and the Edge Encryption proxy server.
      1. Use the cd command to navigate to <Java home directory>/jre/lib/security/cacerts
      2. Execute the command: keytool -keystore cacerts -importcert -alias <chooseAlias> -file <certificateFile>