pushed a fix for you:

https://github.com/tomerfiliba/rpyc/commit/85d83e575fba542c56b34e97d7a5eb39d9d9e30f

-tomer

-----------------------------------------------------------------

*Tomer Filiba*
tomerfiliba.com     <http://www.facebook.com/tomerfiliba>
<http://il.linkedin.com/in/tomerfiliba>

On Sun, Jan 18, 2015 at 8:55 AM, 王梦尘 <[email protected]> wrote:

> Hi:
>     My English is so so,Please bear with me!!
>
>     I want use ssl_connect connect to rpyc server,But it always report
> errors.
>
>     Server site:
>
>
>
> <https://lh3.googleusercontent.com/-dnjknWpGSAU/VLtXHVhO_jI/AAAAAAAAALQ/mZAO0fncnVw/s1600/JOBW%29E2_0L%5DJ%7DVXLS%5D%5BQM%60R.jpg>
>
>     Client Site:
>
>
>
> <https://lh6.googleusercontent.com/-qTxDylFyw_0/VLtXkUtVK3I/AAAAAAAAALY/Fw0vW42Jg4k/s1600/G2%60%7D9DRS%5B5NXD%28L2%255J8X5V.png>
>
>
>     Certificate generation command:
>
>
>         # CA证书
>         openssl genrsa -aes256 -out private/ca.key.pem 2048
>         mv private/ca.key.pem private/ca.key.pem.encrypt
>         openssl rsa -in private/ca.key.pem.encrypt -out private/ca.key.pem
>         openssl req -new -key private/ca.key.pem -out private/ca.csr -subj
> "/C=CN/ST=SH/L=SH/O=mc/OU=mc/CN=
> aoms.mengchen.org/[email protected]"
>         openssl x509 -req -days 10000 -sha1 -extensions v3_ca -signkey
> private/ca.key.pem -in private/ca.csr -out certs/ca.cer
>
>         # 服务器证书
>         openssl genrsa -aes256 -out private/server.key.pem 2048
>         mv private/server.key.pem private/server.key.pem.encrypt
>         openssl rsa -in private/server.key.pem.encrypt -out
> private/server.key.pem
>         openssl req -new -key private/server.key.pem -out
> private/server.csr -subj "/C=CN/ST=SH/L=SH/O=mc/OU=mc/CN=
> 127.0.0.1/[email protected]" -nodes
>         openssl x509 -req -days 3650 -sha1 -extensions v3_req -CA
> certs/ca.cer -CAkey private/ca.key.pem -CAserial ca.srl -CAcreateserial -in
> private/server.csr -out certs/server.cer
>
>         # 客户端证书
>         openssl genrsa -aes256 -out private/client.key.pem 2048
>         mv private/client.key.pem private/client.key.pem.encrypt
>         openssl rsa -in private/client.key.pem.encrypt -out
> private/client.key.pem
>         openssl req -new -key private/client.key.pem -out
> private/client.csr -subj "/C=CN/ST=SH/L=SH/O=mc/OU=mc/CN=FMC/emailAddress=
> [email protected]"
>         openssl ca -days 3650 -in private/client.csr -out certs/client.cer
> -cert certs/ca.cer -keyfile private/ca.key.pem
>
>
>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "rpyc" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"rpyc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to