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
13
votes
2 answers

Your Connection is not private just in my websites (privacy Error) - Page Gets Stuck in Security Page

Chrome gets stuck in security error page: Does not display the advanced tab(/button/paragraph) to proceed.
Sara N
  • 1,079
  • 5
  • 17
  • 45
4
votes
3 answers

Comparison of SSL Certificates

My web application most definately needs an SSL certificate I was looking into godaddy's: http://www.godaddy.com/ssl/ssl-certificates.aspx The standard doesn't appear to have the lock in the URL bar, which a lot of users might not consider secure...…
Walley
  • 99
  • 2
  • 10
3
votes
0 answers

Could not create SSL/TLS secure channel - Connecting Microsoft Flows with HTTP request

I am a new user for Microsoft Flows. I have a requirement for Connecting the Microsoft Flow with HTTP Request. When connecting the HTTP Request, I am using the Client Certificate with the .pfx certificate file. I am using the below format : { …
Mufaddal
  • 558
  • 5
  • 24
3
votes
3 answers

Getting a Bluemix instance IP

I have setup a Amazon RDS instance that i would like to only allow my Bluemix app to access it At the moment i have setup my Ec2 security group to allow all mysql traffic on port 3306, but allow all IPs. My understanding so far is that a Bluemix app…
3
votes
2 answers

Secure Gateway: Limit access to Bluemix app

From Bluemix I want to access an application in a customers data center using Secure Gateway service. I also want to give access to the destination (the customer application) to the Bluemix application only. In the Secure Gateway dashboard under…
Harald Uebele
  • 264
  • 1
  • 9
3
votes
1 answer

Is HTTPS option required when a remote REST API is HTTPS?

I would like to make my Bluemix application(Liberty) to access remote REST API which is provided in SSL. I need to use the gateway's "TLS Mutual Auth option". But now for a purpose to figure out whether I must use "HTTPS option" or not when a remote…
shimac-jp
  • 233
  • 3
  • 11
2
votes
3 answers

How do I code Citrix web sites to use a Secure Gateway (CSG)?

I'm using Citrix's sample code as a base and trying to get it to generate ICA files that direct the client to use their Secure Gateway (CSG) provider. My configuration is that the ICA file's server address is replaced with a CSG ticket and traffic…
RAVolt
  • 83
  • 2
  • 9
2
votes
1 answer

Getting a BlueMix app through a firewall

I am currently working on a java back end server that I am deploying to bluemix. It is a standard web app, built out with maven and hits a mounted data base. Standard stuff. The question becomes is that two of the end points that I am using are…
2
votes
2 answers

How to set ACL Deny All flag to false in the bluemix secure-gateway client

Given that I want to start my secure-gateway docker client using the SG docker command line interface, and I want to allow access to all on-premise IPs via ACL command option, what do I specify on the SG client command line? For example for the…
singidunumx
  • 101
  • 1
  • 5
2
votes
2 answers

How to import a secret key into key store by keytool

I would like to make my Liberty application to connect the Bluemix Secure Gateway'sdestination with TLS Mutual Auth. I tried to create a key store and import a cert and a secret key into the key store by keytool, but I don't know the keyalias of the…
shimac-jp
  • 233
  • 3
  • 11
2
votes
1 answer

Which hostname:port of Bluemix app should be set in acl of Secure Gateway Client

I would like to make only my Bluemix app to access my Secure Gateway client. I used "Access control list" such as the following command. acl allow sampleapp.mybluemix.net sampleapp.mybluemix.net is my Bluemix app's FQDN But I got error HTTP503…
shimac-jp
  • 233
  • 3
  • 11
1
vote
1 answer

What is an accepted way to submit form data to sites like paypal?

I'm setting up a website that uses paypal to process payments. The easiest way to implement the checkout form would be to create an HTML form that submits directly to paypal, sending the order details and redirecting the user to paypal in order to…
Chris Dutrow
  • 48,402
  • 65
  • 188
  • 258
1
vote
1 answer

posting variable on securetrading.net

I want to post variables like street address, postal code, phone number, county , I'm not sure how could I achieve this. https://securetrading.net/authorize/form.cgi I used standard html post.
RicardO
  • 1,219
  • 1
  • 14
  • 24
1
vote
1 answer

Can I install the Secure Gateway client on a Raspberry PI

I'm running Raspbian GNU/Linux 7 (wheezy) on my Raspberry Pi. Can I install the Ubuntu IBM Secure Gateway client? pi@raspberrypijps1 ~ $ sudo dpkg -i ibm-securegateway-client-1.4.1+client_amd64.deb dpkg: error processing…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
1
vote
0 answers

Bluemix Secure Gateway Client - Fail to connect Tunnel

I have installed docker inside internal server it requires ibm bluemix docker client. Use the command below. docker run -it ibmcom/secure-gateway-client -t But it only returns. How do i fix and debug the issue ?
1
2 3 4 5 6 7 8