Arcserve UDP Agent (Linux) is installed with the https protocol. You can change your protocol if you do not want to transfer data with encryption. We recommend you to use https because all the data transferred with https are encrypted. The data transferred with http are plaintext.
Follow these steps:
/opt/CA/d2dserver/TOMCAT/conf/server.xml
<!--<Connector connectionTimeout="180000" port="8014" protocol="HTTP/1.1"/>-->
Example: The following string is the desired output after removing the <!-- and --> string characters:
<Connector connectionTimeout="180000" port="8014" protocol="HTTP/1.1"/>
<Connector port="8014" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="${catalina.home}/conf/server.keystore" keystorePass="LinuxD2D"/>
Example: The following string is the desired output after adding the <!-- and --> string characters:
<!--<Connector port="8014" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="${catalina.home}/conf/server.keystore" keystorePass="LinuxD2D"/>-->
/opt/CA/d2dserver/bin/d2dserver restart
The Backup Server protocol is changed from https to http.
Copyright © 2015 Arcserve.
All rights reserved.
|
|