We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2020-02-08 12:09:25 +0200

eduroam with custom .pem-file

Hi there, this may be a duplicate somehow, but I did not found a solution so far for my problem. My University provides a eduroam access. Therefor you can download a wpa-supplicant.conf together with a ca.pem file for your login. The wpa-supplicant.conf looks like:

network={
   ca_cert="/path/to/ca.pem"
   ssid="eduroam"
   key_mgmt=WPA-EAP
   pairwise=CCMP
   group=CCMP TKIP
   eap=PEAP
   identity="xyz@myuniversity.de"
   domain_suffix_match="radius2030.myuniversity.de"
   phase2="auth=MSCHAPV2"
   password="mysecretpassword"
   anonymous_identity="wpasupplicantconfapp_ca2030@myuniversity.de"
}

It seems to be necessary to use the pem-file. I can choose that in the Setup-Dialog on Sailfish. But finally the connection will not work if i choose in this dialogue:

  • Mode: WPA-EAP (PEAP)
  • EAP-Methode: PEAP
  • Version: Automatically
  • Inner Auth: MSCHAPv2
  • CA Cert: Filesystem (ca.pem)
  • Identity: From "identity" in wpa-supplicant.conf
  • Password: From "password" in in wpa-supplicant.conf

So it looks like i also have to enter the anonymous_identity and the domain-suffix-match. Or do I basically misunderstand something?

eduroam with custom .pem-file

Hi there, this may be a duplicate somehow, but I did not found a solution so far for my problem. My University provides a eduroam access. Therefor you can download a wpa-supplicant.conf together with a ca.pem file for your login. The wpa-supplicant.conf looks like:

network={
   ca_cert="/path/to/ca.pem"
   ssid="eduroam"
   key_mgmt=WPA-EAP
   pairwise=CCMP
   group=CCMP TKIP
   eap=PEAP
   identity="xyz@myuniversity.de"
   domain_suffix_match="radius2030.myuniversity.de"
   phase2="auth=MSCHAPV2"
   password="mysecretpassword"
   anonymous_identity="wpasupplicantconfapp_ca2030@myuniversity.de"
}

It seems to be necessary to use the pem-file. I can choose that in the Setup-Dialog on Sailfish. But finally the connection will not work if i choose in this dialogue:

  • Mode: WPA-EAP (PEAP)
  • EAP-Methode: PEAP
  • Version: Automatically
  • Inner Auth: MSCHAPv2
  • CA Cert: Filesystem (ca.pem)
  • Identity: From "identity" in wpa-supplicant.conf
  • Password: From "password" in in wpa-supplicant.conf

So it looks like i also have to enter the anonymous_identity and the domain-suffix-match. Or do I basically misunderstand something?