Skip to content

Getting error: src/ranch_proxy_protocol.erl:443:14: variable '_ClientCert' is already bound. If you mean to ignore this value, use '_' or a different underscore-prefixed name #55

@eswenson1

Description

@eswenson1

When I attempt to compile ranch_proxy_protocol with rebar3, I get this:

➜  ranch_proxy_protocol git:(master) rebar3 compile
===> Verifying dependencies...
===> Fetching ranch v1.6.2
===> Analyzing applications...
===> Compiling ranch
_build/default/lib/ranch/src/ranch_ssl.erl:141:7: Warning: ssl:ssl_accept/3 is removed; use ssl_handshake/1,2,3 instead

===> Analyzing applications...
===> Compiling ranch_proxy_protocol
===> Compiling src/ranch_proxy_protocol.erl failed
src/ranch_proxy_protocol.erl:443:14: variable '_ClientCert' is already bound. If you mean to ignore this value, use '_' or a different underscore-prefixed name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions