[HPADM] [SUMMARY] - IMAP PORT 993

From: Stephanie Chung (stepchung_at_yahoo.com)
Date: 09/16/04

  • Next message: Stephanie Chung: "[HPADM] ps -ef command"
    Date: Thu, 16 Sep 2004 14:24:15 -0700 (PDT)
    To: hpux <hpux-admin@dutchworks.nl>
    
    

    Thanks to Bill, Ed, Christian, Rick & Others.

    Here is Bill's solution:
    ERROR:
    ------
    This is the command that I'm trying to run and the
    result:
    /=> sslconfigureims
    Enter password for your keystore file
    Determining current setup...
    ******* server2******
    Integrated server lumtest2 is using SSL on
    port 993. Fetching its certificate chain to
    validate...
    Trying SSL connection with server2:993
    Warning:The following error occurred:
            Connection refused
    SOLUTION
    --------
    This isn't an IMAP problem at all.
    The server is not running a web server at all, or
    SSL has not been installed or configured.

    If the error indicates that the connection was reset
    by the peer,it could be because there was a delay in
    responding to the certificate validation. Trying again
    would fix this problem. For changes to take affect,
    you must restart your web server."

    - Do I have to install SSL on the server?
     
    Absolutely. And configure the web werver to actually
    start as well as use 993 as an SSL port. You need
    to test this without using the IMAP stuff--just start
    a browser and see if a normal connection works.
    Then add the SSL 993 to the URL. If you get a
    connection, all is well.

    - Do I have to request the Network to open port 993
    for 'server2'?
     
    Where are the two machines? If they are next to
    each other on the same network, then no. If they
    are across the Internet, probably. But if you have
    done nothing to SERVER2 as far as setting up
    Apache (or whatever web server has been nstalled)
    then the above message is normal.

                    
    __________________________________
    Do you Yahoo!?
    New and Improved Yahoo! Mail - Send 10MB messages!
    http://promotions.yahoo.com/new_mail

    --
                 ---> Please post QUESTIONS and SUMMARIES only!! <---
            To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
           Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
     
     Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
                http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)
    

  • Next message: Stephanie Chung: "[HPADM] ps -ef command"

    Relevant Pages

    • Re: [Full-Disclosure] idea (quite a bit off-topic, but....)
      ... it is functionally equivilent to just opening a single connection. ... with the symmetric key you got from the server, and send it UDP to a fixed ... After a random number of packets, reconnect with ssl, assert the unique id ...
      (Full-Disclosure)
    • Re: SQLServer Connection Problems...
      ... owningObject, SqlConnectionString connectionOptions, String newPassword, ... checking on the rule to limit connection to web server ip address... ...
      (microsoft.public.sqlserver.connect)
    • Re: SQLServer Connection Problems...
      ... I don't know if the SQL server must be in the ... Does the SQL server have to reside in the web server domain? ... Would you change the connection string and let me know what happens. ... String newPassword, SqlConnection owningObject, Boolean ...
      (microsoft.public.sqlserver.connect)
    • Re: SQLServer Connection Problems...
      ... Would you change the connection string and let me know what happens. ... checking on the rule to limit connection to web server ip ...
      (microsoft.public.sqlserver.connect)
    • RE: Futzing w/ HTTP response/request model
      ... a connection using a loop on the web server. ... HttpApplication threads are probably very offended by this ... to onreadystatechange events as the server pushes data. ...
      (microsoft.public.dotnet.languages.csharp)