You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Christian (Jira)" <ji...@apache.org> on 2019/10/07 14:46:00 UTC

[jira] [Created] (MRM-2003) The owner of this website (www.terracotta.org) has banned your access based on your browser's signature (521f0006ab85c286-ua21).

Christian created MRM-2003:
------------------------------

             Summary: The owner of this website (www.terracotta.org) has banned your access based on your browser's signature (521f0006ab85c286-ua21).
                 Key: MRM-2003
                 URL: https://issues.apache.org/jira/browse/MRM-2003
             Project: Archiva
          Issue Type: Bug
    Affects Versions: 2.2.4
            Reporter: Christian


I set up a new Archiva 2.2.4 (the standalone version: [apache-archiva-2.2.4-bin.tar.gz)|http://mirror.dkd.de/apache/archiva/2.2.4/binaries/apache-archiva-2.2.4-bin.tar.gz)] and get then from my local maven (after switching to the new Archiva via settings.xml):

{code:java}
[ERROR] Plugin org.apache.maven.plugins:maven-failsafe-plugin:2.18.1 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:2.18.1 in internal (http://archiva.FOO.intern:8080/archiva/repository/internal/)
{code}

 ... Investigate ...

It seems so, that the indexer works together with _www.terracotta.org_ (from my Wireshark).

{code:java}
GET /kit/reflector?pageID=update.properties&patch=UNKNOWN&tc-product=ehcache-core+2.7.5&tc-version=2.7.5&uptime-secs=11&kidID=ehcache.default&jvm-version=12.0.2&os-name=Linux&id=-1408104395&source=ehcache-core&jvm-name=OpenJDK+64-Bit+Server+VM&platform=amd64
Host: www.terracotta.org
User-Agent: Java/1.8.0_222
{code}

But from that side my archiva virtual machine gets only the subjected message.

{code:java}
The owner of this website (www.terracotta.org) has banned your access based on your browser's signature (521f0006ab85c286-ua21).
{code}

My first thought was, that this message would be generated, because Java8 is EOL. Also switched I my linux VM (opensuse tumbleweed) to java12, but get only a lot of Exceptions after restarting Archiva. That would not better after asking the big brother, downloading the following jars and adding the lines in the wrapper,conf.

{code:java}
wrapper.java.classpath.27=/home/archiva/jaxb-api-2.3.0.jar
wrapper.java.classpath.28=/home/archiva/jaxb-core-2.3.0.jar
wrapper.java.classpath.29=/home/archiva/jaxb-impl-2.3.0.jar
{code}

But nevertheless I get another user agent:

{code:java}
User-Agent: Java/12.0.2
{code}

and another bann message:

{code:java}
You don't have permission to access /kit/reflector on this server.
{code}

Exists a quick solution that my local Archiva could run (again)?

Thanks, cu.



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