Hello, I can't index my HTTPS site with htdig. I will try to explain my problem in english. I'm french, sorry for mistakes. When I run 'rundig', I get the following answer. --- Cut here --- <abosson><Fri Mar 30 10:31:52><~> /home/www/htdig/bin/rundig -vvv -c /home/www/htdig/conf/htdig.conf URL: https://cert.mysite.com/ 1:0:https://cert.mysite.com/ New server: cert.mysite.com, 443 Unable to build connection with cert.mysite.com:443 (Via proxy proxy.fr.mysite.com:80) pushed pick: cert.mysite.com, # servers = 1 htmerge: Unable to open word list file '/home/www/htdig/db/db.wordlist' <abosson><Fri Mar 30 10:52:57><~> --- Cut here --- As you can see, htdig tries to connect to the server for about 20 minutes... and fails. My platform has the following configuration : GNU / Linux Debian 2.2 apache-ssl 1.3.9.13-2 openssl 0.9.4-5 ht://Dig 3.1.5 patched with ftp://ftp.ccsf.org/htdig-patches/3.1.5/ssl.3 corrected with the comments found in http://www.htdig.org/mail/2000/11/0175.html to compile on my platform ht://Dig perfectly works with a HTTP site on the same server. It doesn't seems to be a problem of openssl. When I run it, it looks to be OK : --- Cut here --- $ echo GET /|openssl s_client -connect cert.mysite.com:443 [ ... a lot of messages ... ] --- <html> <head> [ ... My page ... ] </body> </html> read:errno=0 --- Cut here --- Here's my configuration file ( without comments and layout parameters ) --- Cut here --- database_dir: /home/www/htdig/db start_url: https://cert.mysite.com/ limit_urls_to: ${start_url} exclude_urls: /cgi-bin/ .cgi bad_extensions: .wav .gz .z .sit .au .zip .tar .hqx .exe .com .gif \ .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov .avi maintainer: [EMAIL PROTECTED] max_head_length: 10000 max_doc_size: 200000 no_excerpt_show_top: true search_algorithm: exact:1 synonyms:0.5 endings:0.1 http_proxy: http://proxy.fr.mysite.com:80/ --- Cut here --- I've already read the messages in the mailing-list, especially those where someone had the same problems : http://www.htdig.org/mail/2000/12/0000.html and answers. In those messages, the problem hasn't be resolved. Maybe a solution has been found yet. If someone knows if the solution exists or doesn't exist, please answer me. Thanks _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

