JDownloader Community - Appwork GmbH
 

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 03.03.2017, 17:52
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default filescdn.com error

Not work me all files this host
filescdn.com
(net::ERR_BAD_SSL_CLIENT_AUTH_CERT)
**External links are only visible to Support Staff****External links are only visible to Support Staff**
  #2  
Old 03.03.2017, 19:04
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Works fine here. Also the error is very strange because JDownloader doesn't use any client_auth_cert at all!
How about providing a full log?
__________________
JD-Dev & Server-Admin
  #3  
Old 03.03.2017, 19:24
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

------------------------Thread: 110:GlobalBrowser.log-----------------------
--ID:110TS:1488565442237-3/3/17 7:24:02 PM - [] -> javax.net.ssl.SSLHandshakeException: Received fatal alert: access_denied
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
at sun.security.ssl.AppOutputStream.write(Unknown Source)
at java.io.OutputStream.write(Unknown Source)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.sendRequest(HTTPConnectionImpl.java:1440)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.connect(HTTPConnectionImpl.java:750)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.finalizeConnect(HTTPConnectionImpl.java:1001 )
at jd.http.Request.connect(Request.java:315)
at jd.http.Request.connect(Request.java:302)
at jd.http.Browser.openRequestConnection(Browser.java:1419)
at jd.http.Browser.openRequestConnection(Browser.java:1379)
at jd.controlling.linkcrawler.LinkCrawler.openCrawlDeeperConnection(LinkCrawler.java:868)
at jd.controlling.linkcrawler.LinkCrawler.openCrawlDeeperConnection(LinkCrawler.java:805)
at jd.controlling.linkcrawler.LinkCrawler.crawlDeeperOrMatchingRule(LinkCrawler.java:981)
at jd.controlling.linkcrawler.LinkCrawler$16.crawling(LinkCrawler.java:1449)
at jd.controlling.linkcrawler.LinkCrawlerRunnable.run_now(LinkCrawlerRunnable.java:104)
at jd.controlling.linkcrawler.LinkCrawlerRunnable.run(LinkCrawlerRunnable.java:34)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
  #4  
Old 03.03.2017, 19:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

@Jiaz
Is this a problem on his side?

Works fine here ...

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #5  
Old 03.03.2017, 19:58
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Possible auto change from HTTPS(problem) to HTTP(OK)?
  #6  
Old 03.03.2017, 20:09
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

No.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #7  
Old 06.03.2017, 14:19
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

This is a bug in the Global Browser.
This is a more complicated problem.
Only the developer can correct this error, which can occur on some machines.
  #8  
Old 06.03.2017, 14:31
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Issue on his site. JDownloader doesn't make use of *Client Auth Certs* nor has any support for them. So error message (net::ERR_BAD_SSL_CLIENT_AUTH_CERT) is a good sign that the connection hasn't initiated by JDownloader
__________________
JD-Dev & Server-Admin
  #9  
Old 06.03.2017, 15:21
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

It will not work becasue JD2 redirects the ads to https, it should redirect to http

Works only in the browser well, eg. In Internet Explorer

Workaround:
Please change to User-Agent(!) to IE11
  #10  
Old 06.03.2017, 15:23
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Quote:
Originally Posted by djmakinera View Post
This is a bug in the Global Browser.
This is a more complicated problem.
Only the developer can correct this error, which can occur on some machines.
Oh okay. Seems you know more about the code than we do. So why not fix it yourself?! Did you read the part of my answer.
And a quick google search also shows that this error can happen with wrong server configuration.
__________________
JD-Dev & Server-Admin
  #11  
Old 06.03.2017, 15:24
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Quote:
Originally Posted by djmakinera View Post
It will not work becasue JD2 redirects the ads to https, it should redirect to http

Works only in the browser well, eg. In Internet Explorer

Workaround:
Please change to User-Agent(!) to IE11
You know that User-Agent is part of the http traffic that goes over the ssl tcp connection. Guess what....ssl tcp happens LONG before any user-agent is send over connection. Again a sign that you don't know what you are talking about
__________________
JD-Dev & Server-Admin
  #12  
Old 06.03.2017, 15:25
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

How to set User-Agent:

Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
  #13  
Old 06.03.2017, 15:46
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

so it will never work in JD2, cannot decrypt

but in the browser Chrome, IE, Mozilla - yes, work for me (when user-agent change).
but only modify the settings JD2 other tool
  #14  
Old 06.03.2017, 15:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

There is no need to change the user agent.
1.) it works fine with same plugin/useragent for me and others
2.) ssl error happen LONG before the first bit of user-agent is send over tcp connection.
__________________
JD-Dev & Server-Admin
  #15  
Old 06.03.2017, 15:58
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Replace shitty https to http and will ALWAYS WORK.
but I have to manually change hundreds of links redirects.
  #16  
Old 06.03.2017, 16:05
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

solved,
  #17  
Old 06.03.2017, 16:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

How about providing a full logfile ID?
okay..solved. good
__________________
JD-Dev & Server-Admin
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 22:40.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.