saadi06 2 Junior Poster in Training

Hi,
I have a development server installed on windows 2000 server and apache is installed on the server. I want to create a SSL certificate. I have tried everything the ssl is not confirguring on https. I am using following steps
openssl genrsa -des3 -out server.key 1024
copy server.key server.key.org
openssl rsa -in server.key.org -out server.key
openssl req -new -x509 -nodes -sha1 -days 365 -key server.key -out server.crt -config
copy server.key server.pem
All these files are created successfully and I copy these files in my servers conf/ssl folder.
Now in the httpd.conf file when I shift the listening port from 88 to 443 the apaches does not restarts and it gives me the following errors.

  1. Could not reliably determine the server's fully qualified domain name using servername
  2. Only one usage of each socket address (protocol/network address/protocol) is normally permitted: make_sock could not bind to 0.0.0.0:443
  3. No listening sockets server shutting down.
    This is the error that I recieve in the apache_ssl_error log RSA server certificate COMMON NAME (CN) does not match server name.
    Can any one help.
    Thanks in advance.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.