Forum Post: REST SSL problem

  • Thread starter Thread starter BartMille
  • Start date Start date
Status
Not open for further replies.
B

BartMille

Guest
I'm trying to enable ssl for my rest api. But I'm getting an error. Situation: - Normal (non-ssl) was working With SSL I can get to the Tomcat home page & query the wadl Appserver is configured for SSL 11.3, Tomcat 7, Postman for testing the api It seems when I change AppserviceProtocol (in runtime.props) to AppServerS, Tomcat no longer works correct. I get an error for every call I try to make and the appserver is never reached. Anybody ideas? The error (summarized): 2015-03-14 00:18:50,512 6480 [http-bio-443-exec-6] ERROR org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver onMessage - Error occurred during error handling, give up! org.apache.cxf.interceptor.Fault: null while invoking public void _adres.ppserv_prg_Adress_GET(java.lang.String,java.lang.String,java.lang.String) with params [com.progress.adapters.rest.message.impl.RestRequestMessageImpl@c88966]. Bit off-topic: it really is a pain in th a** to find anything usefull in the documentation or an example

Continue reading...
 
Status
Not open for further replies.
Back
Top