Hmm so I'm not well versed in Java, but it seems like something is not happy about my cert. I don't have any issues using Chrome, Firefox, or the Android browser when going to my site though.
I checked the log and did some googling, which led me to validate I have a complete cert chain, which I do, so I'm not sure what's happening. I think this is the relevant part of the log:
Code:
2014-04-01 13:53:31.000: ContentServer: creating connection to https://mysite.myurl.com
2014-04-01 13:53:31.186: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.187: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.187: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.188: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.189: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.189: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.190: Error decrypting. Probably using wrong key.
2014-04-01 13:53:31.191: ContentServer: checking authentication
2014-04-01 13:53:31.277: Exception in OnContentServerFound: probably connection failed because CS not running
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
at com.android.org.conscrypt.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:146)
I did notice Firefox does actually warn about my site not being completely encryped, but I believe that is because Calibre loads an icon from calibre-ebook.com over http.
Any ideas?
Thanks!