View Single Post
Old 04-08-2015, 08:16 PM   #13
bossanova808
Enthusiast
bossanova808 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Apr 2011
Device: Many
Hmm, ok, it seems it is using verifypeer with ssl? I changed from GoDaddy to RapidSSL certificate a while back...but it's still a full certificate.

Most stuff turns verifypeer off in general, for compatibility with self signed etc.

2015-04-08 20:27:59.989: ContentServer: my ip address is: 192.168.1.2
2015-04-08 20:27:59.991: Networking: checking if connect possible to iport https://XXXX.net:202/CA/:0
2015-04-08 20:28:00.059: Networking: Can connect to XXXX.net:202
2015-04-08 20:28:00.060: ContentServer: returning fixed values: ipaddress=https://XXXX.net:202/CA/, port=0
2015-04-08 20:28:00.243: ContentServer: creating connection to https://XXXX.net:202/CA/
2015-04-08 20:28:00.382: Error decrypting. Probably using wrong key.
2015-04-08 20:28:00.383: ContentServer: checking authentication
2015-04-08 20:28:00.476: Exception in OnContentServerFound: probably connection failed because CS not running
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
at com.android.org.conscrypt.SSLNullSession.getPeerCe rtificates(SSLNullSession.java:104)
at a.a.a.e.d.a.a(Source:128)
at a.a.a.e.d.e.a(Source:572)
at a.a.a.h.c.e.a(Source:180)
at a.a.a.h.c.m.a(Source:294)
at a.a.a.h.b.m.a(Source:640)
at a.a.a.h.b.m.a(Source:479)
at a.a.a.h.b.a.a(Source:902)
at a.a.a.h.b.a.a(Source:801)
at com.multipie.cclibrary.Opds.r.b(Source:209)
at com.multipie.cclibrary.Opds.r.d(Source:221)
at com.multipie.cclibrary.Opds.ap.a(Source:400)
at com.multipie.cclibrary.Opds.ap.doInBackground(Sour ce:1)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.jav a:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTas k.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
2015-04-08 20:28:00.492: Log flush
2015-04-08 20:28:00.519: ContentServer: shutting down connection
2015-04-08 20:28:00.520: OPDS: onPostExecute: status NO_CS
2015-04-08 20:28:00.911: onSaveInstanceState
2015-04-08 20:28:00.915: BaseActivity onStop
2015-04-08 21:55:15.931: OPDS reconnect
2015-04-08 21:55:15.950: ContentServer: creating connection to https://XXXX.net:202/CA/
2015-04-08 21:55:16.060: Error decrypting. Probably using wrong key.
2015-04-08 21:55:16.061: ContentServer: checking authentication
2015-04-08 21:55:18.398: onActivityResult req=1, res=-1
2015-04-08 21:55:18.410: BaseActivity onStart
2015-04-08 21:55:18.411: onResume
2015-04-08 21:55:18.414: setupScrollThumb onLeft=false, inGrid=true, inList=true, inDrawer=true, always=false
2015-04-08 21:55:18.583: setGroupingEnabled isEnabled=true
2015-04-08 21:55:18.968: ContentServer: shutting down connection
2015-04-08 21:55:19.924: onPrepareOptionsMenu
2015-04-08 21:55:19.941: setGroupingEnabled isEnabled=true
2015-04-08 21:55:22.827: onPause
2015-04-08 21:55:23.583: onSaveInstanceState
2015-04-08 21:55:23.585: BaseActivity onStop
bossanova808 is offline   Reply With Quote