Results 1 to 2 of 2

Thread: https / http Proxy server

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    1

    https / http Proxy server

    I am working on proxy server in VB6 using winsock control, It works fine with normal http sites like www.google.com etc.
    But it does not work with https:// sites like www.hotmail.com or rediffmail.com, mail.yahoo.com etc.
    I think there is some problem with http headers communication between client-proxy-remote site.
    I have downloaded many scripts from the internet, but no one works with https proxy.
    Where I will get help to handle http headers through proxy server.

    Sample code downloaded from internet is attached to this query.

    Pls help!
    Thanks in advance
    Attached Files Attached Files

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: https / http Proxy server

    Since HTTPS is a secure (encrypted) HTTP connection, you'll need some sort of SSL module to handle the encryption.

    Example:
    http://www.pscode.com/vb/scripts/Sho...49170&lngWId=1

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