Re: Client HTTPS Invalid keystore format

2009-08-21 Thread Bruno Harbulot
Hi Laurent, Laurent Garrigues wrote: > keytool -genkey -v -alias serverX -dname "CN=serverX,OU=IT,O=JPC,C=GB" > -keypass password -keystore serverX.jks -storepass password -keyalg "RSA" > -sigalg "MD5withRSA" -keysize 2048 -validity 3650 I'd suggest using SHA1withRSA instead of MD5withRSA, si

Retry functionality of Сlient

2009-08-21 Thread Evgeny Shepelyuk
Hello, Is there any functionality in restlet's client that allows easy set connection retry policy ? It can be based onn timeouts, retry attempts, exception received etc. -- Regards, Evgeny Shepelyuk -- http://restlet.tigris.org/ds/viewMess

RE: Re: Client HTTPS Invalid keystore format

2009-08-21 Thread Laurent Garrigues
Hi bruno, First thanks for your response, I create my files on my Desktop, using the command given on http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/213-restlet.html so my commands were (on laur...@laurent-desktop:~/Bureau) : * k

Re: Auth by client's certificate

2009-08-21 Thread Evgeny Shepelyuk
Well, maybe it's reasonable to create RFE for this and try to impelment extenstion prototype ? > Hi, > > I'm not sure. If GrizzlyServerCall is running from the same thread the > SSLReadFilter is used, SSLReadFilter.doPeerCertificateChain(...), with > the selection key in the GrizzlyServerCall sh

RE: Re: Does Restlet support this kind of functionality?

2009-08-21 Thread webpost
thanks guys, yes, that's what I need. I am checking the version of restlet in my machine. Best Regards, Johnson -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2385875

Redirector with Tomcat

2009-08-21 Thread Andrew Zahra
I am trying to use the redirector in MODE_DISPATCHER with Tomcat. All the example seem to assume you will be running as a standalone on its own port. E.g create a Component and add Protocol.HTTP on port 8182. What I want to do is create a war file to deploy to tomcat and have the redirector red