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
SSL Connection between RapidMiner and RapidAnalytics
Hi,
I'm a beginner of RapidAnalytics. I have a question about RapidAnalytics CE.
Does RapidAnalytics support SSL repository access, i.e. https, from RapidMiner?
I know that database can be access with SSL.
I'm sorry if someone has already asked the same question.
Thanks in advance.
I'm a beginner of RapidAnalytics. I have a question about RapidAnalytics CE.
Does RapidAnalytics support SSL repository access, i.e. https, from RapidMiner?
I know that database can be access with SSL.
I'm sorry if someone has already asked the same question.
Thanks in advance.
Tagged:
0
Answers
I can confirm that yes it does.
I used to use connect with SSL connection to the RA server hosted in Germany via my RM console in the UK and it works exactly as you would expect it to.
Best,
John.
Thank you for your response.
Could you describe me how to set RapidAnalytics server work over SSL?
Thanks,
tatsuho
You can pass traffic to RA through Nginx. In nginx set proxy and pattern replace for these url's
in this example RA looks on 8090 port
And some good guys told what will be good to set in Jboss (server.xml) httpProxy parameter, like as I hope that this information will be useful.