Description
I don't know whether this is really a bug in the Stream network but attempting to connect using a Stream (ARM) sim with
iface->set_credentials("stream.co.uk", "streamip", "streamip");
fails unless PAP is used in the UBLOX_AT_CellularContext constructor....
UBLOX_AT_CellularContext::UBLOX_AT_CellularContext(ATHandler &at, CellularDevice *device, const char *apn, bool cp_req, bool nonip_req) :
AT_CellularContext(at, device, apn, cp_req, nonip_req)
{
// The authentication to use
//PAP seems to be required as the default in order for STREAM sims to work
_auth = NSAPI_SECURITY_PAP;
}
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug