Skip to content

Instantly share code, notes, and snippets.

@palmertime
Last active February 8, 2016 15:19
Show Gist options
  • Save palmertime/8da1ed694abada634a6e to your computer and use it in GitHub Desktop.
Save palmertime/8da1ed694abada634a6e to your computer and use it in GitHub Desktop.
pkg_url => 'https://username:password@rpm.datastax.com/enterprise',
## But the username is an email and then errors on 2 @ symbols
pkg_url => 'https://name@example.com:password@rpm.datastax.com/enterprise',
## I have also tried %40 but errors there too.
@palmertime
Copy link
Author

Here is the Error when using:
pkg_url => 'https://name\%40example.com:password@rpm.datastax.com/enterprise',

Parameter baseurl failed on Yumrepo[datastax]: Validate method failed for class baseurl: bad URI(is not URI?): https://palmertime\%40gmail.com:Qazwsx!@rpm.datastax.com/enterprise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment