Page 1 of 1
Skip the certificate exchange
Posted: Wed Mar 13, 2019 4:02 pm
by citricks
In my project, I use blockchain and a custom script to exchange the certificates between client and server before I try the OpenVpn connection. I would like to set up the connection afterwards without the initial exchange of certificates (because it's already done).
Is it possible with just an option? Or should I custom the way the protocol work?
I hope what I say is clear

Re: Skip the certificate exchange
Posted: Wed Mar 13, 2019 4:08 pm
by TinCanTech
citricks wrote: ↑Wed Mar 13, 2019 4:02 pm
I hope what I say is clear
Not really .. but taking a guess:
citricks wrote: ↑Wed Mar 13, 2019 4:02 pm
In my project, I use blockchain and a custom script to exchange the certificates between client and server before I try the OpenVpn connection. I would like to set up the connection afterwards without the initial exchange of certificates (because it's already done).
Is it possible with just an option?
Maybe to --client-cert-not-required ..
citricks wrote: ↑Wed Mar 13, 2019 4:02 pm
Or should I custom the way the protocol work?
Hack the code .. good luck.
