Questions tagged [connect]
17 questions
1
vote
1 answer
istio gateway, not loading the node application
I have tried to deploy a sample nginx app and it working.
So, I replaced the same with another nodejs as this contains mutliple sub pages. So, I can test the routing.
Here, with LoadBalancer default service type, the page is loading as below.
But,…

uday
- 352
- 10
- 30
1
vote
0 answers
Connecting the SignalR console client to the server on Azure
I want to deploy a server (on Azure) using SignalR.
And the console client, so that it accepts commands from the server.
The server code was taken from here:…

Evgeniy Grigoriev
- 11
- 1
1
vote
1 answer
Can't connect to FTP from external machine
We are trying to create an FTP site on our Azure VM. Here are the steps we have taken:
From the VM
From Server Manager we added new features. Web Server (IIS), FTP Server, FTP Service
From IIS we have added FTP site, setup FTP Firewall with data…

Craig Larsen
- 11
- 1
0
votes
1 answer
Connect to my OpenVPN server having a proxy on client side
I have a running OpenVPN server on my house with an OpenWRT router, configured on UDP port 50505. This is actually working with a non-restricted internet connectivity.
Now I have my laptop connected on an enterprise network that has a proxy, they…

rul3s
- 15
- 5
0
votes
1 answer
Connect to OpenVPN server with different client
If I create OpenVPN server on my Linux machine, can I connect to that server (from Windows) using different client for example SoftEther VPN or built-in VPN client in Windows?
Or I have to use OpenVPN client?

tomsk
- 287
- 1
- 6
- 18
0
votes
2 answers
Mongodb primary node not Resolved in Debezium Kafka Connect — Docker Compose
i have this docker compose file, that contains bitnami/mongodb containers for creating a replica set. and I've used zookeeper, kafka & debezium-connector for monitoring my mongodb replica set.
version: '2.2'
services:
mongodb-primary:
…
0
votes
1 answer
How to reduce "Connecting Time" reported by GTMetrix?
I've a cloud instance with Linode running CentOS 7.2, PHP 7.1, Nginx & Wordpress (latest version). 1 CPU + 2GB RAM.
While checking GTMetrix stats, Connect time is showing as 127ms.
I'm trying to find out if I can reduce this time further. What are…

Sanjay
- 63
- 2
- 8
0
votes
2 answers
cannot connect to aws rds mysql from aws ec2 instance via web browser
I have set up an AWS RDS instance and AWS EC2 instance, and I believe I set up the security group to allow both EC2 instance's internal ip and public ip to access the RDS instance. if I ssh to EC2 instance via a ssh client, and type command:
mysql…

Minjia Tang
- 1
- 1
- 1
0
votes
1 answer
MariaDB 10.2.9: Storage Engine 'CONNECT' not found when trying to map MSSQL table
I am running a MariaDB Galera cluster and am trying to access MSSQL from within MariaDB on the first node. I have done this in the past on SLES 12 SP2, this time I am trying to do the same on RHEL 7.3.
Unfortunately, MariaDB says "Unknown storage…

PythonLearner
- 1,032
- 2
- 12
- 31
0
votes
0 answers
Connecting squid to upstream proxy using CONNECT request
I'm setting up a reverse proxy that has to forward all the requests to a given url.com/resource. Now, that resource is behind a proxy, so it has to use the CONNECT request.
The idea is that squid, once it receives a request, creates an http tunnel…

dario
- 1
0
votes
0 answers
failure time out during tcp connection establishment stage
I want to learn VPX ADC in virtural environment. All the below 3 machines are connected via VMWare Workstation Bridged Network.
Host-Windows 11, IP Address is 192.168.2.60
VM 1 - ubuntu20 ,apache server, IP Address is 192.168.2.56
VM 2 - Citrix ADC…
0
votes
0 answers
OpenLDAP Client hangs indefinitely on SSL_connect
I'm using the C/C++ OpenLDAP client library. I specified a NETWORK_TIMEOUT and TIMEOUT of 3 seconds in my openldap.cfg. However, when the OpenLDAP client library issues SSL_connect, it hangs indefinitely and the client application does not see a…

jvf1975
- 1
0
votes
0 answers
Integrating a Linux Machine Into Windows Active Directory Domain
I am working in a enterprise company and had to make a project to connect some linux servers (Red Hat versions 6-8) to ActiveDirectory.
After some tests I got to a point where I can connect correctly with AD credentials to the servers. My testing…
0
votes
0 answers
consul routing is not happening, how to fix that?
My deployment and other yaml files for a sample app in consul: link
The routing is not happening.
Could anyone please check them and suggest what need to be fixed.
The traffic is not entering the app at all.
The steps I followed to install consul:
I…

uday
- 352
- 10
- 30
0
votes
0 answers
TCP connection reset by RST during connect()
Does anyone have an idea why connect() would continue before the three-way handshake is finalized?
According to what I captured by tcpdump the client sends a [PSH,ACK] with data before sending the last ACK of the three-way handshake.
NO_DELAY option…