Skip to content

Commit

Permalink
Update website/docs/documentation/ssl.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Feb 6, 2025
1 parent 0650077 commit fb98204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/documentation/ssl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ As part of the connection options, you can specify the `ssl` object property or
ssl?: string | SslOptions;
```

See full list of [SslOptions](../../../typings/mysql/lib/Connection.d.ts), which are in the same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options).
See full list of [SslOptions](https://github.com/sidorares/node-mysql2/blob/master/typings/mysql/lib/Connection.d.ts#L24-L80), which are in the same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options).

## SSL Options

Expand Down

0 comments on commit fb98204

Please sign in to comment.