Hello:

I am having a problem download a CSV file from my server 
over HTTPS using IE.  My server is currently using a test
certificate so I can test everything out before buying one.

I put up some test code my server.  You can access it via 
http or https at these URLs:
http://www.JAMMConsulting.com/demo/servlet/DlServlet
https://www.JAMMConsulting.com/demo/servlet/DlServlet

When I visit it manually:
telnet www.JAMMConsulting.com 80
GET /demo/servlet/DlServlet HTTP/1.0

I get this output, which looks right to me:

HTTP/1.1 200 OK
Date: Wed, 09 May 2001 15:49:34 GMT
Server: Apache/1.3.19 (Unix) mod_jk mod_ssl/2.8.1 OpenSSL/0.9.6
Pragma: no-cache
Content-Disposition: inline; filename=db.csv
Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java
1.3.0; Linux 2.2.16-22 x86; java.vendor=IBM Corporation)
Connection: close
Content-Type: text/csv

A,B,C,D
       E,F,G,H


I can access the servlet using http and download the file
using either Netscape or Internet Explorer, but when I
try to use https, I can only download the file in 
Netscape, IE tells me that it could not connect to the server.

Anyone have any ideas?

Thanks,
        Neil.

--
Neil Aggarwal
JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development -- Java, JSP, servlets, databases
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to