Skip to content

Commit ccfee68

Browse files
authored
Merge pull request #109321 from TimShererWithAquent/us1679050bi
Change SSL to TLS per 1679050
2 parents 00836b4 + d5dfd5f commit ccfee68

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)