Resending previous email in plain text:
We have a maven project to develop a jersey 2.0 REST service, on Eclipse
(kepler)
org.glassfish.jersey.containers
jersey-container-servlet-core
2.9.1
In conjunction with:
- java8
- tomcat7
When deploying the web application (us
We have a maven project to develop a jersey 2.0 REST service, on Eclipse
(kepler)
org.glassfish.jersey.containers
jersey-container-servlet-core
2.9.1
In conjunction with:
- java8
- tomcat7
When deploying the web application (using `$ mvn install && mvn -X
tomcat7
Already imported your client.p12 into firefox?
http://www.utexas.edu/its/help/user-certs/817
Il 16/giu/2014 00:22 Grip In ha scritto:
>
> Getting
>
> An error occurred during a connection to localhost:8443.
> SSL peer cannot verify your certificate.
> (Error code: ssl_error_bad_cert_alert)
>
Getting
An error occurred during a connection to localhost:8443.
SSL peer cannot verify your certificate.
(Error code: ssl_error_bad_cert_alert)
In firefox on windows 7 with tomcat 7
Here is what I did as per
http://tomcat.10.x6.nabble.com/tomcat-mutual-authentication-doesn-t-work-td2133404.htm
2014-06-09 17:38 GMT+04:00 Konstantin Kolinko :
>
> (...)
>
> Servlet API javadocs:
> http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html
>
> It does not mention explicitly whether getRequestURL() returns a
> non-decoded or decoded URL,
>
> but as our implementation in o.