Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-25 Thread Daniel Ruggeri
On 3/25/2012 12:52 AM, Ajay Garg wrote: Sorry if I may sound a bit too demanding, but I will be really grateful if you could let me now the appropriate commands to generate appropriate SSLCertificateKeyFile and SSLCertificateFile, which will get the connection to HTTPS WebDAV server working

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-25 Thread Sander Temme
Ajay, Let's table the issue of certificates, and move on to getting your server started. You have a good key, and a good certificate. The fact that you can run openssl s_server with it proves that. What concerns me is that you have mod_ssl configuration language in your main configuration

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-25 Thread Ajay Garg
Sander, SALUTE !!! After performing your suggested steps 1), 2) and 3), I am able to connect to a HTTPS-based WebDAV server, as expected. (In other words, yes, it was in fact, ssl.conf interference at its worst). Thanks, Thanks, Thanks ..

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-25 Thread Ajay Garg
Just to save anybody else's time, here are the steps I reverted/fixed, that got the HTTPS-based WebDAV server working :: a) removing VirtualHost definition altogether from httpd.conf b) removing mod_ssl loading in httpd.conf (as it is already loaded via ssl.conf) c) adding the webdav directives

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-24 Thread Daniel Ruggeri
On 3/23/2012 11:47 PM, Ajay Garg wrote: I used the following command to generate the .key and .crt :: openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout ssl.key -out

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-24 Thread Ajay Garg
Thanks a ton, Daniel. I think, you are the first one to hit the nail on the head :-) Thanks again; I am obliged. Daniel, it seems that for generating certificates class 2 identification is required (http://www.startssl.com/?app=34) Anyhow, since currently I am just in the development/testing