Are preshared secrets working?
Posted: Mon Feb 25, 2013 2:26 pm
Hello,
I use the following config file:
But it seems that unified config-files with preshared "secret" key are not working.
My Client said:
Or is it possible with "secret" option too?
I use the following config file:
Code: Select all
client
dev-type tun
ping 10
ping-restart 60
ifconfig 10.0.0.2 10.0.0.1
rport 1234
proto tcp
remote myhostname
<secret>
-----BEGIN OpenVPN Static key V1-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END OpenVPN Static key V1-----
</secret>
My Client said:
Do I really have to use certificates?EVENT: CORE_ERROR
PolarSSL: error parsing ca certificate: X509 - The certificate format is invalid, e.g. different type expected [ERR]
Or is it possible with "secret" option too?