I should probably point out that I'm using SLIDE 2.1 and
TOMCAT 5.0.28
I have TOMCAT configured as follows in the
$CATALINA_HOME/conf/server.xml
file:
<!-- Define a SSL Coyote HTTP/1.1 Connector on port
8443 -->
<Connector port="443"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
disableUploadTimeout="true"
keystorePass="319main"
acceptCount="100" debug="0"
scheme="https" secure="true"
clientAuth="false"
sslProtocol="TLS"
URIEncoding="UTF-8"/>
Is there anything to do beyond that?
----- Original Message -----
From: "Aslam Bari" <iamaslamok yahoo.co.in>
To: <slide-user jakarta.apache.org>
Sent: Thursday, August 24, 2006 6:49 AM
Subject: Re: Slide and Issues When Logging Into WebDAV
>
> For enabling HTTPS you have to configure TOMCAT too.
For this you have to
> look into tomcat docs otherwise give me your e-mail id
, i will give a doc
> file as attachment in which it is explained how to
configure SSL.
>
>
>
> Jeanna Geier wrote:
>>
>> Hi, I'm having some issues with WebDAV after
implementing the
>> <security-constraint> element to for use of
HTTPS and would appreciate
>> any
>> assistance anyone could give me. I'm a newbie
here, so please bear with
>> me.
>>
>> I added the <user-data-constraint> element to
the <security-constraint>
>> element:
>>
>> <security-constraint>
>> <web-resource-collection>
>> <web-resource-name>DAV
resource</web-resource-name>
>> <url-pattern>/*</url-pattern>
>> <http-method>COPY</http-method>
>> .
>> .
>>
<http-method>NOTIFY</http-method>
>> </web-resource-collection>
>> <user-data-constraint>
>> <description>Constrain the entire
application to force use of
>> HTTPS</description>
>>
<transport-guarantee>CONFIDENTIAL</transport-guaran
tee>
>> </user-data-constraint>
>> <auth-constraint>
>> <role-name>root</role-name>
>> <role-name>guest</role-name>
>> <role-name>user</role-name>
>> </auth-constraint>
>> </security-constraint>
>>
>> And then when I go to log into WebDAV I get the
following error message:
>>
>> The resource requested moved to https://localhost:443/sl
ide/
>> Please try connecting to the new location.
>>
>> Any ideas or suggestions on how I can configure
Slide to have WebDAV look
>> for the secure site would be greatly appreciated.
>>
>> Thanks,
>> -Jeanna
>>
>
> --
> View this message in context:
> http://www.nabble.com/Sli
de-and-Issues-When-Logging-Into-WebDAV-tf2153189.html#a59623
47
> Sent from the Jakarta Slide - User forum at Nabble.com.
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|