bitnami / bncert

Bitnami HTTPS Configuration Tool
https://bitnami.com
Apache License 2.0
5 stars 1 forks source link

Download do not work anymore #12

Closed StfBauer closed 7 months ago

StfBauer commented 7 months ago

What steps will reproduce the bug?

Download

wget -O bncert-linux-x64.run https://downloads.bitnami.com/files/bncert/latest/bncert-linux-x64.run

What is the expected behavior?

Download bncert but instead just download a HTML file.

What do you see instead?

<!DOCTYPE HTML>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="refresh" content="1;url=https://bitnami.com">
        <script type="text/javascript">
            window.location.href = "https://bitnami.com";
        </script>
        <title>Page Redirection</title>
    </head>
    <body>
        If you are not redirected automatically, follow the <a href='https://bitnami.com'>link</
a>
    </body>
</html>

Additional information

No response

gustavovalverde commented 7 months ago

This also causes people upgrading recently to make their executable to start failing, as it's actually trying to run this HTML, so this will break existing stable installations.

beltran-rubo commented 7 months ago

Thanks for reporting it, there was an issue with CloudFront and we are working on enabling back again the link.

beltran-rubo commented 7 months ago

It is now available again, sorry for the inconvenience.

StfBauer commented 7 months ago

No problem @beltran-rubo - I was able to workaround and just fetched it from the repo into bitnami as an alternative url.