cvca / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

PKCS11 encoding problem? #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting connection with token inserted,
2. password window popups up, asks for password (everything seems fine)
3. After clicking OK button the following message appears in the details window:

What is the expected output? What do you see instead?
2009-12-30 10:36:04 MANAGEMENT: CMD 'password [...]'
2009-12-30 10:36:04  but we need one of type 'Bíró Tamás token'

Token name should be 'Bíró Tamás token', so it must be some kind of encoding 
problem. I 
cannot get connected, but if I try to connect from command line with the same 
config file and 
the included openvpn binary it's working without any problem.

What version of Tunnelblick are you using? On what version of OS X? PPC or 
Intel?
OS X 10.6.2; Tunnelblick 3 (3.0b24 build 1301); OpenVPN 2 (2.1_rc20)

Original issue reported on code.google.com by tamas.b...@gmail.com on 30 Dec 2009 at 9:42

GoogleCodeExporter commented 9 years ago
Yes, it looks like we need to encode something we don't (or maybe not encode 
something we do). I assume 
that this is something new that you are doing (that it didn't work in some 
prior version of Tunnelblick).

If you are not using English already, could you try connecting after changing 
System Preferences/Language & 
Text to English? It probably won't fix the problem, but is easy to try and will 
help separate any localization (as 
opposed to encoding) issue. (You will need to quit Tunnelblick, change to 
English, and launch Tunnelblick 
again for the language change to take effect.)

Thanks.

Original comment by jkbull...@gmail.com on 30 Dec 2009 at 12:27

GoogleCodeExporter commented 9 years ago
Thanks for the quick reply. I'm using English (it's the first in the list). My 
region was Hungary (Hungarian) tho but 
still the same encoding error when I try to change it to US.

Original comment by tamas.b...@gmail.com on 30 Dec 2009 at 1:37

GoogleCodeExporter commented 9 years ago
r2774 encodes non-ASCII token names, passphrases, usernames, and passwords 
correctly.

It will be available in the next beta release.

Original comment by jkbull...@gmail.com on 28 Mar 2014 at 11:27