We have moved to a new Sailfish OS Forum. Please start new discussions there.
![]() | 1 | initial version | posted 2020-02-08 12:09:25 +0200 |
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:
So it looks like i also have to enter the anonymous_identity and the domain-suffix-match. Or do I basically misunderstand something?
![]() | 2 | retagged |
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:
So it looks like i also have to enter the anonymous_identity and the domain-suffix-match. Or do I basically misunderstand something?