Re: need advice

2000-02-03 Thread Dr. Thomas Frankewitsch
AJDIN BRANDIC wrote: I'm a student at Coventry University (UK) doing Computer Science Hon. Degree and for my final year project I am building a secure web server plus creating a web site which will use this facility. Now do I realy need a certificate (FQDN) to install SSL? ssl depends on

AW: SV: File POST problem using MSIE

1999-10-26 Thread Frankewitsch
Anyone tried uploading large files (1Mb) using POST, SSL and IE? Any suggestions for a workaround? Only a comment: We experienced a problem of uploading large files from IE5 to a server (type not known, URL http://www.amia.org/) afaik *without* SSL a few month ago. May be I've not followed up

AW: JServ (mod_java) and mod_ssl.

1999-09-10 Thread Frankewitsch
YES! Applets can use https:// e.g. in the applet: URL url = new URL("https://myserver/servlets/ServletName?whoami=seppi); ObjectInputStream objectinputstream = new ObjectInputStream(new GZIPInputStream(url.openStream())); You have to lock the virtual path "servlets", which is constructed by

Re: No bn/bn_mulw.c -- is my OpenSSL installation corrupt?

1999-07-13 Thread Thomas Frankewitsch
Hi all, hi, In the instructions for configuring mod_ssl for win32, the ones at http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.Win32 , it says you have to modify line 174 of crypto\bn\bn_mulw.c in the OpenSSL source. I have just downloaded openssl-0_9_3a_tar.tar from