I am so tired of needing SSL certs or having to ignore or confirm exceptions. I decided to just create my own certificate authority, once my systems trust that, they trust any of my certs.
If you are in a sketchy place and want to use the SSL version of estrip to protect your session you can.
First accept the estrip server as a certificate authority. Using firefox it is easy, go to

and check all three boxes. Then just go to the ssl version of the site

for the rest of your trip. You can do the same thing with other browser but you will need to follow you OSes way of importing certificate authorities as chrome, safari and IE all use the OSes cert trust store unlike firefox which has its own.
As a side note flash uploads will not work without having your OS truststore accept estrip as a certificate authority, however, drag/drop and mobile site upload will.
Linux import estrip cert using certutil
curl -k -o "estrip.org.crt" "http://estrip.org/trust"
certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "estrip.org" -i estrip.org.crt
VERY cool. Thanks so much! Loving the double choice!!
Even better, now you get both drag/drop and upload button in FF and chrome!
No, it has to do with the upgrade to chrome 8 but I will fix it. It has nothing to do with the SSL? Are you using the SSL version or the regular version? and which OS. The SSL version also won't allow pics in the chat ;( Really its not necessary accept I would use it say at work, internet cafe, on someone else's internet etc.
What I meant to ask is should I be doing something to get the drag-and-drop back?
PS: I don't mind the upload button. In some circumstances, when dragging and dropping is unwieldy, the upload button is very helpful. Just wanted to let you know about this change...
I am not sure if this is connected to what you are describing in this post, but in Google Chrome 8.0.552.215, the drag-and-drop interface has reverted back to the old "upload files" button... Should I be doing something?