Versions Compared

Key

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

...

For ATS v9.0.0 and later, OpenSSL v1.0.2 is required. For this, you can either use the testing repo above (which pulls in a much more modern OpenSSL, currently v1.1.x1a), or, for and upgrade OpenSSL. Or  for less invasive changes, use the jessie-backports repo:

Code Block
languagebash
# You can do a similar pinning as above, but I didn't bother
$ sudo cat >> /etc/apt/sources.list
deb http://deb.debian.org/debian jessie-backports main
$ apt-get update
$ apt-get -t jessie-backports dust-upgrade # Yeh, this will pull in a bunch of things, but seemed reasonable
# Alternatively, just install the openssl package

...