Announcement

Collapse
No announcement yet.

SSL server on 443

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SSL server on 443

    Has anyone got a sample of accepting a web browser on 443, SSL, 128 bit encrypted?

    Running on a DOD computer and need to establish an SSL session as the server....
    Scott Turchin
    MCSE, MCP+I
    http://www.tngbbs.com
    ----------------------
    True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

  • #2
    are you looking for client code (https) or server-side code (https server)?
    i might have client code (using the now deprecated wininet).

    for server, you might want to have a look at ssltunnel (stunnel.org i think). it allows you to redirect ports (both client and server) through an ssl tunnel to the other side.

    -don
    Don Dickinson
    www.greatwebdivide.com

    Comment


    • #3
      Would love to check out your client side as well, we do DOD PKI here...

      But I am looking for server, and a tunnel would work too, in fact would be easier to recommend another product and put my app behind it...

      I'll check that out, thanks!
      Scott Turchin
      MCSE, MCP+I
      http://www.tngbbs.com
      ----------------------
      True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

      Comment


      • #4
        Stunnel does the job nicely - I can create the stunnel.conf file from my options screen and install/uninstall it when the option is selected -

        A good solution

        Thanks!
        Scott Turchin
        MCSE, MCP+I
        http://www.tngbbs.com
        ----------------------
        True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

        Comment

        Working...
        X