[rabbitmq-discuss] custom plugin debugging
Prabodh Upreti
prabodh.upreti at vce.com
Fri Nov 9 08:39:12 GMT 2012
thank you again.
I have the formatting issues resolved. Now I am not sure my https call is
working.
inets:start(),
ssl:start(),
case httpc:request(get, {Path, []}, ?HTTPC_OPTS, []) of
{ok, {{_HTTP, Code, _}, _Headers, Body}} ->
case Code of
200 -> case parse_resp(Body) of
{error, _} = E -> E;
Resp -> Resp
end;
_ -> {error, {Code, Body}}
end;
{error, _} = E ->
E
end.
I don't see the call coming to my SSO server. Could this be due to
certificate challenge? I would like to be able to just by pass that so it
goes through. I have trace statements and see that it hangs at the request
call. thank you.
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/custom-plugin-debugging-tp23233p23258.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list