<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not able to connect https server. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452408#M732772</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It would help to know what document you used or procedure to create the certificate. If that is wrong, it could explain the issue. Or  a production mistake.&lt;BR /&gt;&lt;BR /&gt;Check the configuration files are correct when referring to the certifcate.&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ":443 "&lt;BR /&gt;&lt;BR /&gt;Make sure it is listening.&lt;BR /&gt;&lt;BR /&gt;This document may help:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0671/ch06s03.html" target="_blank"&gt;http://docs.hp.com/en/5991-0671/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This document refers to a document that shipped with hpws &lt;A href="http://docs.hp.com/en/5990-6739/5990-6739.pdf" target="_blank"&gt;http://docs.hp.com/en/5990-6739/5990-6739.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In /opt/hpws may be the guide you are in need of.&lt;BR /&gt;&lt;BR /&gt;Properly done https configuration includes these log files (Linux) ssl_error_log ssl_access_log&lt;BR /&gt;&lt;BR /&gt;Any clues there?&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Jul 2009 08:00:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-07-03T08:00:08Z</dc:date>
    <item>
      <title>Not able to connect https server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452407#M732771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using HP-UX 11.11 with&lt;BR /&gt;hpuxwsApache A.2.0.52.00 HP-UX Apache-based Web Server&lt;BR /&gt;&lt;BR /&gt;pre installed.&lt;BR /&gt;&lt;BR /&gt;The normal version of Apache (http) is working fine, but secure version (https) is not working at all.&lt;BR /&gt;&lt;BR /&gt;I have created private key and also created Certificate for my server.&lt;BR /&gt;&lt;BR /&gt;I have also configured for private key and certificate locations in ssl.conf file and&lt;BR /&gt;restarted the apache, but still I am not&lt;BR /&gt;able to connect the server using https.&lt;BR /&gt;&lt;BR /&gt;Even error_log is also not showing errors, what could be the problem?&lt;BR /&gt;&lt;BR /&gt;I want to implement https, please help.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 03 Jul 2009 07:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452407#M732771</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2009-07-03T07:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect https server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452408#M732772</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It would help to know what document you used or procedure to create the certificate. If that is wrong, it could explain the issue. Or  a production mistake.&lt;BR /&gt;&lt;BR /&gt;Check the configuration files are correct when referring to the certifcate.&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ":443 "&lt;BR /&gt;&lt;BR /&gt;Make sure it is listening.&lt;BR /&gt;&lt;BR /&gt;This document may help:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-0671/ch06s03.html" target="_blank"&gt;http://docs.hp.com/en/5991-0671/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This document refers to a document that shipped with hpws &lt;A href="http://docs.hp.com/en/5990-6739/5990-6739.pdf" target="_blank"&gt;http://docs.hp.com/en/5990-6739/5990-6739.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In /opt/hpws may be the guide you are in need of.&lt;BR /&gt;&lt;BR /&gt;Properly done https configuration includes these log files (Linux) ssl_error_log ssl_access_log&lt;BR /&gt;&lt;BR /&gt;Any clues there?&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 08:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452408#M732772</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-03T08:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect https server.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452409#M732773</link>
      <description>Thanks Steve,&lt;BR /&gt;&lt;BR /&gt;Actually I started apache as&lt;BR /&gt;&lt;BR /&gt;# apachectl start&lt;BR /&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;BR /&gt;# apachectl startssl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To start the HP-UX Apache-based Web Server with SSL capability&lt;BR /&gt;one has to use startssl option.&lt;BR /&gt;&lt;BR /&gt;Thanks for the links.&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 09:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-https-server/m-p/4452409#M732773</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2009-07-03T09:39:50Z</dc:date>
    </item>
  </channel>
</rss>

