Results 1 to 4 of 4

Thread: vb6 https server

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    vb6 https server

    I'm looking for either a way to create an https server ocx control, or find a ready made one open source. I'm writing an open source project that needs a simple secure control panel built into it. I've been searching, but I can't seem to find anything for a server, only clients. is it even possable to do this? or should I settle for standard http or use stdin/stdout to interface with apache or similar? I'd like to keep my app self contained and simple to install without requiring other programs if I can.

  2. #2
    Member
    Join Date
    Jul 2008
    Posts
    49

    Re: vb6 https server

    Here's one but its in spanish its under GPL


    Mini webserver

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Re: vb6 https server

    Quote Originally Posted by jdbelec
    Here's one but its in spanish its under GPL
    thanks. that might be useful in the future, but for this project I need an http server with ssl encryption. it would listen on port 443. I'm not sure how complex this would be or if it can even be done in vb.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Re: vb6 https server

    any ideas? still looking for a solution for this. it's for a free open source project, so buying an ocx isn't an option. are there any libraries I can use?

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