DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: 9ias release 1 setting up SSL / HTTPS issue

  1. #1
    Join Date
    Oct 2002
    Location
    CA
    Posts
    67

    9ias release 1 setting up SSL / HTTPS issue

    I am having problem setting my 9ias on Solaris 9 to access the demo page: https://bmssun2.calstate.edu:443

    Oracle recommended the follow httpd.conf setting but it didn't work due to port conflict. Any advise.

    httpd.conf setting:
    ----------------------

    Port 80
    Listen 80
    ##
    ## SSL Support
    ##
    ## When we also provide SSL we have to listen to the
    ## standard HTTP port (see above) and to the HTTPS port
    ##

    Port 80
    Listen 80
    Listen 443

    Result for ERROR_LOG file.
    [Thu Apr 1 09:45:55 2004] [crit] (125)Address already in use: make_sock: could
    not bind to port 80

    So this one does generate an error and Apache won't startup.
    --------------------------------------
    It's not what the world does to you that matters. It's how you respond...

  2. #2
    Join Date
    Feb 2001
    Location
    Bombay,India
    Posts
    530

    Re: 9ias release 1 setting up SSL / HTTPS issue

    Hi
    Try to use a free port .Port 80 is already been used by any process.Use netstat -a to find which address is listening at port 80

    Regards
    Rohit S Nirkhe,Oracle/Apps DBA
    OCP 8i,9i
    Thanks and Regards
    Rohit S Nirkhe
    rohitsnirkhe@rediffmail.com

  3. #3
    Join Date
    Oct 2002
    Location
    CA
    Posts
    67
    Hi Rohit,

    I have already tried that route with other ports, still no luck. We believe the setting Oracle recommended constitutes a port conflict on standard and SSL ports, namely port 80. Do you see anything wrong with the setting?
    --------------------------------------
    It's not what the world does to you that matters. It's how you respond...

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