Spacewalk API

Imported Google Group message. Original thread at: Redirecting to Google Groups Import Date: 2016-01-19 21:39:52 +0000.
Sender:Adam Pavlik.
Date:Thursday, 31 December 2015 19:38:56 UTC.

Has anyone successfully utilized Tyk to talk to a Spacewalk API? So far I have been successful with two other application’s API calls? This particular call is returning the following error: “There was a problem proxying the request”. The curl script I am using is as follows:

curl -H “Content-Type: text/xml; charset=utf-8” -d @login.xml http://TYK_Server_IP:8080/spacewalk/

I executed a similar command directly to the spacewalk server and was successful:

curl -H “Content-Type: text/xml; charset=utf-8” -d @login.xml http://SW_Server_IP/rpc/api

Has anyone experienced this type of error?

Adam

Imported Google Group message.
Sender:Martin Buhr.
Date:Thursday, 31 December 2015 23:24:56 UTC.

Hi Adam,

I’d suggest looking at your Tyk logs, the gateway can’t see your API or the request is failing because the connection is failing - the gateway will be logging the issue out.

Cheers,
Martin

  • show quoted text -

  • show quoted text -


You received this message because you are subscribed to the Google Groups “Tyk Community Support” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web, visit https://groups.google.com/d/msgid/tyk-community-support/38484b2a-e2b9-425c-85ee-8d843c5d67cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Imported Google Group message.
Sender:Adam Pavlik.
Date:Monday, 4 January 2016 15:36:40 UTC.

Thank for the reply. I took a look at the logs and saw there was a comm issue across 443 and 80. It was resolved with applying a new security group to the Tyk host.

Thanks,

Adam

  • show quoted text -