Consultor Eletrônico



Kbase P21152: SonicMQ: Direct Outbound HTTPS
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

Direct Outbound HTTPS

FACT(s) (Environment):

SonicMQ 5.x

FIX:

Direct Outbound HTTPS with SonicMQ version 5.0 works fine if SSL is configured correctly.
Important is the syntax for the URL like
described within <SonicMQ 5.0 installdir>\samples\HttpDirect\DirectOutbound\Readme.txt :

https://<host name or IP-address>:<port number>/<URL-extension>

Please do not forget the port number as well even if 443 is used on the
receiving site

otherwise an not visible invalid host syntax error message will get thrown internally causing Direct Outbound HTTPS to fail.

The URL used with my tests:
https://pcrwe2:4580/examples/servlet/HttpOutbound