Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ssl_engine_log: You configured HTTP(80) on the standard HT..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Tomcat 4.1.x decodeInterceptor  
Author Message
wayne6

External


Since: Nov 05, 2003
Posts: 2



(Msg. 1) Posted: Wed Nov 05, 2003 11:21 am
Post subject: ssl_engine_log: You configured HTTP(80) on the standard HTTPS(443) port!
Archived from groups: alt>apache>configuration (more info?)

Here is a snippet from my ssl_engine_log and my httpd.conf. I am
trying to get my SSL working for my web site. In my ssl_engine_log I
am getting the following error I am hopeing someone can help me with:

[05/Nov/2003 00:53:54 17242] [info] Server: Apache/1.3.27, Interface:
mod_ssl/2.8.12, Library: OpenSSL/0.9.7-beta3
[05/Nov/2003 00:53:54 17242] [info] Init: 1st startup round (still
not detached)
[05/Nov/2003 00:53:54 17242] [info] Init: Initializing OpenSSL
library
[05/Nov/2003 00:53:54 03472] [info] Init: 2nd startup round (already
detached)
[05/Nov/2003 00:53:54 03472] [info] Init: Reinitializing OpenSSL
library
[05/Nov/2003 00:53:54 03472] [info] Init: Seeding PRNG with 648 bytes
of entropy
[05/Nov/2003 00:53:54 03472] [info] Init: Initializing (virtual)
servers for SSL
[05/Nov/2003 00:53:54 03472] [warn] Init: (www.mydomain.org:443) You
configured HTTP(80) on the standard HTTPS(443) port!

<VirtualHost 142.179.187.171:80>
ServerName www.mydomain.org
DocumentRoot /var/www/mydomain
CustomLog logs/mydomain_access_log combined
ErrorLog logs/mydomain_error_log
ErrorDocument 401 /auth.html
</VirtualHost>

<VirtualHost 142.179.187.171:443>
SSLEngine On
ServerName www.mydomain.org
DocumentRoot /var/www/mydomain
ServerAdmin wayne RemoveThis @allcanadian.org
CustomLog logs/mydomain_access_log combined
ErrorLog logs/mydomain_error_log
SSLCertificateFile /var/www/conf/mydomain.crt
SSLCertificateKeyFile /var/www/conf/mydomain.key
SSLCACertificateFile /var/www/conf/chain.crt
</VirtualHost>

Thanks alot.

-Wayne

 >> Stay informed about: ssl_engine_log: You configured HTTP(80) on the standard HT.. 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Wed Nov 05, 2003 1:12 pm
Post subject: Re: ssl_engine_log: You configured HTTP(80) on the standard HTTPS(443) port! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Wayno <wayne.TakeThisOut@allcanadian.org> wrote:
 > trying to get my SSL working for my web site. In my ssl_engine_log

 > <VirtualHost 142.179.187.171:443>
 > </VirtualHost>

This whole block should be in the <If SSL> part (check how is in
your httpd.conf)

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ssl_engine_log: You configured HTTP(80) on the standard HT.. 
Back to top
Login to vote
wayne6

External


Since: Nov 05, 2003
Posts: 2



(Msg. 3) Posted: Thu Nov 06, 2003 12:03 am
Post subject: Re: ssl_engine_log: You configured HTTP(80) on the standard HTTPS(443) port! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 5 Nov 2003 10:12:10 GMT, Davide Bianchi
<davideyeahsure.DeleteThis@onlyforfun.net> wrote:

 >Wayno <wayne.DeleteThis@allcanadian.org> wrote:
  >> trying to get my SSL working for my web site. In my ssl_engine_log
 >
  >> <VirtualHost 142.179.187.171:443>
  >> </VirtualHost>
 >
 >This whole block should be in the <If SSL> part (check how is in
 >your httpd.conf)
 >
 >Davide


Silly me. Wink Thanks alot Davide.

-Wayne<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl_engine_log: You configured HTTP(80) on the standard HT.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
HELP - Dynamically configured mass virtual hosting - Hi I would like to have Apache2 (on freebsd5.1) to serve like so: requests sent to here: http://domain.com/file Are routed here: /home/user/site/domain.com/file So I do: VirtualDocumentRoot /home/*/%0 ## This is in the httpd.conf file, but it doesn't...

VirtualDocumentRoot: Dynamically configured mass virtual h.. - I've spent the last two days reading posts at different forums and books about virtual hosting but have yet to find a means to: Accounts setup as the (upto the) first 8 letters of the -2 domain name xyzdomain.com = xyzdomai with \home\xyzdomai as the..

SSL_Error log -Request content-length xxx is larger than c.. - Hi there, I have a php application that allows the upload of large files. I have changed the php.ini to allow these large uploads. However when I try and upload a large file i get errors. I checked the SSL_Error log and found the error message which is....

How not to log "GET / HTTP/1.1" - I'm getting about 3 of these requests per minute now. It's filling my logfile up quickly. What can I put in my http.conf to prevent these requests from being logged? Also, I don't really like the fact that it's sending my index.htm file to these..

Pb with HTTP/1.0 - Hi, I've a problem with an old apache 1.3.7 : the same request to a CGI comes in 0.006 seconds in HTTP/1.1 and in more than 8 seconds in HTTP/1.0 Is there someone to help me ? Thanks
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]