Skip to content

Commit a612c6a

Browse files
Change SSL to TLS.
1 parent cfef331 commit a612c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/studio/consume-web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ To connect to a Machine Learning Web Service, use the **RCurl** and **rjson** li
253253
library("RCurl")
254254
library("rjson")
255255

256-
# Accept SSL certificates issued by public Certificate Authorities
256+
# Accept TLS/SSL certificates issued by public Certificate Authorities
257257
options(RCurlOptions = list(cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl")))
258258

259259
h = basicTextGatherer()

0 commit comments

Comments
 (0)