[ 
https://issues.apache.org/jira/browse/NETBEANS-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vítězslav Dvořák updated NETBEANS-5332:
---------------------------------------
    Description: 
Plugin updater is unable to use Http 302 redirect:

 

!image-2021-02-04-17-45-13-886.png!

With message:

Unable to connect to the NetBeans Plugin Portal because of Timeout while 
opening connection to 
[https://netbeans.apache.org/nb/plugins/dev/catalog.xml.gz]

 

The curl gives me redirect response:
{noformat}
> GET /nb/plugins/dev/catalog.xml.gz HTTP/1.1 
> Host: netbeans.apache.org 
> User-Agent: curl/7.64.0 
> Accept: */* 
>  
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 
* old SSL session ID is stale, removing 
< HTTP/1.1 302 Found 
< Date: Thu, 04 Feb 2021 16:43:00 GMT 
< Server: Apache 
< Location: https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz 
< Content-Length: 244 
< Content-Type: text/html; charset=iso-8859-1 
<  
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
<html><head> 
<title>302 Found</title> 
</head><body> 
<h1>Found</h1> 
<p>The document has moved <a 
href="https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz";>here</a>.</p>
 
</body></html>
 {noformat}
 

But the given destination 
{color:#000000}https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz{color}
 is really dead :(


 

I use fresh master from github

  was:
Plugin updater is unable to use Http 302 redirect:

 

!image-2021-02-04-17-45-13-886.png!

With message:

Unable to connect to the NetBeans Plugin Portal because of Timeout while 
opening connection to 
[https://netbeans.apache.org/nb/plugins/dev/catalog.xml.gz]

 

But the curl gives me better response:
{noformat}
> GET /nb/plugins/dev/catalog.xml.gz HTTP/1.1 
> Host: netbeans.apache.org 
> User-Agent: curl/7.64.0 
> Accept: */* 
>  
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 
* old SSL session ID is stale, removing 
< HTTP/1.1 302 Found 
< Date: Thu, 04 Feb 2021 16:43:00 GMT 
< Server: Apache 
< Location: https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz 
< Content-Length: 244 
< Content-Type: text/html; charset=iso-8859-1 
<  
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
<html><head> 
<title>302 Found</title> 
</head><body> 
<h1>Found</h1> 
<p>The document has moved <a 
href="https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz";>here</a>.</p>
 
</body></html>
 {noformat}
 

I use fresh master from github


> Unable to connect to the NetBeans Plugin Portal
> -----------------------------------------------
>
>                 Key: NETBEANS-5332
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5332
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Plugin Manager
>    Affects Versions: 12.2
>            Reporter: Vítězslav Dvořák
>            Priority: Minor
>         Attachments: image-2021-02-04-17-45-13-886.png
>
>
> Plugin updater is unable to use Http 302 redirect:
>  
> !image-2021-02-04-17-45-13-886.png!
> With message:
> Unable to connect to the NetBeans Plugin Portal because of Timeout while 
> opening connection to 
> [https://netbeans.apache.org/nb/plugins/dev/catalog.xml.gz]
>  
> The curl gives me redirect response:
> {noformat}
> > GET /nb/plugins/dev/catalog.xml.gz HTTP/1.1 
> > Host: netbeans.apache.org 
> > User-Agent: curl/7.64.0 
> > Accept: */* 
> >  
> * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 
> * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 
> * old SSL session ID is stale, removing 
> < HTTP/1.1 302 Found 
> < Date: Thu, 04 Feb 2021 16:43:00 GMT 
> < Server: Apache 
> < Location: https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz 
> < Content-Length: 244 
> < Content-Type: text/html; charset=iso-8859-1 
> <  
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 
> <html><head> 
> <title>302 Found</title> 
> </head><body> 
> <h1>Found</h1> 
> <p>The document has moved <a 
> href="https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz";>here</a>.</p>
>  
> </body></html>
>  {noformat}
>  
> But the given destination 
> {color:#000000}https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz{color}
>  is really dead :(
>  
> I use fresh master from github



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to