Hi all,
I have been trying to implement 802.1X auth on my Proxmox host via wpa_supplicant with EAP-TLS using certificates issued by this particular sites network team.
However.... No matter what I try, or how many times I get a new set of certs, I am failing on auth due to an 'openssl wrong version' or decrypt error.
I have followed just about every generic guide to configuring .1x on Debian via the wpa_supplicant but am having no luck.
Exceprt of a typical error below:
Has anyone done this successfully and could share their conf/experiences? I am using standard linux networking, 1 ethernet adapter into 1 bridge. Plugged into an access port.
Thanks
Tom
I have been trying to implement 802.1X auth on my Proxmox host via wpa_supplicant with EAP-TLS using certificates issued by this particular sites network team.
However.... No matter what I try, or how many times I get a new set of certs, I am failing on auth due to an 'openssl wrong version' or decrypt error.
I have followed just about every generic guide to configuring .1x on Debian via the wpa_supplicant but am having no luck.
Exceprt of a typical error below:
root@DB-PROX21MF:/# wpa_supplicant -c /etc/wpa_supplicant.conf -D wired -i vmbr0
Successfully initialized wpa_supplicant
vmbr0: Associated with 01:80:c2:00:00:03
vmbr0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
vmbr0: CTRL-EVENT-EAP-STARTED EAP authentication started
vmbr0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=13
vmbr0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 13 (TLS) selected
vmbr0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/DC=com/DC=21mbmn/Cxxxx' hash=xxxxxxx
vmbr0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='xxxx' hash=xxxx
vmbr0: CTRL-EVENT-EAP-PEER-ALT depth=0 DNS:xxxxx
SSL: SSL3 alert: write (local SSL3 detected an error):fatal:protocol version
OpenSSL: openssl_handshake - SSL_connect error:0A00010B:SSL routines::wrong version number
vmbr0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
^Cvmbr0: CTRL-EVENT-DISCONNECTED bssid=xxxxx3 reason=3 locally_generated=1
vmbr0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="" auth_failures=1 duration=10 reason=AUTH_FAILED
vmbr0: CTRL-EVENT-DSCP-POLICY clear_all
vmbr0: CTRL-EVENT-DSCP-POLICY clear_all
vmbr0: CTRL-EVENT-TERMINATING
Has anyone done this successfully and could share their conf/experiences? I am using standard linux networking, 1 ethernet adapter into 1 bridge. Plugged into an access port.
Thanks
Tom