What library are you using? If you're using the REST library, add ssl_verify=false in the Library definition, like so:
Library REST
https://whatever.com. ssl_verify=false
If you're using the robot framework requests library, it should work with HTTPS , but you can add disable_warnings=1 on the Create Session keyword to eliminate the warning message you would see on each HTTP request.
Craig