Forum archive
My Turn for problems with SSL Certs
So, I just migrated via TKLBAM to a Magento Hub Install. Historically a TKLBAM move would move my SSL Certs (and in fact the files did move). However the default did not take so I went to build one from scratch the way I am accostomed.
Generated a new CSR
Reissued a new CRT having submitted the new CSR (namecheap.com)
Recieved a CRT and a INTCA CRT
Dropped them in a new folder parallel to my old folder /etc/ssl/newfolder
Edited my Configuration in Apache.
But then I get the error like the following
SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)
The structure of the CERT certainly follows the pattern of my last CERT which was in a VMWare Image 32 bit build (this is 64Bit Hub new Machine from Backup to Hub)
This Discussion (or series of shotgun blasts) has a series of possible answers but not Turnkey specific: http://stackoverflow.com/questions/119336/ssl-error-rx-record-too-long-a...
Thoughts?
thanks in advance.
I'd try checking (in this order):
To check your vhost config see what site(s) is/are enabled (IIRC by default it should be 'magento' only):
Then view the actual 'site' info by browsing to the file in /etc/apache2/sites-available. E.g. assuming it is 'magento' then:
If you want to try adjusting I suggest you copy it first (with command 'cp') then edit with 'nano'.
My suspicion is that it is the first one (i.e. whilst something went wrong with the SSL migration, it is still registered somewhere, then when you added another), but who knows? maybe worth trying the second too?