• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

coldfusion connects to mysql via SSL??

New Here ,
Sep 17, 2007 Sep 17, 2007

Copy link to clipboard

Copied

Hi Folks,

Since one of my web applications involves sensitive/confidential data I was
advised by my server administrator to encrypt the connection between database
server (mysql) and application server besides enabling SSL on the web server
(https) which is already done. My server admin says he can force MySql to only
accept secure connections from app server but wonders if the client (coldfusion)
has the ability to connect to the mysql database via SSL. Would you please let me
know if coldfusion can connect to mysql via ssl and how to test that?

Please advise and Thanks a lot.

Jane
TOPICS
Advanced techniques

Views

455

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 19, 2007 Sep 19, 2007

Copy link to clipboard

Copied

Hi there,

Does someone have the experience on this or can someone please point me to somewhere that i can read more info about this?

Please help.

Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2007 Sep 20, 2007

Copy link to clipboard

Copied

Is your webserver and mysql not located on the same local network?

Also, one solution would be to encrypt the sensitive data before transfering and storing it in the database. This would ensure if the database was hacked that the data would still be secure.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2007 Sep 20, 2007

Copy link to clipboard

Copied

Hi aredovian,

Thanks a lot for your reply. Yes, the webserver and mysql are actually located on the same local network. Does that mean the data back and force between coldusion and mysql is secure?

Encrypting the data is a good idea. Do you know if it is easy to do to do that under coldfusion?

Again, thanks a lot.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2007 Sep 20, 2007

Copy link to clipboard

Copied

LATEST
I don't know your specific local network setup but your data should be secure.

One method of encryption is to use the ColdFusion encrypt and decrypt functions. However, you are limited to using ColdFusion to write and read data.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation