About 170,000 results
Open links in new tab
  1. node.js - What does a Mysql-ssl connection require in NodeJs for

    Jul 8, 2020 · I have seen two main ways to secure the mysql connection in NodeJs. First : const db_config = { user: process.env.DB_USER, database: process.env.DB_NAME, password: …

  2. Using SSL to connect to MySQL database in Node.js - TechSparx

    Mar 7, 2018 · Encrypting database connections can be extremely important for security. The documentation for the Node.js MySQL driver briefly mentions SSL support, and does not give …

  3. MySQL Connector/Node.js X DevAPI Reference Tutorial: Secure Sessions

    By default, the connector creates a new session using SSL/TLS for TCP connections. If the server does not support secure TCP connections, the operation will fail. Note: SSL/TLS is not used …

  4. GitHub - mysqljs/mysql: A pure node.js JavaScript Client …

    This is a node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed. Here is an example on how to use it:

  5. MySQL2 - npm

    Implements core protocol, prepared statements, ssl and compression in native JS. Latest version: 3.14.1, last published: 15 days ago. Start using mysql2 in your project by running `npm i …

  6. How to connect to a MySQL database server over SSL with Node.js

    May 3, 2019 · In this post I show how to connect to MySQL database server with Node.js over SSL. Specifically, I show how to connect to a Google Cloud Platform SQL database.

  7. Create a TCP connection with SSL certificates when using Node.js

    Open a TCP connection to Cloud SQL for MySQL by using the Node.js npm mysql module with SSL (Secure Sockets Layer) certificates.

  8. How can I use SSL with a node-mysql pooled connection?

    var mysql = require('mysql'); function createPool() { var pool = mysql.createPool({ dateStrings : true, host : '***', user : '***', password : '***', database : '***' }); return pool; } However, while …

  9. Connect with Node.js using SSL - SingleStore

    To enable SSL connections between SingleStore Helios and Node. js, download the singlestore _ bundle. pem certificate file and use it to create the connection. The following is an example of …

  10. 8.3.1 Configuring MySQL to Use Encrypted Connections

    MySQL servers compiled using OpenSSL can generate missing certificate and key files automatically at startup. See Section 8.3.3.1, “Creating SSL and RSA Certificates and Keys …

  11. Some results have been removed
Refresh