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
Create HTTPS connection of RapidMiner AI Hub
I want to make Https connection to RapidMiner AI Hub. I followed the instructions below:
"It is highly preferred to use HTTPS for the connection. In this case the PUBLIC_URL and SSO_PUBLIC_URL variables should be configured using the https:// prefix and the certificate chain and private key files should be provided in PEM format in the ssl sub-folder using the filenames certificate.crt and private.key The default filenames can be changed using the environment variables in the Proxy section of the .env file Make sure to set the permissions of the ssl directory as indicated above in the final point of the instructions."
https://docs.rapidminer.com/latest/deployment/docker-compose/
https://docs.rapidminer.com/latest/deployment/docker-compose/
So I created SSL under ssl folder with command :
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out certificate.crt
And then I redeployed . However, an error occurred when accessing RapidMiner AI Hub:
"RMSSOAuthenticator error, failed to load IDP configuration"
I tried looking in the logs of the rapidminer-server container and the following warning appeared
Please show me the correct way to get SSL to make Https connection.
0
Answers
However this is just a Self-Sign certificate .
I want to create a standard SSL, which is issued by an external CA, what should I do?
Normally I would use letsencrypt but in this case I don't know how to create