SSLSocks | stunnel for Android GUI , allows tunneling over TLS | TLS library
kandi X-RAY | SSLSocks Summary
kandi X-RAY | SSLSocks Summary
SSLSocks is a Java library typically used in Security, TLS applications. SSLSocks has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
See this article by Hamy for an excellent introduction to the app!. Now released as a beta on Google Play! SSL/TLS tunnel using stunnel for Android. Note: Originally intended to be a socks5 VPN through TLS, but I never finished implementing the VPN service.
See this article by Hamy for an excellent introduction to the app!. Now released as a beta on Google Play! SSL/TLS tunnel using stunnel for Android. Note: Originally intended to be a socks5 VPN through TLS, but I never finished implementing the VPN service.
Support
Quality
Security
License
Reuse
Support
SSLSocks has a low active ecosystem.
It has 67 star(s) with 30 fork(s). There are 12 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 19 have been closed. On average issues are closed in 33 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of SSLSocks is 0.0.20-beta
Quality
SSLSocks has 0 bugs and 0 code smells.
Security
SSLSocks has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
SSLSocks code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
SSLSocks is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
SSLSocks releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
It has 2237 lines of code, 101 functions and 54 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed SSLSocks and discovered the below as its top functions. This is intended to give you an instant insight into SSLSocks implemented functionality, and help decide if they suit your requirements.
- Initializes the view
- Extracts the stunnel file
- Returns true if version code was updated
- Creates the config file
- Handle selected file item
- Delete a file
- Save the file
- Called when the view is created
- Opens the config file
- Initializes the instance
- Open the key file
- Initializes the Open VPN endpoint
- Set the file name at the specified position
- On create options menu
- Imports an external file
- Called when view is created
- Override this method to handle the menu item selection
- Handler for OpenVpnIntentService
- Helper method to handle the menu item selection
- Write this object into a Parcel object
- Get the file name for a file
- Initializes the stunnel version
- On create view
- Starts the Open VPN service
- Sets the start switch state
- Stop the process
Get all kandi verified functions for this library.
SSLSocks Key Features
No Key Features are available at this moment for SSLSocks.
SSLSocks Examples and Code Snippets
Copy
[ssh]
accept = 10000
connect = example.com:443
[ssh]
accept = 443
connect = 127.0.0.1:22
[rdp]
accept = 9050
connect = example.com:443
[rdp]
accept = 443
protocol = socks
[rdp]
accept = 3380
connect = example.com:443
[rdp]
accept = 443
connect =
Community Discussions
Trending Discussions on SSLSocks
QUESTION
400 Bad Request from google
Asked 2019-Jan-22 at 13:11
Every time when I try to pull google.com it just responds with 400 Bad Request. Tried changing to \n\n to \r\n but still the same problem. Since its HTTP error, I assume there is no problem with the sockets.
...ANSWER
Answered 2019-Jan-22 at 13:11to fix your code:
- the protocol is still
HTTP
- you need to terminate every line with
\r\n
also context managers help a lot and seem to be mostly supported by micropython
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SSLSocks
Install Android Studio
Download the stunnel android binary from stunnel.org, and copy it to /app/src/main/assets/stunnel
Build it using Android Studio
Download the stunnel android binary from stunnel.org, and copy it to /app/src/main/assets/stunnel
Build it using Android Studio
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page