I'm setup for EAP-TLS with following .conf file:<br><div style="font-family: "Courier New"; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-style: normal; font-weight: normal; text-decoration: none;">
<pre>network={<br> ssid="WIM-TLS"<br> proto=RSN<br> key_mgmt=WPA-EAP<br> group=CCMP<br> eap=TLS<br> identity="admin"<br> password="wpi01"<br>
ca_cert="/etc/cert/TrustedCA.pem"<br> private_key="/etc/cert/projects.pfx"<br> private_key_passwd=""<br> pairwise=CCMP<br>}<br></pre></div>
and I'm getting the following messages:<br><div style="font-family: "Courier New"; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-style: normal; font-weight: normal; text-decoration: none;">
<pre>OpenSSL: tls_connection_private_key - SSL_use_PrivateKey_File (DER) failed error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag<br>OpenSSL: pending error: error:0D06C03A:asn1 encoding routines:ASN1_D2I_EX_PRIMITIVE:nested asn1 error<br>
OpenSSL: pending error: error:0D08303A:asn1 encoding routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 error<br>OpenSSL: pending error: error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib<br>OpenSSL: pending error: error:140CB00D:SSL routines:SSL_use_PrivateKey_file:ASN1 lib<br>
OpenSSL: tls_connection_private_key - SSL_use_PrivateKey_File (PEM) failed error:0906D06C:PEM routines:PEM_read_bio:no start line<br>OpenSSL: pending error: error:140CB009:SSL routines:SSL_use_PrivateKey_file:PEM lib<br></pre>
</div>
they are only MSG_DEBUG messages and it seems to be working but is this normal or a problem with my private key file? If a problem, what is the issue? No problem was seen when I applied the projects.pfx file on a XP machine.<br>