Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There is currently no support for upgrading an older Gateway to its latest release. However, for easing the migration, it is possible to configure an existing Gateway to connect to our Bologna Data Centre. This can be achieved by editing your "gateway/conf/ecmwf.properties" configuration file and apply the following changes:

Configure the Gateway to connect to our Data Center in Bologna:

[Login]
ecaccessServer=boaccess.ecmwf.int

Comment out the "telnet" plugin to deactivate it:

[PluginList]
#telnet=...

Force the TLS version 1.2 protocol:
[Security]
SSLVersion=TLSv1.2

Comment out the "cipherSuites" to allow TLS cipher negotiation:
[ProxySocket]
#cipherSuites=...

After changing the configuration, the Gateway should be restarted to take the changes into account.

This page describe the procedure which allow to upgrade an existing ECaccess Gateway on the same platform. If you wish to install a new ECaccess Gateway on a new platform then please install the ECaccess Gateway from scratch on the new platform and then follow the procedure described in ECtrans Associations Export/Import to migrate the ECtrans Association from the existing Gateway to the new Gateway.