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

Rapidminer Real Time Scoring(RTS) webservice to expose as HTTPS

chasrinichasrini Member Posts: 4 Learner III
Hi - we created RM RTS webservice. It created with http. As per our security constraint, we need to expose webservice as https. can you let us know if we can expose through https protocol. Thanks.

Answers

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    edited May 2021
    Hi,

    There is a docs article about adding certificates
    https://docs.rapidminer.com/latest/scoring-agent/deploy-rts/webui/#certificates

    Greetings,
    Jonas
  • chasrinichasrini Member Posts: 4 Learner III
    Hi - To enable https on RTS API(routing from 8090 to AI Hub 8443), I have got a link to check on reverse proxy using apache/nginx(https://docs.rapidminer.com/latest/legacy/configure/security/reverse-proxy.html). Also I received above link which talk about certificates. Do you know If I need to follow both of the steps above discussed or just doing the certificates part would be fine. I am trying to check on the path where I can achieve routing from http to https with minimal to no install of new software to be done as apache/nginx might require some additional steps from our enterprise.  
  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    Hi,

    you don't need both, configuring the certificates might be the easiest in this case.

    Greetings,
    Jonas
  • chasrinichasrini Member Posts: 4 Learner III
    Hi - we don't use kubernetes/ docker in our case. and we don't have apache or nginx server right now. will configure the certificate would work in this case. 
Sign In or Register to comment.