-
Notebook R : Error in reading dataset with dkuReadDataSet
Hello When I try to read a dataset in my R notebook, I get the following error: Error in dku__check_api_error(resp, "Failed to read dataset"): Failed to read dataset (HTTP code 503): <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//en" "http://www.w3.org/TR/html4/loose.dtd"> <html…
-
Return 301 and redirect to HTTPS
Hey guys, I asked my original question here but i think you got me wrong: https://answers.dataiku.com/5456/redirect-http-to-https-implement-hsts?show=5457#a5457 I have a valid certificate and the server accepting HTTPS connections at port 11200. If i redirect HTTP connections from 80 to 11200 directly the DSS will refuse…
-
Redirect HTTP to HTTPS // Implement HSTS
Hi there, I have 2 questions: 1) How can i redirect all HTTP(80) connections to use HTTPS? I have already configured my server to use HTTPS. 2) How can i implement HSTS? Thanks in advance and you are THE BEST. Tried many products like Knime and RapidMiner and i think DSS is much better than the competitors.
-
Connect DSS to an Elastic Search cluster trough HTTPS with basic user/pwd credentials
Hi, I try to connect DSS with an Elastic Search cluster hosted directly on the Elastic.co cloud. The security layer requires to connect it trough HTTPS and with a basic user/pwd credential I tried several things but it seams that the DSS ES connector doesn't support HTTPS (and maybe neither basic auth). Any idea or…
-
Install R packages behind a proxy
install.packages(...) does not work, as the DSS server is behind a proxy and cannot connect directly to the internet.