haugene / vpn-configs-contrib

A collection of configs for various VPN providers
GNU General Public License v3.0
184 stars 749 forks source link

VPNUNLIMITED out #233

Closed Geneocide closed 10 months ago

Geneocide commented 1 year ago

Is there a pinned issue for this?

Is there an existing or similar issue for this?

Is there any comment in the documentation for this?

Is this related to the container/transmission?

Are you using the latest release?

Have you tried using the dev branch latest?

Config used

PATH, OPENVPN_USERNAME and OPENVPN_PASSWORD not pictured image

Current Behavior

I'll put the screenshot of the logs below. the actual error is ca md too weak. Seems like the VPNUNLIMITED configurations are no good.

Expected Behavior

connect to Open VPN

How have you tried to solve the problem?

I tried several different VPNUNLIMITED ovpn files present. I also tried modifying the ovpn with various suggestions to try to reduce error reporting, but I don't think I'm doing it right.

Log output

image

Environment

- OS: Synology DSM 7.2-64570 Update 1
- Docker:

Anything else?

No response

Scoobdriver commented 1 year ago

Do you have tls-cipher=DEFAULT:@SECLEVEL=0 in your config file ?

Geneocide commented 1 year ago

No. I don't know where the config file I need to edit is, I guess.

Scoobdriver commented 1 year ago

This would be your .ovpn file . I had this issue as vpnunlimtted have not upgraded their ciphers (I think ) so this line reduces the security level I believe. If you do a search there is a thread on it.

Geneocide commented 1 year ago

ok. Yeah, I think I tried this but it said it didn't recognize the command, so I assume I did it wrong. Oh, just figured it out. I had to do it in the tls-cipher "DEFAULT:@SECLEVEL=0" format. I'm a novice at this stuff so I need more detailed instructions than are easy to find often time. So, sorry for the clutter if this is unhelpful post. And thanks for the assist.