The @wiznetteam W55RP20-EVB-Pico uses pins a little differently than the W5500-EVB-Pico.
There is demo @circuitpython code, but it requires PIO and isn't compatible with the CPython socket model used by requests and connection_manager.
𝘉𝘶𝘵 it can do SSL over Ethernet in #CircuitPython just like any other W5500, using the W5500-EVB-Pico UF2 with:
𝚜𝚙𝚒 = 𝚋𝚒𝚝𝚋𝚊𝚗𝚐𝚒𝚘.𝚂𝙿𝙸(𝚌𝚕𝚘𝚌𝚔=𝚋𝚘𝚊𝚛𝚍.𝙶𝙿𝟸𝟷, 𝙼𝙾𝚂𝙸=𝚋𝚘𝚊𝚛𝚍.𝙶𝙿𝟸𝟹, 𝙼𝙸𝚂𝙾=𝚋𝚘𝚊𝚛𝚍.𝙶𝙿𝟸𝟸)