Operating System - HP-UX
1748151 Members
3880 Online
108758 Solutions
New Discussion юеВ

Re: Not able to connect https server.

 
SANTOSH S. MHASKAR
Trusted Contributor

Not able to connect https server.

Hi,

I am using HP-UX 11.11 with
hpuxwsApache A.2.0.52.00 HP-UX Apache-based Web Server

pre installed.

The normal version of Apache (http) is working fine, but secure version (https) is not working at all.

I have created private key and also created Certificate for my server.

I have also configured for private key and certificate locations in ssl.conf file and
restarted the apache, but still I am not
able to connect the server using https.

Even error_log is also not showing errors, what could be the problem?

I want to implement https, please help.

Thanks in advance.

-Santosh
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Not able to connect https server.

Shalom,

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.

Check the configuration files are correct when referring to the certifcate.

netstat -an | grep ":443 "

Make sure it is listening.

This document may help:
http://docs.hp.com/en/5991-0671/ch06s03.html

This document refers to a document that shipped with hpws http://docs.hp.com/en/5990-6739/5990-6739.pdf

In /opt/hpws may be the guide you are in need of.

Properly done https configuration includes these log files (Linux) ssl_error_log ssl_access_log

Any clues there?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
SANTOSH S. MHASKAR
Trusted Contributor

Re: Not able to connect https server.

Thanks Steve,

Actually I started apache as

# apachectl start

instead of

# apachectl startssl


To start the HP-UX Apache-based Web Server with SSL capability
one has to use startssl option.

Thanks for the links.

-Santosh