Questions tagged [secure-gateway]

The Secure Gateway service provides you with a secure way to access your on-premises or cloud data from your Bluemix application through a secure passage.

IBM Secure Gateway for Bluemix provides many key features for helping Bluemix users connect their cloud applications to on-premises resources. It provides a full services User Interface (UI) and well as an SDK (url: https://www.npmjs.com/package/bluemix-secure-gateway). Beside the typical online Bluemix documentation there are also several sample and blog posts to assist users to quickly and easily use the service.

109 questions
1
vote
1 answer

High Availability for Bluemix Secure Gateway Docker Client

Architecting a solution on Bluemix that will use the Secure Gateway service to connect to on-premise resources. Trying to understand how to approach achieving a production high availability configuration for the Secure Gateway Client which runs…
stuart
  • 13
  • 3
1
vote
1 answer

How do I measure latency between Bluemix and my on-prem systems?

I have an app running in Bluemix on a node.js runtime and I want to integrate it with APIs exposed by my on-prem system -- which is connected via the Secure Gateway. What is the best way to measure the latency between Bluemix and my on-prem system…
ABAE
  • 21
  • 1
1
vote
0 answers

Connecting to a secure gateway from Java in Bluemix

I'm trying to connect to a web server (http/port:80) via a secure gateway (DataPower) from my Bluemix account. I have set everything up and I can see the destination etc. is enabled in my dashboard. I am using Java to connect to the secure gateway…
James
  • 1,263
  • 2
  • 12
  • 12
1
vote
1 answer

Apps on Bluemix and Apps on Softlayer

I have an application running on Bluemix CF and another (client) application running on Softlayer (but does not matter, it could be on any other external data center). I need the two applications to communicate together (TCP/HTTPS) with…
edevregille
  • 209
  • 2
  • 12
1
vote
2 answers

Do I need to bind the secure gateway service to my app?

I saw the following document. https://www.ng.bluemix.net/docs/services/SecureGateway/index.html#sg_overview In the summary near the end, it says "Provision the service and bind it to your app". But do I really need to bind the secure gateway…
sotoiwa
  • 49
  • 4
1
vote
1 answer

How can I start the secure gateway client with a security token?

Is there a way to start a secure-gateway-client container which takes the token as a parameter? I'd like to start my container in the background with the 'docker -d' option rather doing it interactively. I tried starting the container like…
1
vote
1 answer

Which ports does Secure Gateway Client use?

I plan to set the Secure Gateway Client at DMZ at on-premise environment, so I need to open Outbound ports for SG Client to connect to SG on Bluemix. The following question is similar to my question, but the answer doesn't show the needed ports.…
shimac-jp
  • 233
  • 3
  • 11
1
vote
1 answer

Does Secure Gateway Client support self-signed cert which CN is IP address?

I set up Secure Gateway's destination with HTTPS option + Client TLS: enabled in order to access remote HTTPS REST API which CN is IP address. When I executed a trx, the Secure Gateway Client got the error "IP: 192.168.56.1 is not in the cert's…
shimac-jp
  • 233
  • 3
  • 11
1
vote
1 answer

How to make Secure Gateway Client to resolve the hostname of the destination's host

I would like to use a hostname instead of IP address as a destination's host in Bluemix Secure Gateway. I use the docker Secure Gateway Client. I tried to realize it by editing /etc/hosts of the host os in which the docker Secure Gateway Client is…
shimac-jp
  • 233
  • 3
  • 11
1
vote
2 answers

How to resolve SG Client's ENOTFOUND error

I set up Secure Gateway's destination host as hostname which is ssldemo, not an IP address. I started SG Client with '--net="host"' option in order to resolve the hostname. Of course, the host operating system can resolve the hostname. Please see…
shimac-jp
  • 233
  • 3
  • 11
1
vote
1 answer

IBM API Management Service - How to bind a SSL profile to a Proxy API?

I have some APIs on my laptop. They are visible on the internet through secure gateway service. The secure gateway destination is configured with TLS mutual authentication option. So APIs require TLS mutual authentication. I would like to add those…
sotoiwa
  • 49
  • 4
1
vote
1 answer

How to upload the certificate for Client TLS option's after the destination was created

I would like to change a Bluemix Secure Gateway destination's Client TLS option enabled after the destination was created. I edited the destination and upload the certificate. But the certificate seems not to be uploaded. The upload fields didn't…
shimac-jp
  • 233
  • 3
  • 11
1
vote
1 answer

Secure Gateway - TLS version

I can't find details about what version of TLS is implemented by Secure Gateway. The documentation is very detailed about how to implement TLS, but I can't find the version…
gxvigo
  • 787
  • 4
  • 10
  • 20
1
vote
1 answer

Bluemix Secure Gateway service, how to perform /v1/sgconfig GET call

The REST API for Secure Gateway has a GET operation located at /v1/sgconfig. It has a single, mandatory parameter: Authorization. What should the value of this parameter be and where is that value located? The VCAP_SERVICES environment variables for…
Lokesh Sreedhar
  • 151
  • 3
  • 12
1
vote
2 answers

Bluemix Secure Gateway - internal service using HTTPS, and TLS mutual auth outside?

I'm comfortable with the basics of Bluemix Secure Gateway, but I can't see a good way to set up what must surely be a common scenario. My requirements are: Existing internal service is provided over TLS, and must remain so. It doesn't check client…
Pete Verdon
  • 335
  • 1
  • 10