Hello
  using  Server: Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.6g
  with  htdig-3.2.0b4-20021201 . I am unable to index a SSL protected page.
  I notice earlier snapshots reported the problem but I cannot find any
resolution.
  I also seem to remember that there was a problem at one time with the
different versions of ssl.
  The ssl protection is 


<IfDefine SSL>
Listen 443

##  SSL Global Context
##
##  All SSL configuration in this context applies both to
##  the main server and all SSL-enabled virtual hosts.
##

AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLSessionCache         dbm:logs/ssl_scache
SSLSessionCacheTimeout  300

#   Semaphore:
#   Configure the path to the mutual exclusion semaphore the
#   SSL engine uses internally for inter-process synchronization. 
SSLMutex  file:logs/ssl_mutex

#   Pseudo Random Number Generator (PRNG):
SSLRandomSeed startup  egd:/etc/entropy    512
##
## SSL Virtual Host Context
##

###<VirtualHost _default_:443>
<VirtualHost 155.198.62.62:443>

#  General setup for the virtual host
DocumentRoot "/home/ppp/htdig-test-3.2.0b4.1110.play/web_base/sslified/"
ServerName bartoks.cc.ic.ac.uk:443
ServerAdmin [EMAIL PROTECTED]
ErrorLog /home/ppp/htdig-test-3.2.0b4.1110.play/logs/ssl.error_log
TransferLog /home/ppp/htdig-test-3.2.0b4.1110.play/logs/ssl.access_log

#   SSL Engine Switch:
#   Enable/Disable SSL for this virtual host.
SSLEngine on

#   SSL Cipher Suite:
#   List the ciphers that the client is permitted to negotiate.
#   See the mod_ssl documentation for a complete list.
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

#   Server Certificate:
#
SSLCertificateFile /usr/local/apache2/conf/ssl.crt/server.crt

#   Server Private Key:
#   If the key is not combined with the certificate, use this
#   directive to point at the key file.  Keep in mind that if
#   you've both a RSA and a DSA private key you can configure
#   both in parallel (to also allow the use of DSA ciphers, etc.)
SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key


#   Client Authentication (Type):
#   Client certificate verification type and depth.  Types are
#   none, optional, require and optional_no_ca.  Depth is a
#   number which specifies how deeply to verify the certificate
#   issuer chain before deciding the certificate is not valid.
SSLVerifyClient none
#SSLVerifyDepth  10

SSLOptions +FakeBasicAuth
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>
<Directory "/usr/local/apache2/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>

<Directory "/home/ppp/htdig-test-3.2.0b4.1110.play/web_base/sslified/">
AuthName  "Test"
AuthType  basic
AuthUserFile /usr/local/apache2/etc/authorization/Passwd
require valid-user
</Directory>

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

#   Per-Server Logging:
#   The home of a custom SSL log file. Use this when you want a
#   compact non-error SSL logfile on a virtual host basis.
CustomLog logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost>                                  

</IfDefine>




  the response htdig gets is:

5:7:1:https://bartok.cc.ic.ac.uk/sslified/sslprotectedpage.html: Making HTTP
request on https://bartok.cc.ic.ac.uk/sslified/
sslprotectedpage.html
Header line: HTTP/1.1 400 Bad Request
Header line: Date: Wed, 04 Dec 2002 14:36:44 GMT
Header line: Server: Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.6g
Header line: Content-Length: 546
Header line: Connection: close
Header line: Content-Type: text/html; charset=iso-8859-1
Request time: 0 secs
 not found
pick: bartok.cc.ic.ac.uk, # servers = 2


-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to