Nano Every ethernet SSLClient

The Nano Every works ok with HTTP and the ENC28J60 module. Is it possible to use it with SSL? If I try to compile I just get:

#include <SPI.h>
#include <EthernetENC.h>
#include <SSLClient.h>
#include "trust_anchors.h"
/home/pi/Arduino/libraries/SSLClient/src/SSLClientParameters.h:31:10: fatal error: vector: No such file or directory
 #include <vector>

I see SSLClient doesn't support the Nano Every but is there a way to use SSL with it?

Nano Every doesn't have enough memory and CPU power to encode and decode SSL