unsuccessful authentication from OVPN client
Posted: Sun Apr 28, 2013 7:40 am
Dear group
I have configured OVPN server on my Mikrotik router, I imported the license also and I see KR sign beside it.
In firewall also I have allowed requests from OVPN clients.
----------------
Importing licenses :
/certificate
import file=certificate-response.pem
import file=private-key.key
----------------
Firewall rule :
/ip firewall filter
add action=accept chain=input comment="OpenVPN" disabled=no dst-port=1194 protocol=tcp
--------------
the problem is :
when my client tries to connect, after inserting username/pass, receives the below error :
------------------
VERIFY ERROR: depth=1, error=unable to get issuer certificate: C=US, O=GeoTrust, Inc., CN=RapidSSL CA
TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
TLS Error: TLS object -> incoming plaintext read error
TLS Error: TLS handshake failed
Fatal TLS error (check_tls_errors_co), restarting
----------------
client configuration file :
client
dev tap
proto tcp
remote 67.55.66.181 1194
resolv-retry infinite
nobind
persist-key
persist-tun
route-metric 1
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
Ca information is placed here
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Cert content is placed here
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
Private key is placed directly into file
-----END ENCRYPTED PRIVATE KEY-----
comp-lzo
-------
Any help or guideline is appreciated.
Thank You
I have configured OVPN server on my Mikrotik router, I imported the license also and I see KR sign beside it.
In firewall also I have allowed requests from OVPN clients.
----------------
Importing licenses :
/certificate
import file=certificate-response.pem
import file=private-key.key
----------------
Firewall rule :
/ip firewall filter
add action=accept chain=input comment="OpenVPN" disabled=no dst-port=1194 protocol=tcp
--------------
the problem is :
when my client tries to connect, after inserting username/pass, receives the below error :
------------------
VERIFY ERROR: depth=1, error=unable to get issuer certificate: C=US, O=GeoTrust, Inc., CN=RapidSSL CA
TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
TLS Error: TLS object -> incoming plaintext read error
TLS Error: TLS handshake failed
Fatal TLS error (check_tls_errors_co), restarting
----------------
client configuration file :
client
dev tap
proto tcp
remote 67.55.66.181 1194
resolv-retry infinite
nobind
persist-key
persist-tun
route-metric 1
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
Ca information is placed here
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Cert content is placed here
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
Private key is placed directly into file
-----END ENCRYPTED PRIVATE KEY-----
comp-lzo
-------
Any help or guideline is appreciated.
Thank You