Giter Club home page Giter Club logo

Comments (5)

chanlists avatar chanlists commented on June 20, 2024 1
<auth-user-pass>
username
pass
</auth-user-pass>

Thanks! Ugly workaround, but it fixes it for now. I will get back to you with another question concerning the ReverseProxy setup... Best wishes,

Christian

from openvpn-auth-oauth2.

jkroepke avatar jkroepke commented on June 20, 2024

You should not define auth-user-pass on client

from openvpn-auth-oauth2.

chanlists avatar chanlists commented on June 20, 2024

Thanks for the rapid answer! If I do not put this in, it fails and in the logs I get:

2024-03-04 14:59:34 Note: --cipher is not set. OpenVPN versions before 2.5 defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers.
Options error: No client-side authentication method is specified.  You must use either --cert/--key, --pkcs12, or --auth-user-pass
Use --help for more information.

Neither of the other suggestions seemed to make much sense... Thanks again!

Christian

from openvpn-auth-oauth2.

jkroepke avatar jkroepke commented on June 20, 2024

Thats exactly this: OpenVPN/openvpn#501

A potential workaround would define username/password inline (inside openvpn conf):

<auth-user-pass>
username
pass
</auth-user-pass>

It was documented recently, that this feature exists, but I have no idea, since which OpenVPN version it works.

from openvpn-auth-oauth2.

jkroepke avatar jkroepke commented on June 20, 2024

I have extend the FAQ here: https://github.com/jkroepke/openvpn-auth-oauth2/wiki/FAQ#options-error-no-client-side-authentication-method-is-specified

from openvpn-auth-oauth2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.