Podcast fetching SSL content doesn't work: peer not authenticated
Brought to you by:
sindre_mehus
Hello teams,
I'm unable to download content from all SSL enabled website (for example: https://www.techno-livesets.com/feed/).
Subsonic keep saying "Peer not authenticated".
Here are detail of my setup:
I've try also Subsonic 6 beta, issue still present.
Is that an issue on my side or a bug in the program ?
Anonymous
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
[2016-02-14 17:35:58,773] INFO PodcastService - Completed scheduled Podcast refresh.
[2016-02-14 17:35:59,253] WARN PodcastService - Failed to get/parse RSS file for Podcast channel http://www.techno-livesets.com/feed/
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:421)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:126)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:437)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:644)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at net.sourceforge.subsonic.service.PodcastService.doRefreshChannel(PodcastService.java:315)
at net.sourceforge.subsonic.service.PodcastService.access$200(PodcastService.java:76)
at net.sourceforge.subsonic.service.PodcastService$4.run(PodcastService.java:294)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Had the same error. In my case I solved it by switching to openjdk7 . Before theat I was using Oracle JDK 8.
Cheers
Eyeless
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Verified as a bug; OpenJDK version doesn't play a role.