SSL/Secure Connection ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marc Castrechini

    #1

    SSL/Secure Connection ...

    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


  • Crouchie1998

    #2
    Re: SSL/Secure Connection ...

    Here's the solution, but in C#:



    If you convert it into VB.NET (& I doubt you will) then post the 1000's of
    lines of code please

    Crouchie1998
    BA (HONS) MCP MCSE


    Comment

    • Daniel

      #3
      Re: SSL/Secure Connection ...

      Marc Castrechini wrote:[color=blue]
      > 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
      >
      >[/color]

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

      --

      Daniel
      MCSE, MCP+I, MCP in Windows 2000/NT

      --------------------------------------
      remove the 2nd madrid from my mail address to contact me.

      Comment

      Working...