This is a another bug or feature question. We do some GET calls from one ML app server to another over SSL, the latter of which is using a self-signed certificate. The verify-cert option is included to ignore the warning:

<options xmlns="xdmp:document-get" xmlns:http="xdmp:http">
    <http:authentication>…</http:authentication>
    <http:verify-cert>false</http:verify-cert>
</options>   

However, when the client is ML5 and the server is ML6, this throws an exception. ML5->ML5, ML6->ML5, and ML6->ML6 all behave as expected. Here is the exception detail:

1.0-ml] SVC-SOCCONN: xdmp:document-get("/path/document.xml", <options xmlns:http="xdmp:http" xmlns="xdmp:document-get"><http:verify-cert>false</http:verify-cert><http:authentication><...</options>) -- Socket connect error: SSL_connect 192.168.X.61:50042-192.168.X.34:443: unexpected message (0x1408e0f4)

-Will
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to