[8.910][ANSWERED] SSL VPN Configurationfile wrong

In file *.ovpn the following Line:

tls-remote "C=Country, L=City, O=Organization, CN=astaro.domain.tld, emailAddress=urs@domain.tld"

should be:

tls-remote "/C=Country/L=City/O=Organization/CN=astaro.domain.tld/emailAddress=urs@domain.tld"

I use not the new OpenVPN Version from UTM9!
Parents
  • Well, you should.

    The format for subject DNs changed as openvpn is now supporting international character sets and the old - openssl specific - one didn't handle these right.

    If you don't want to update you need to change the tls-remote setting back to the old format manually. Looking at your post you probably did this already. =)
Reply
  • Well, you should.

    The format for subject DNs changed as openvpn is now supporting international character sets and the old - openssl specific - one didn't handle these right.

    If you don't want to update you need to change the tls-remote setting back to the old format manually. Looking at your post you probably did this already. =)
Children
No Data