Error when installing apigee-service on GCP VM

Hi,

Couldn't install apigee service on VM and I am providing correct username/password but unable to authorize "https://software.apigee.com/apigee-repo.rpm" . FYI, my password contain one special character because containing it is mandatory .

Below is error while running bootstrap_4.18.05.sh script :

Apigee bootstrap 1.0-12 (OPDK_1805, 2018.10.31,21:25) === Obtaining creds for software.apigee.com: === Begin work ... === Checking for presence of misc commands: === Checking distro: === Checking architecture: === Checking OS: === Checking SELinux status === Configuring package manager: + rpm -qa apigee* + rpm -e apigee-repo error: package apigee-repo is not installed (error can be ignored) + rpm -e apigeeprio-repo error: package apigeeprio-repo is not installed (error can be ignored) + yum install -y https://samreshmaharana:***@software.apigee.com/apigee-repo.rpm Loaded plugins: fastestmirror, priorities Cannot open: https://samreshmaharana:Samresh%40123@software.apigee.com/apigee-repo.rpm. Skipping. Error: Nothing to do bootstrap_4.18.05.sh: Error: Repo configuration failed

0 4 138
4 REPLIES 4

Not applicable

I suggest not to put the password in url, it will prompt you to enter password. That may help

No luck !! actually it is not authorizing "https://software.apigee.com/apigee-repo.rpm", tried on browser as well but same error, 401

Not applicable

curl https://software.apigee.com/bootstrap_4.19.50.sh -o /tmp/bootstrap_4.19.50.sh

Try this and install using credentials shared by Apigee

Installation working but execution of shell script not working
Wondering same credentials worked for web login but not working for "https://software.apigee.com/apigee-repo.rpm" .