I am getting an SSL error when tring to tie the console to one of my virtual instances

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)

I have been looking at the cert not sure why I exceeding the maximum length?

Status: 
Active

Comments

Howdy -- there's a few possible causes for that.

One is that there's a problem with the SSL certificate. The SSL cert, key, or CA cert could be incorrect or invalid... maybe they some how got mixed up (for example, if the key was added to the cert field, and the cert to the key field).

Another possible cause is if anything is intercepting outgoing HTTPS traffic originating from your desktop. For example, a proxy server. If there's any kind of proxy server setup on your LAN that does something with HTTPS traffic, you may want to review that configuration.