KB Article #181345
APPLIANCE PLATFORM: SecureTransport Appliance platform URL repository change
Announcement
Effective immediately, Axway will no longer use Bintray CDN service to deliver updates for the ST Appliance platform and will start using the following URLs for updating Axway’s OS platform.
AP | Old URL | New URL |
7.2 | https://axway.bintray.com/st-appliance-platform |
https://securetransport-appliance.axway.com/ap-72/ |
5.5 | http://securetransport-appliance.axway.com/ap-55/ |
https://securetransport-appliance.axway.com/ap-55/ |
The old URL for Appliance Platform 7.2 will be accessible untill the end of the year 2020.
Updating your repository configuration to use the new URLs
Option 1:
Edit the /etc/zypp/repos.d/appliance-platform-updates.repo
file and substitute the value for the baseurl
parameter with the applicable URL for your platform from the ones above (the new URL for AP 7.2 or AP 5.5).
Option 2:
1. Remove the old repository URL with
zypper rr appliance-platform-updates
2. Add the new repository URL with
zypper ar NEW_AP_URL appliance-platform-updates
where NEW_AP_URL
is the applicable URL for your platform from the ones above (the new URL for AP 7.2 or AP 5.5).