File tree Expand file tree Collapse file tree
tests/testthat/connection_to_datasets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ init.server.url <- function()
1616 else
1717 {
1818 # server.url <- "http://127.0.0.1:8080/"
19- server.url <- " http://localhost:8080/"
19+ # server.url <- "http://localhost:8080/"
20+ server.url <- " https://localhost:8443/"
2021 }
2122 return (server.url )
2223}
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver
3939 ds.test_env $ password_2 <- getOption(" opal.password" , " datashield_test&" )
4040 ds.test_env $ password_3 <- getOption(" opal.password" , " datashield_test&" )
4141
42- ds.test_env $ options_1 <- " list()"
43- ds.test_env $ options_2 <- " list()"
44- ds.test_env $ options_3 <- " list()"
42+ ds.test_env $ options_1 <- " list(ssl_verifyhost=0, ssl_verifypeer=0 )"
43+ ds.test_env $ options_2 <- " list(ssl_verifyhost=0, ssl_verifypeer=0 )"
44+ ds.test_env $ options_3 <- " list(ssl_verifyhost=0, ssl_verifypeer=0 )"
4545
4646 ds.test_env $ secure_login_details <- TRUE
4747} else if (ds.test_env $ driver == " ArmadilloDriver" ) {
You can’t perform that action at this time.
0 commit comments