Results 1 to 10 of 10

Thread: Asynchronous HTTPS with Winsock

  1. #1

    Thread Starter
    Hyperactive Member Dodger's Avatar
    Join Date
    Mar 2001
    Posts
    433

    Question Asynchronous HTTPS with Winsock

    Anyone know how? Or know where to find code examples?

    TIA.

    _Dodger.

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

  3. #3

    Thread Starter
    Hyperactive Member Dodger's Avatar
    Join Date
    Mar 2001
    Posts
    433
    I have, found the attached, but it only supports HTTP at the moment, does anyone know how to adapt it for HTTPS?
    Attached Files Attached Files

  4. #4
    Frenzied Member macai's Avatar
    Join Date
    Jul 2001
    Location
    Napanoch NY
    Posts
    1,228
    Originally posted by Dodger
    I have, found the attached, but it only supports HTTP at the moment, does anyone know how to adapt it for HTTPS?
    If you know what messages are sent between computers using
    HTTPS, then you can learn it. Dont come here looking for
    information that is not related to VB...not trying to be nasty, but
    noone will answer your question.
    Luke

  5. #5

    Thread Starter
    Hyperactive Member Dodger's Avatar
    Join Date
    Mar 2001
    Posts
    433
    Why is it not related to VB?

  6. #6
    Member
    Join Date
    Oct 2000
    Location
    Aiken, SC
    Posts
    36

    Answer!

    Hey, Just to clear something up, YEs it can be adapted to use HTTPS, no, I don't think you will find anyone with the abilities to do so on this board. HTTPS (S for Secure) is not a simple protocol like HTTP or Telnet (well it kind of is) it is HTTP wrapped in an SSL (secure Socket Layer) connection, you may be able to do this with a simple program like stunnel, but I don't know, I have never tried it, but you are not going to write the code to do the encryption yourself. SSL uses the RSA public key encryption algotyrhm, which you have to pay RSA to include in your software, so their isn't a TON of source code floating around for it, on Linux, you could probably do it with OpenSSL / SSH.

    Good luck,

    Joey
    You have no idea how many idiots there are among us.

    Winsock is awesome!
    If you are reading this, your a geek, just face it.

  7. #7

    Thread Starter
    Hyperactive Member Dodger's Avatar
    Join Date
    Mar 2001
    Posts
    433
    Thanks Joey,

    Looks like I'll have to purchase a commercial control...

    ...Expensive...

    _Dodger.

  8. #8
    Lively Member Geemark's Avatar
    Join Date
    Aug 2002
    Location
    At the pc wasting my worthless time
    Posts
    89
    Machine Language: You try to shoot yourself in
    the foot only to discover you must first reinvent the
    gun, gunpowder, the bullet, and your foot.

  9. #9

    Thread Starter
    Hyperactive Member Dodger's Avatar
    Join Date
    Mar 2001
    Posts
    433
    Thx Geemark,

    Just a year late, lol.

  10. #10
    Lively Member Geemark's Avatar
    Join Date
    Aug 2002
    Location
    At the pc wasting my worthless time
    Posts
    89
    lol, better late than never
    Machine Language: You try to shoot yourself in
    the foot only to discover you must first reinvent the
    gun, gunpowder, the bullet, and your foot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width