xingplus / tunnelblick

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

Cannot load certificate file client.crt #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this is the problem i have, 
please help me here.. 
thanks a million
appreently i had file of 
stealthy connection.open
ca.crt
client.ovpn
but i do not know how to load it in the route?
and i have been trying different routes..
it just seems not to work.. 
can anyone help me here.....
please...*)

2009-09-17 12:51:31 Tunnelblick 3 (3.0b16 build 575); OpenVPN 2 (2.1_rc19)
2009-09-17 12:51:34 SUCCESS: pid=576
2009-09-17 12:51:34 SUCCESS: real-time state notification set to ON
2009-09-17 12:51:34 SUCCESS: real-time log notification set to ON
2009-09-17 12:51:34 OpenVPN 2.1_rc19 i386-apple-darwin9.8.0 [SSL] [LZO2]
[PKCS11] built on Aug 22 2009
2009-09-17 12:51:34 MANAGEMENT: TCP Socket listening on 127.0.0.1:1337
2009-09-17 12:51:34  waiting...
2009-09-17 12:51:34 MANAGEMENT: Client connected from 127.0.0.1:1337
2009-09-17 12:51:34 MANAGEMENT: CMD 'pid'
2009-09-17 12:51:34 MANAGEMENT: CMD 'state on'
2009-09-17 12:51:34 MANAGEMENT: CMD 'log on all'
2009-09-17 12:51:34 END
2009-09-17 12:51:34 MANAGEMENT: CMD 'hold release'
2009-09-17 12:51:34 SUCCESS: hold release succeeded
2009-09-17 12:51:34 WARNING: No server certificate verification method has
been enabled.  See http://openvpn.net/howto.html#mitm for more info.
2009-09-17 12:51:34 NOTE: the current --script-security setting may allow
this configuration to call user-defined scripts
2009-09-17 12:51:34 Cannot load certificate file client.crt:
error:02001002:system library:fopen:No such file or directory:
error:20074002:BIO routines:FILE_CTRL:system lib: error:140AD002:SSL
routines:SSL_CTX_use_certificate_file:system lib

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of Tunnelblick are you using? On what version of OS X? PPC or
Intel?

Please provide any additional information below.

Original issue reported on code.google.com by taoy...@gmail.com on 17 Sep 2009 at 4:54

GoogleCodeExporter commented 9 years ago
forget to past the 
mac os x 10.5.6
Tunnelblick 3 (3.0b16 build 575)
OpenVPN 2 (2.1_rc19)

Original comment by taoy...@gmail.com on 17 Sep 2009 at 4:57

GoogleCodeExporter commented 9 years ago
If I understand correctly, you want to know where to put the following files:
     stealthy connection.open
     ca.crt
     client.ovpn

They go in ~/Library/openvpn

Notice the "~" -- that means home folder. So the files go in the "openvpn" 
folder which is in the "Library" 
folder which is in your home folder.

Does this help?

Original comment by jkbull...@gmail.com on 17 Sep 2009 at 10:33

GoogleCodeExporter commented 9 years ago
I just noticed "stealthy connection.open". Is that a mistyping of "stealthy 
connection.ovpn"? A file type of ".open" 
won't be recognized, but a file type "ovpn" is an OpenVPN configuration file.

Original comment by jkbull...@gmail.com on 17 Sep 2009 at 10:36

GoogleCodeExporter commented 9 years ago
yes
thank you so much...
but i past it on the home folder where the openvpn shown, and copy it.. but 
still
it shows as below:
is there anything i miss?
i do not know about this open vpn thing.. really difficult to get it work!!!
is there anything i can do with it?

2009-09-17 20:22:08 Tunnelblick 3 (3.0b16 build 575); OpenVPN 2 (2.1_rc19)
2009-09-17 20:22:11 SUCCESS: pid=813
2009-09-17 20:22:11 SUCCESS: real-time state notification set to ON
2009-09-17 20:22:11 SUCCESS: real-time log notification set to ON
2009-09-17 20:22:11 OpenVPN 2.1_rc19 i386-apple-darwin9.8.0 [SSL] [LZO2] 
[PKCS11]
built on Aug 22 2009
2009-09-17 20:22:11 MANAGEMENT: TCP Socket listening on 127.0.0.1:1338
2009-09-17 20:22:11  waiting...
2009-09-17 20:22:11 MANAGEMENT: Client connected from 127.0.0.1:1338
2009-09-17 20:22:11 MANAGEMENT: CMD 'pid'
2009-09-17 20:22:11 MANAGEMENT: CMD 'state on'
2009-09-17 20:22:11 MANAGEMENT: CMD 'log on all'
2009-09-17 20:22:11 END
2009-09-17 20:22:11 MANAGEMENT: CMD 'hold release'
2009-09-17 20:22:11 SUCCESS: hold release succeeded
2009-09-17 20:22:11 WARNING: No server certificate verification method has been
enabled.  See http://openvpn.net/howto.html#mitm for more info.
2009-09-17 20:22:11 NOTE: the current --script-security setting may allow this
configuration to call user-defined scripts
2009-09-17 20:22:11 Cannot load certificate file client.crt: 
error:02001002:system
library:fopen:No such file or directory: error:20074002:BIO 
routines:FILE_CTRL:system
lib: error:140AD002:SSL routines:SSL_CTX_use_certificate_file:system lib

Original comment by taoy...@gmail.com on 17 Sep 2009 at 12:27

GoogleCodeExporter commented 9 years ago
The configuration file apparently specifies that the certificate file is named 
"client.crt", but the certificate file you 
have is named "ca.crt". Maybe you just need to rename that file.

If that doesn't work, you might get more help from the OpenVPN mailing list at
http://openvpn.net/index.php/open-source/documentation/miscellaneous/61-mailing-
lists.html
they are the OpenVPN experts, and this is an OpenVPN configuration problem, not 
a Tunnelblick problem.

Original comment by jkbull...@gmail.com on 17 Sep 2009 at 12:52

GoogleCodeExporter commented 9 years ago
thank you very much
i will keep on working on it..*)

Original comment by taoy...@gmail.com on 17 Sep 2009 at 1:53

GoogleCodeExporter commented 9 years ago
Have you solved this issue ? I've got the same problem.

Original comment by nowakrys...@gmail.com on 3 Oct 2009 at 2:44

GoogleCodeExporter commented 9 years ago
This isn't an issue with Tunnelblick; it is a configuration problem.

Use the Tunnelblick Discussion Group at
     http://groups.google.com/group/tunnelblick-discuss
to discuss such problems.

Original comment by jkbull...@gmail.com on 3 Oct 2009 at 5:35