You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download a file from artifact graph and getting Unexpected response code 405.
Remote_file[extractfile_download]/ensure: change from absent to latest failed: Unexpected response code 405
any help will be appreciated.
Thanks,
Afroz
The text was updated successfully, but these errors were encountered:
@hussainaphroj I know it's been awhile since you posted so this may no longer be relevant. If you haven't gotten past this yet, the next step in debugging would be to add --debug and --trace to your Puppet command to get more information about what Remote_file is doing when it gets the 405 response code.
You could also try a curl command with --head, so that curl shows you the webserver response but doesn't actually download anything.
Most likely, the 405 response code is being presented by your webserver (artifact graph?), and because of that Remote_file is unable to continue. It needs the webserver to respond with an HTTP OK or redirect, or else it cannot download the file.
Hi,
I am trying to download a file from artifact graph and getting Unexpected response code 405.
Remote_file[extractfile_download]/ensure: change from absent to latest failed: Unexpected response code 405
any help will be appreciated.
Thanks,
Afroz
The text was updated successfully, but these errors were encountered: