File: BUGS

package info (click to toggle)
python-socksipychain 2.0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • ctags: 130
  • sloc: python: 892; sh: 15; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
KNOWN BUGS AND ISSUES
---------------------

There are no currently known bugs in this module.
There are some limits though:

1) Only outgoing connections are supported - This module currently only
supports outgoing TCP connections, though some servers may support incoming
connections as well. UDP is not supported either.

2) GSSAPI Socks5 authenticaion is not supported.

3) SSL host name verification using pyOpenSSL does not check the Subject
   ALT Name extension, only the common name.  This is due to limitations
   in pyOpenSSL itself.


If you find any new bugs, please file an issue at:

  https://github.com/pagekite/PySocksipyChain/

Thank you!