SSL problem in apache2

asn

New member
Joined
Mar 29, 2006
Messages
1
Location
India
Hi,
I am using apache2.0.55 on Solaris OS. I compiled it with mod_ssl (bash-2.03$ more config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--enable-proxy" \
"--enable-ssl" \
"--enable-rewrite" \)

output of ./httpd -l shows that mod_ssl is as follows..
bash-2.03$ ./httpd -l
Compiled in modules:

mod_proxy.c
proxy_connect.c
proxy_ftp.c
proxy_http.c
mod_ssl.c

My question is do I need anything else to configure ssl on apache? if not then why am i not able to access the url with https. when i try to access "https://localhost.com" i get the error message saying "the page can not be displayed"

I have already generated the private key and self signed certificate.

I really appreciate your help.

thx,
ajay
 
This is a DirectAdmin forum.

DirectAdmin does not run on Solaris.

This is not a proper venue for the question.

I've moved the thread to the Off-Topic Discussion forum.

Jeff
 
Back
Top