Hi Fabio,
There was a bug in PI wherein even if you state https:, the error will say "Peer seems to be talking plain". The solution was to place the default https port after the host e.g
from https://google.com -> will not work with bug
to https://google.com:443 -> will work
Can you try it?
Regards,
Mark