sonatype / m2eclipse-scala

108 stars 48 forks source link

unable to reach update site #45

Open gouthaminampudi opened 5 years ago

gouthaminampudi commented 5 years ago

I'm not able to reach update site at http://alchim31.free.fr/m2e-scala/update-site . can you please let me know if this working or there is a new update site

davidB commented 5 years ago

Maybe an issue with network, can you try again

curl -i http://alchim31.free.fr/m2e-scala/update-site/

HTTP/1.1 200 OK
Date: Fri, 08 Feb 2019 08:42:08 GMT
Server: Apache/ProXad [Jan 23 2019 20:05:46]
Cache-Control: no-cache, no-store, must-revalidate
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Index of /m2e-scala/update-site</TITLE>
<H1>Index of /m2e-scala/update-site</H1>
<PRE><IMG SRC="/icons/blank.gif" ALT="     "> <A HREF="?N=D">Name</A>                    <A HREF="?M=A">Last modified</A>       <A HREF="?S=A">Size</A>  <A HREF="?D=A">Description</A>
<HR>
<IMG SRC="/icons/back.gif" ALT="[DIR]"> <A HREF="/m2e-scala/">Parent Directory</A>        28-Oct-2014 08:47      -
<IMG SRC="/icons/unknown.gif" ALT="[   ]"> <A HREF="compositeArtifacts.xml">compositeArtifacts.xml</A>  13-Oct-2014 15:08     1k
<IMG SRC="/icons/unknown.gif" ALT="[   ]"> <A HREF="compositeContent.xml">compositeContent.xml</A>    13-Oct-2014 15:08     1k
<IMG SRC="/icons/folder.gif" ALT="[DIR]"> <A HREF="m2eclipse-scala/">m2eclipse-scala/</A>        13-Oct-2014 15:08      -
</PRE><HR>
<ADDRESS>Apache/ProXad [Jan 23 2019 20:05:45] Server at alchim31.free.fr Port 80</ADDRESS>
</BODY></HTML>
virtualdvid commented 4 years ago

Hi, I'm having the same problem:

P:\>curl -i http://alchim31.free.fr/m2e-scala/update-site/
curl: (7) Failed to connect to alchim31.free.fr port 80: Timed out
davidB commented 4 years ago

Are you behind a proxy / firewall / VPN that can block this host name ?

~ ❯ curl -i http://alchim31.free.fr/m2e-scala/update-site/                                                                                                                                    
HTTP/1.1 200 OK
Date: Fri, 24 Jan 2020 07:23:44 GMT
Server: Apache/ProXad [Jan 23 2019 20:05:46]
Cache-Control: no-cache, no-store, must-revalidate
Content-Type: text/html

...