SSL Enabled
#998
Replies: 1 comment
-
new Medoo([
'option' => array(
PDO::MYSQL_ATTR_SSL_CA => '/cert/BaltimoreCyberTrustRoot.crt.pem',
PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false
)
]); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guys does this support ssl ?
Beta Was this translation helpful? Give feedback.
All reactions