Re: SSL and Wildcard Certifcates

2007-07-27 Thread Alex Milowski
On 7/27/07, Jerome Louvel <[EMAIL PROTECTED]> wrote: > > Hi Alex, > > Thanks for teaching me new aspects of SSL :) > > We have a RFE to improve SSL support in Restlet 1.1, I've updated it to > propose the addition of a connector parameter. See details here: > http://restlet.tigris.org/issues/show_b

RE: SSL and Wildcard Certifcates

2007-07-27 Thread Jerome Louvel
'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la > part de Alex Milowski > Envoyé : vendredi 27 juillet 2007 10:48 > À : discuss@restlet.tigris.org > Objet : SSL and Wildcard Certifcates > > After having put up a service that uses wildcard certifica

SSL and Wildcard Certifcates

2007-07-27 Thread Alex Milowski
After having put up a service that uses wildcard certificates for SSL, I've found Java's default of rejecting wildcards very broken. Fortunately, you can fix that by setting the HostnameVerifier on the HttpsURLConnection instance. What this means is that, unfortunately, the java.net implementatio