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

How to automatically recover from Bluemix Secure Gateway EPIPE error?

After running a bluemix secure gateway for a couple hours, I eventually start getting EPIPE errors. The only way I've found to resolve these is to delete and recreate the Secure Gateway Service (and then reconfigure things which depended on the…
canova
  • 11
  • 1
0
votes
0 answers

I am trying to to set up secure tls communication using mqtt and node js and Getting error Client mqtt_79ea02ba6396 disconnected, not authorise

I have created self signed certificate using openssl and put generated certificate in the folder and gave the path in the code as well as in the mosquitto.conf file. I have created a index.js file as follow: const mqtt = require('mqtt') const fs =…
0
votes
1 answer

In OPENSSL , After SSL_Connect() i am getting SSL_ERROR_WANT_READ

I am using SSL_Connect() and return code is "-1" , with SSL_get_error() i can see that error is SSL_ERROR_WANT_READ. As per suggestion on one forum, where it suggested to keep calling SSL_connect() until this error goes. With this modification for…
Amit
  • 21
  • 4
0
votes
0 answers

I'm usiong IBM analytica - and am trying to establish a connection with my local mongodb over secure-gateway

with the IBM SG-Client i've establish the connection between the IBM-cloud and my local computer. When i'm trying to log-in with my IBM-account to get the data from my local mongodb this error occurs:[ERROR] default - (Client ID zwAyRs8z9I3_ZA1)…
0
votes
1 answer

Using IBM Cloud for SaaS API management with on premise gateways

Been going through documentation and threads on different fora the last days. (will ask our local IBM expert, but he is quite busy these days).. So turning to you wonderful people :-) Part of implementing our new cloud strategy we want to move as…
0
votes
1 answer

IBM Cloud API Connect Secure Gateway

Recently, I started seeing an issue when trying to setup secure gateway within API Connect on IBM Cloud, I previously had it working but looks like they changed this wizard interface and its broken since then here is what I did to recreate the…
Progruma
  • 1
  • 2
0
votes
1 answer

Can I install DB2 Connect to Bluemix to conect to Mainframe Z/OS?

Is DB2 Connect installation and license installation during build/deploy a good way to ensure mainframe connectivity to IBM Blue zone? My PHP Cloud Foundry app is on w3ibm.bluemix. If yes shall I update the forked PHP Buildpack on GIT, by adding DB2…
Andr
  • 88
  • 1
  • 10
0
votes
1 answer

zOS DB2 connection string in PHP - from Bluemix to zOS

I have a sample connection string from DashDB (DB2) on cloud that worked when I connected from Bluemix (A PHP cloud foundry app) to a cloud based DB2. Now I would like to connect to a zOS DB2 DB using a Secure Gateway. I have the SG already set up…
Andr
  • 88
  • 1
  • 10
0
votes
1 answer

Secure Gateway Client fails to recognize gatewayid or sectoken on docker run, error 401

When trying to execute docker container with gatewayid & sectoken, it fails with error "The Secure Gateway gateway ID was either not recognized or requires a security token to connect, error was: 401". And yet when I manually add via the CLI, it's…
debrajo
  • 13
  • 5
0
votes
2 answers

Destination with HTTPS is not accessed

I have installed 2 destinations in my SG with HTTPs protocol. 1 is for: another is for: from my application, I want to access these 2 url like this: url = new URL(urlStr); httpConn = (HttpURLConnection) url.openConnection(); …
yin xu
  • 21
  • 1
  • 3
0
votes
0 answers

Secure Gateway to DB2 zOS - Bluemix - SQL1598N

I have an issue with an error SQL1598N, between Bluemix and a Secure Gateway to access DB2 z/Os with PHP. The gateway client is Windows and is running on my system. I have a license type "Client Device" for a product "db2conpe". Thanks for your help
0
votes
1 answer

Creating IP Table Rules for a Bluemix App in Secure Gateway - Obtaining App IP and App ID

Regarding the section labeled "Creating IP table rules for a Bluemix app" @ https://console.bluemix.net/docs/services/SecureGateway/sg_023.html#sg_007 -- how can I obtain the "app_IP" and "app_ID" value for my Bluemix CloudFoundry app?
0
votes
1 answer

Bluemix Secure Gateway - some machines normal and others grayed options

As a simple example, has anybody ever typed an ACL-Allow and tried to hit the "+" button but nothing happens. Then you probably have the same problem as me. I've been working with the Secure Gateways Client for a while. I've worked with it on…
0
votes
1 answer

ETIMEDOUT error

My bluemix securegateway client installed on linux , gives an error as : [2017-10-03 04:08:05.791] [DEBUG] (Client ID 16583) The Secure Gateway client will fetch its configuration from https://sgmanager.ng.bluemix.net/sgconfig/[masked] [2017-10-03…
PiFi
  • 11
  • 3
0
votes
0 answers

ENOTFOUND Error on startup Secure Gateway Client on Docker container using Kubernetes

I have a single Docker container running (into a VPN network) on Bluemix to run my Secure Gateway Client in order to stabilish a VPN connection between Cloud to Site and it's working. I'm trying to migrate this container to run on Kubernetes because…