Hi,

Restlet 1.1.1 is a pretty old version :)  If you have any chance, I
strongly suggest that you upgrade to version 2.2

Otherwise, HTTPS should work in your case if you configure properly your
Servlet container as it will be responsible for the HTTPS server connector
in your case.

Thanks,
Jerome
--
http://restlet.com
@jlouvel <http://twitter.com/#!/jlouvel>






On Thu, Jun 5, 2014 at 8:39 AM, 陈军 <chen...@eetop.com> wrote:

>   Hello, I have a question, I configure the restlet, through the HTTP
> access can be a successful visit,    but access through the
> HTTPS return is 404, I hope I can support HTTPS access,    I now use the
> restlet version is 1.1.1, what solutions? Wait for the answer,thanks!   The
> following is my configuration: <servlet>
> <servlet-name>restlet</servlet-name>
> <servlet-class>com.noelios.restlet.ext.spring.RestletFrameworkServlet</servlet-class>
> <load-on-startup>1</load-on-startup>       <init-param>
> <param-name>org.restlet.application</param-name>
> <param-value></param-value>      </init-param>        <init-param>
> <param-name>org.restlet.clients</param-name>          <param-value>HTTP
> HTTPS FILE</param-value>
> </init-param>
>
>        <init-param>         <param-name>org.restlet.autoWire</param-name>
> <param-value>true</param-value>       </init-param>    </servlet>
>
>
>

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

Reply via email to