The current ECuRep default endpoint for file uploads in production
(https://www.secure.ecurep.ibm.com) will sunset in Q3.
We need to change the default from:
https://www.secure.ecurep.ibm.com
to:
https://www.ecurep.ibm.com
Uploading files to ECuRep with this new endpoint was tested and it was
working well.
Resolves: rhbz#
2366947
Signed-off-by: Yaarit Hatuka <yhatuka@ibm.com>
(cherry picked from commit
f6020f35831c501ff4ca96a6e6ee855ffe805475)
Option(
name='ecurep_url',
type='str',
- default='https://www.secure.ecurep.ibm.com',
+ default='https://www.ecurep.ibm.com',
desc='ECuRep file exchange systems'
),
Option(