The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
forcing https for Amazon S3
Hi guys, playing around a bit with the Amazon S3 cloud storage operator, works fine on my test environment but on my production it fails with following error : Test failed: Unable to execute HTTP request: s3.amazonaws.com
My guess is that it is because our policies are to use https instead of http, so is there a way to force RM to try https first? Or is this something for the roadmap given more and more API's are no longer supporting http but require https?
0
Answers
Hi,
when exactly does this happen? When you run the process? Do you have the complete stacktrace available? (found in the rapidminer-studio.log file inside the USER/.RapidMiner folder)
Also, which version of RapidMiner Studio are you using?
By default, it uses HTTPS. I created a test bucket that disabled access in case you were using HTTPS, and got an access denied error. If I enabled access for HTTPS, all was fine.
Regards,
Marco
In studio it works fine for me, it fails on the server. I'm running 8.1 but will check the error logs.