Questions tagged [vpn]

A virtual private network (VPN) is a network that uses primarily public telecommunication infrastructure, such as the Internet, to provide remote offices or travelling users access to a central organizational network. Questions about configuring or using a VPN should be asked on Super User or Server Fault.

Virtual private networks encapsulate data transfers using a secure cryptographic method between two or more networked devices (which are not on the same private network) to keep the transferred data private from other devices on the wide area networks. (adapted from Wikipedia)

Although VPNs are private, they still use public resources. This means that all data sent over the network needs to be encrypted encase it is intercepted during the transfer.

Please keep in mind that questions about how to set up or use VPN software do not involve programming, and are therefore off-topic for this site. You may want to try posting these questions on Server Fault instead.

3339 questions
122
votes
5 answers

How to solve javax.net.ssl.SSLHandshakeException Error?

I connected with VPN to setup the inventory API to get product list and it works fine. Once I get the result from the web-service and i bind to UI. And also I integrated PayPal with my application for make Express checkout when I make a call for…
selladurai
  • 6,491
  • 14
  • 56
  • 88
93
votes
5 answers

Implementing VPN with L2TP protocol in iOS app

In iOS settings, there are options to create a VPN configuration using IPSec, IKEv2, and L2TP. Using the NetworkExtension framework from Apple there's an option to create VPN using IPSec and IKEv2 protocols only. They do work but problem is that I…
Najdan Tomić
  • 2,071
  • 16
  • 25
92
votes
5 answers

"Client network socket disconnected before secure TLS connection was established", node 10

When I send request to google api (using either axios or just https), e.g. https://www.googleapis.com/blogger/v3/blogs/2399953?key=... I always hit the "Client network socket disconnected before secure TLS connection was established" error. But if I…
Qiulang
  • 10,295
  • 11
  • 80
  • 129
72
votes
6 answers

How can I get my android emulator use my computer's VPN interface?

My company requires VPN to connect to our dev systems and for the first time I'm trying to work on an android app from home. Turns out the emulator doesn't want to use the VPN interface so even though I have connectivity to our dev systems on my…
umassthrower
  • 1,307
  • 1
  • 11
  • 15
69
votes
10 answers

Docker container and host network VPN

I'm trying to run docker image on MacOS with VPN turned on (TUN device). Docker container can access internet, but is not able to access resources behind vpn. What is the right way to make Docker go to VPN network? I've tried docker run --net host…
Capacytron
  • 3,425
  • 6
  • 47
  • 80
66
votes
2 answers

OpenVPN failed connection / All TAP-Win32 adapters on this system are currently in use

^^ i get this error if i would connect to any OpenVPN Network. All TAP-Win32 adapters on this system are currently in use. Here is a Screenshot. -> http://www.abload.de/image.php?img=openvpn_failbhjde.jpg What i did before i post this? Removing…
PatrickB
  • 3,225
  • 5
  • 31
  • 55
65
votes
9 answers

How to remember password in FortiClient VPN?

The last version of FortiClient asks me about my password every time. How can I make the program to remember it and who faces a similar problem? Does anyone have a solution?
Artem Khaustov
  • 677
  • 1
  • 5
  • 5
48
votes
3 answers

Establish a VPN connection in cmd

How can I create a VPN connection with an arbitrary server using an arbitrary protocol in Windows cmd?
user1892542
  • 481
  • 1
  • 4
  • 4
42
votes
2 answers

How to VPN/Proxy connect in Python?

I'm trying to scrape some pages that are on a website but to view the pages, I need to be connected to a VPN. My setup is as follows: I am running python on a cloud server on www.pythonanywhere.com I have a VPN with…
Liam Flynn
  • 2,009
  • 3
  • 17
  • 16
41
votes
1 answer

How can I get the variable value inside the EOF tags?

I have this following script, but I need to get $i variable value working inside that each block starting with EOF and ending with EOF. It is not reading the variable value but putting $i. /var/tmp/vpn.sh I…
user285594
38
votes
7 answers

How do you detect a VPN or Proxy connection?

I would like to block all connections to my server that use a VPN or Proxy. Is there anyway to detect that a VPN or proxy connection is being used? If not, is there anyway that I can check the likelihood that a VPN or proxy is being used? Lastly, is…
Zach Sugano
  • 1,567
  • 5
  • 22
  • 41
37
votes
3 answers

Cisco VPN client on Ubuntu 16.04 LTS

I am trying to install Cisco VPN Client on Ubuntu, but I am facing problems. So How can I install it on Ubuntu 16.04 LTS ?
SK7
  • 643
  • 1
  • 6
  • 15
37
votes
1 answer

How to configure VPN programmatically on Android?

I need to implement an Android app that would allow the user to configure a VPN connection without having to access the native menu of the Android device. With this I have two problems: in Android 4.0 + (api level 14 and above) I have found there…
Paul
  • 3,812
  • 10
  • 50
  • 73
35
votes
1 answer

How to write a VPN server

I have decided to write my own light weight VPN server in Java. From a programming standpoint it appears to me a VPN server is just a pass-through proxy that encrypts traffic from the client, and decrypts it on the server. Can someone point me to a…
Dave
  • 359
  • 1
  • 3
  • 3
35
votes
1 answer

How VPN works in Android and List of APIs available? (lollipop)

###Reference: Android 4.0 has an API to build VPN services. VPNService (Android Docs) VPNService.Builder (Android Docs) Arne Schawbe's Implementation of OpenVPN for Android (github) One such app with a VPN service is NetMotion Mobility® (Google…
NitZRobotKoder
  • 1,046
  • 8
  • 44
  • 74
1
2 3
99 100