Obtain SSL Fingerprint

PieterP:
That would defeat the entire point of using a fingerprint to check the server's authenticity.

This is what I need to do.

I want to connect to a devices private wifi network that it hosts and use its rest api however the api calls are https mandatory and the device has its own ssl cert.

Basically i just want to be able to talk to it and i dont care about the security but it enforces SSL. ideally I want to not have to upload its cert manually using the IDE either as I'd like to share the device I make with other users of this device which may have different certs.

Thanks