It seems as if you will be reinventing a lot of wheels if you want to write the code to do all this yourself - If I were faced with such an application requirement, I would look at using an Apache server built with mod_perl and mod_ssl support as the base for this application. This would allow the Apache server to handle the more mundane aspects of the application server - For example, with this application base, port and address binding, access and user-permission limitations and low-level socket and request handling are all taken care of for you. Indeed, it is even possible to implement SSL certificate requirements of clients connecting to your resource so that you can control who connects to your resource.

Such an approach would mean that you would could worry less about the low-level details of the management console and can address your attention to the functional and business level requirements of such an application.

 


In reply to Re: Management console encrypted connexion by rob_au
in thread Management console encrypted connexion by zejames

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.