Skip to contents

Check whether the database connection is using SSL properly

Usage

ojo_check_ssl(..., .con = NULL)

Arguments

...

Placeholder

.con

The ojodb connection to use

Value

A logical indicator of whether the db connection is properly using SSL

Examples

if (FALSE) { # \dontrun{
# Identifies the table
ojo_check_ssl()
} # }