Код: Выделить всё
Poco::Net::initializeSSL();
Poco::SharedPtr
ptrCert = new Poco::Net::ConsoleCertificateHandler(false);
SSLContext = new Context(Context::TLSV1_2_CLIENT_USE, "", Context:: VERIFY_STRICT, 9, true, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH");
Poco::Net::SSLManager::instance().initializeClient(0, ptrCert, SSLContext);
У кого-нибудь есть идеи, что еще нужно настроить, чтобы все заработало?
Подробнее здесь: https://stackoverflow.com/questions/789 ... ndroid-app
Мобильная версия