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

chasrini
chasrini New Altair Community Member
edited November 2024 in Community Q&A
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.
Tagged:

Answers

  • jwpfau
    jwpfau
    Altair Employee
    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
  • chasrini
    chasrini New Altair Community Member
    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.  
  • jwpfau
    jwpfau
    Altair Employee
    Hi,

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

    Greetings,
    Jonas
  • chasrini
    chasrini New Altair Community Member
    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.