LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-19-2003, 08:34 PM   #1
ohe
LQ Newbie
 
Registered: Aug 2003
Posts: 12

Rep: Reputation: 0
Question SSL problems


I am trying to setup my Apache server for SSL. It works for http, but not for htpps. I have my certs installed; I have activated SSL through the http server setting (gui). When I try to connect to https: I get a "The page cannot be displayed" page that says "cannot find server or DNS Error" at the bottom. However, when I connect to the address:443 it connects, but unsecured. I have done more reading in Apache SSL setup then my last history class. I can't figure this one out. Your help is appreciated.
 
Old 09-20-2003, 08:19 AM   #2
pablob
Member
 
Registered: Apr 2003
Location: Madrid
Distribution: RHEL, Kubuntu, Solaris, TRU64
Posts: 382

Rep: Reputation: 31
Looks like an Apache startup problem:

Usually, one starts Apache by issuing:

# /path/to/apache/bin/apachectl start
or
# /path/to/apache/bin/httpd

but to start it with SSL, you need to issue:

# /path/to/apache/bin/apachectl startssl
or
# /path/to/apache/bin/httpd -DSSL -f /path/to/apache/conf/httpd.conf
 
Old 09-20-2003, 05:43 PM   #3
ohe
LQ Newbie
 
Registered: Aug 2003
Posts: 12

Original Poster
Rep: Reputation: 0
I used httpd -DSSL and Apache asked for my passphrase. It is up and running, but still no https.
 
Old 09-21-2003, 06:14 AM   #4
pablob
Member
 
Registered: Apr 2003
Location: Madrid
Distribution: RHEL, Kubuntu, Solaris, TRU64
Posts: 382

Rep: Reputation: 31
Can you post the errors from /var/log/apache/error.log or /var/log/httpd/error.log ?
 
Old 09-21-2003, 08:59 AM   #5
ohe
LQ Newbie
 
Registered: Aug 2003
Posts: 12

Original Poster
Rep: Reputation: 0
Here is the yesterdays printout.

I appreciate your help.

Tony


[Fri Sep 19 18:47:44 2003] [notice] Digest: generating secret for digest authentication ...
[Fri Sep 19

18:47:44 2003] [notice] Digest: done
[Fri Sep 19 18:47:45 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming

normal operations
[Sat Sep 20 00:03:45 2003] [error] [client 62.109.78.2] File does not exist: /var/www/html/NULL.printer
[Sat

Sep 20 01:19:48 2003] [error] [client 62.109.101.187] File does not exist: /var/www/html/scripts/nsiislog.dll
[Sat Sep 20

04:02:10 2003] [notice] SIGHUP received. Attempting to restart
[Sat Sep 20 04:02:12 2003] [notice] Digest: generating secret

for digest authentication ...
[Sat Sep 20 04:02:12 2003] [notice] Digest: done
[Sat Sep 20 04:02:13 2003] [notice]

Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations
[Sat Sep 20 04:10:02 2003] [error] [client

217.235.34.153] File does not exist: /var/www/html/scripts/nsiislog.dll
[Sat Sep 20 07:08:12 2003] [error] [client

24.74.50.92] File does not exist: /var/www/html/scripts/nsiislog.dll
[Sat Sep 20 14:09:28 2003] [warn] child process 7771

still did not exit, sending a SIGTERM
[Sat Sep 20 14:09:28 2003] [warn] child process 7772 still did not exit, sending a

SIGTERM
[Sat Sep 20 14:09:28 2003] [warn] child process 7773 still did not exit, sending a SIGTERM
[Sat Sep 20 14:09:28 2003]

[warn] child process 7774 still did not exit, sending a SIGTERM
[Sat Sep 20 14:09:28 2003] [warn] child process 7775 still did

not exit, sending a SIGTERM
[Sat Sep 20 14:09:28 2003] [warn] child process 7776 still did not exit, sending a SIGTERM
[Sat

Sep 20 14:09:28 2003] [warn] child process 7777 still did not exit, sending a SIGTERM
[Sat Sep 20 14:09:28 2003] [warn] child

process 7778 still did not exit, sending a SIGTERM
[Sat Sep 20 14:09:29 2003] [warn] child process 7771 still did not exit,

sending a SIGTERM
[Sat Sep 20 14:09:29 2003] [warn] child process 7772 still did not exit, sending a SIGTERM
[Sat Sep 20

14:09:29 2003] [warn] child process 7774 still did not exit, sending a SIGTERM
[Sat Sep 20 14:09:30 2003] [notice] caught

SIGTERM, shutting down
[Sat Sep 20 14:19:14 2003] [notice] Digest: generating secret for digest authentication ...
[Sat Sep 20

14:19:14 2003] [notice] Digest: done
[Sat Sep 20 14:19:15 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming

normal operations
[Sat Sep 20 14:33:41 2003] [error] [client 128.195.90.202] Invalid method in request !L!!
[Sat Sep 20

15:28:45 2003] [warn] child process 8725 still did not exit, sending a SIGTERM
[Sat Sep 20 15:28:45 2003] [warn] child process

8726 still did not exit, sending a SIGTERM
[Sat Sep 20 15:28:45 2003] [warn] child process 8727 still did not exit, sending a

SIGTERM
[Sat Sep 20 15:28:45 2003] [warn] child process 8728 still did not exit, sending a SIGTERM
[Sat Sep 20 15:28:45 2003]

[warn] child process 8731 still did not exit, sending a SIGTERM
[Sat Sep 20 15:28:45 2003] [notice] caught SIGTERM, shutting

down
[Sat Sep 20 15:30:19 2003] [notice] Digest: generating secret for digest authentication ...
[Sat Sep 20 15:30:19 2003]

[notice] Digest: done
[Sat Sep 20 15:30:20 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal

operations
[Sat Sep 20 15:31:04 2003] [error] [client 128.195.90.5] Invalid method in request !F!!!
[Sat Sep 20 15:31:04 2003]

[error] [client 128.195.90.5] Invalid method in request !F!!
[Sat Sep 20 15:31:28 2003] [warn] child process 8838 still did

not exit, sending a SIGTERM
[Sat Sep 20 15:31:28 2003] [warn] child process 8839 still did not exit, sending a SIGTERM
[Sat

Sep 20 15:31:28 2003] [warn] child process 8843 still did not exit, sending a SIGTERM
[Sat Sep 20 15:31:28 2003] [notice]

caught SIGTERM, shutting down
[Sat Sep 20 15:32:00 2003] [notice] Digest: generating secret for digest authentication ...
[Sat

Sep 20 15:32:00 2003] [notice] Digest: done
[Sat Sep 20 15:32:01 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured --

resuming normal operations
[Sat Sep 20 15:37:20 2003] [warn] child process 8923 still did not exit, sending a SIGTERM
[Sat Sep

20 15:37:20 2003] [warn] child process 8924 still did not exit, sending a SIGTERM
[Sat Sep 20 15:37:20 2003] [warn] child

process 8926 still did not exit, sending a SIGTERM
[Sat Sep 20 15:37:20 2003] [warn] child process 8927 still did not exit,

sending a SIGTERM
[Sat Sep 20 15:37:20 2003] [warn] child process 8928 still did not exit, sending a SIGTERM
[Sat Sep 20

15:37:20 2003] [notice] caught SIGTERM, shutting down
[Sat Sep 20 15:37:47 2003] [notice] Digest: generating secret for digest

authentication ...
[Sat Sep 20 15:37:47 2003] [notice] Digest: done
[Sat Sep 20 15:37:48 2003] [notice] Apache/2.0.40 (Red Hat

Linux) configured -- resuming normal operations
[Sat Sep 20 15:38:06 2003] [error] [client 128.195.90.5] Invalid method in

request !F!!
[Sat Sep 20 15:38:47 2003] [error] [client 128.195.90.202] Invalid method in request !L!!
[Sun Sep 21 04:02:15

2003] [notice] SIGHUP received. Attempting to restart
 
Old 09-22-2003, 11:06 AM   #6
pablob
Member
 
Registered: Apr 2003
Location: Madrid
Distribution: RHEL, Kubuntu, Solaris, TRU64
Posts: 382

Rep: Reputation: 31
What is that strange file I can see requested ?

/var/www/html/scripts/nsiislog.dll

Haven't you blocked your 443 port by the firewall in your system ?
That would allow Apache to start in SSL mode, but without apparently response.

I'd googled for: " Invalid method in request !L!! " , and there are interesting suggestions about the config file.
Take a look and check out your config file:
Listen directives, virtual hosts, etc...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache2 and SSL problems Malibyte Linux - Software 1 07-09-2005 04:14 PM
SSL-0.9.7d problems using Sylpheed-0.9.12 peyotl Linux - Security 2 10-10-2004 10:26 AM
SSL problems tommytomato Linux - General 1 01-04-2004 07:28 AM
Mozilla and ssl problems devinWhalen Linux - Software 2 09-17-2003 10:12 AM
SSL problems wmartino Linux - Security 2 09-14-2003 09:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration