Author Topic: Will BolehVPN work with rapidshare.  (Read 16230 times)

Offline cklau

  • BolehVPN Subscriber
  • Newbie
  • **
  • Posts: 5
Re: Will BolehVPN work with rapidshare.
« Reply #15 on: November 16, 2009, 03:44:31 PM »
I did a small rapidshare download test just now.
Streamyx Direct download = 2.9KB/s
BolehVPN Browser Proxy = 22.6KB/s
BolehVPN US Surfing Streaming = 90.8KB/s

Nice to have BolehVPN  ;D

thaisxs

  • Guest
Re: Will BolehVPN work with rapidshare.
« Reply #16 on: November 16, 2009, 04:10:37 PM »
can it works with jdownloader?

Offline joechong

  • BolehVPN Subscriber
  • Boatswain
  • **
  • Posts: 45
Re: Will BolehVPN work with rapidshare.
« Reply #17 on: November 16, 2009, 10:03:37 PM »
1. Can all the configuration files provided that works in a Window environment work as well in a Linux box?
2. Any installation guide of command-line VPN for Unix?

1. Yes

2. This is what I use:
Code: [Select]
sudo openvpn --cert "/Path/To/UserName.crt" --config "/Path/To/Config_File.ovpn"

I tried the approach you mentioned, this is the command I typed in (I'm at the same directory where the cert and config file is located):
openvpn --cert JoeChong.crt --config openvpn.conf

I'm getting the following message from the execution results:
Code: [Select]
Mon Nov 16 21:44:06 2009 OpenVPN 2.1_rc15 powerpc-603e-linux [SSL] [LZO1] built on Feb 23 2009
Mon Nov 16 21:44:06 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Nov 16 21:44:06 2009 WARNING: file 'joechong.key' is group or others accessible
Mon Nov 16 21:44:06 2009 ******* WARNING *******: null cipher specified, no encryption will be used
Mon Nov 16 21:44:06 2009 UDPv4 link local: [undef]
Mon Nov 16 21:44:06 2009 UDPv4 link remote: 212.117.164.177:1194
Mon Nov 16 21:44:11 2009 VERIFY ERROR: depth=1, error=self signed certificate in certificate chain: /C=MY/ST=WP/L=KualaLumpur/O=VPNService/OU=CertAuth/CN=VPN-Server/emailAddress=amin.scg@gmail.com
Mon Nov 16 21:44:11 2009 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Mon Nov 16 21:44:11 2009 TLS Error: TLS object -> incoming plaintext read error
Mon Nov 16 21:44:11 2009 TLS Error: TLS handshake failed
Mon Nov 16 21:44:11 2009 SIGUSR1[soft,tls-error] received, process restarting

The error seems to be @
<code>Mon Nov 16 21:44:11 2009 VERIFY ERROR: depth=1, error=self signed certificate in certificate chain: /C=MY/ST=WP/L=KualaLumpur/O=VPNService/OU=CertAuth/CN=VPN-Server/emailAddress=amin.scg@gmail.com
Mon Nov 16 21:44:11 2009 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
</code>

But, executing it from Windows is perfectly fine. Is there something missing from the cert part that I need to update?

Offline joechong

  • BolehVPN Subscriber
  • Boatswain
  • **
  • Posts: 45
Re: Will BolehVPN work with rapidshare.
« Reply #18 on: November 16, 2009, 10:05:00 PM »
can it works with jdownloader?

I tested with jdownloader, it worked from my end. All you need to do is point jdownloader to the correct http or socks proxy as specified by bolehvpn.

Offline ShadowTek

  • BolehVPN Subscriber
  • Lieutenant
  • **
  • Posts: 107
Re: Will BolehVPN work with rapidshare.
« Reply #19 on: November 17, 2009, 01:02:38 AM »
But, executing it from Windows is perfectly fine. Is there something missing from the cert part that I need to update?

I've never had that issue, so I'm not sure what the problem is.

Actually, the only reason that I specify the --cert path in the command is because it won't read its path from the config file, even though it *is* specified there. The username.key file is specified in the config file, and it *is* properly referenced, but it won't work for the username.cert file for some reason.

I'm not sure what the deal with that is.

Maybe your problem is related? Maybe it needs you to specify the existence of ca.crt?

Just a wild guess.