We are using Sitecore 6.2 and required to use SSL on the Sitecore admin site.
Everything works perfectly except that when saving the content in the Rich Text editor (clicking ACCEPT button), all URLs to the media library items will be added with "https://....(our domain address)". For example,
"~/media/70E900F781E24A66915FA97E283C148E"
to
"https://www.mywebsite.com/~/media/70E900F781E24A66915FA97E283C148E"
The workaround is to go to HTML editor and manually remove the "https://..." part. If we remove the SSL, then the addition won't happen and it'll work fine.
I'm assuming having the Sitecore admin site on SSL is not rare so I wonder if there is a way to deal with this. Thanks!