am actually lookin for a grizzly https server.. 


Hi Sheshakiran,

Are you looking for using Grizzly or Restlet with the Grizzly connector?

In Restlet, SSL support has been harmonised using an SslContextFactory 
for all the connectors. It supports client-certificate authentication 
(provided your configure it with the trust store you require.)

If it's for Grizzly only, I'd suggest posting to the Grizzly list. 
Coincidentally, I've just made a few suggestions for improvement in 
Grizzly, but these don't affect Restlet and its use of Grizzly.
(Note that the default should work at least, that is, specifying the 
keystore/truststore using the usual javax.net.ssl.* system properties, 
in Grizzly and Restlet.)


Best wishes,

Bruno.


srsk wrote:
> Hi,
> 
> I am Sheshakiran, developer from one of the service based industry. 
> 
> I have a requirement to develop one Grizzly Asynhcronous Https Server, which 
> would do Basic Authentication and HTTPCertificate validation. I found Http 
> implementation of grizzly server, but i am not able to get sufficient 
> information on Grizzly Https implementation. 
> 
> Any kind of help would be really appreciable. 
> 
> Https should accept inputs like 1) Username and Password and 2) Certificate 
> details like i) Keystore
> ii) Trusted certificate iii) passwords for keystore and certificate iv) 
> private key alias and private key password ... 
> 
> 
> thanks .. 
> Sheshakiran
> 
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1578563



-- 
View this message in context: 
http://n2.nabble.com/Grizzly-Https-Server-tp2599248p2604563.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1594713

Reply via email to