SSL/Secure Connection ...

  • Thread starter Thread starter Marc Castrechini
  • Start date Start date
M

Marc Castrechini

I am definately a noob on this so any help would be greatly appreciated.

I need to connect to a MySQL database through a secured port (SSL). This is
all in house so we are going to be using an in house created key for the
connection. We are going to use our standard DB connection code and
libraries so I just want something to handle the SSL stuff outside it.

Does anyone have a reference or link to some low level connection /
handshake samples? I am having trouble finding anything that shows me how
to do this manually.

TIA,
- Castro
 
Marc said:
I am definately a noob on this so any help would be greatly appreciated.

I need to connect to a MySQL database through a secured port (SSL). This is
all in house so we are going to be using an in house created key for the
connection. We are going to use our standard DB connection code and
libraries so I just want something to handle the SSL stuff outside it.

Does anyone have a reference or link to some low level connection /
handshake samples? I am having trouble finding anything that shows me how
to do this manually.

TIA,
- Castro

I thought that the newer version of MySQL DLL's did this all for you?
It certainly does the handshaking and authentication encrypted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top