SoapProxy as SSL Server

99 views
Skip to first unread message

gekk...@gmail.com

unread,
Feb 18, 2016, 2:28:56 AM2/18/16
to membrane-monitor
Hi

am trying to setup a SoapProxy with SSL (as SSL Server) but it seems that the <ssl> element is being ignored in a <SoapProxy> context. The service is up, but does not provide SSL/TLS.
If I change from <SoapProxy> to <ServiceProxy>, ssl is working fine with the same key./truststore.

The target server is providing both, http or https and I tried both in the wsdl Attribute and according to the memrouter.log, both is working fine. 

The final configuration is the Proxy as SSL Server & Client resp. "SSL Monitoring" according to the Membrane wording on the website.

Is there anything special about the SoapProxy regarding SSL?

I tried 4.0.18, 4.1.0 and 4.2.0.

Best Regards

Markus

--- snip ---

This is not working:

               <soapProxy port="443" wsdl="http://host/Service.svc?wsdl">
                        <ssl>
                                <keystore location="keystore.jks" password="xxx" keyPassword="xxx" />
                                <truststore location="keystore.jks" password="xxx" />
                        </ssl>
                </soapProxy>

This is working:

                <serviceProxy port="443">
                         <ssl>
                                <keystore location="keystore.jks" password="xxx" keyPassword="xxx" />
                                <truststore location="keystore.jks" password="xxx" />
                        </ssl>
                        <target host="host" />
                </serviceProxy>


--- snap ---




Tobias Polley

unread,
Mar 3, 2016, 7:37:04 AM3/3/16
to membrane-monitor, gekk...@gmail.com
Hi Markus,

thanks for reporting this! I verified and filed it as https://github.com/membrane/service-proxy/issues/242 .

Best
Tobias

Sudesh Acharya

unread,
Dec 25, 2019, 1:26:10 PM12/25/19
to membrane-monitor
Hi, Same issue is observed in 4.6.2

Regards,
Sud
Reply all
Reply to author
Forward
0 new messages