THis was already solved in the past, try searching forums.
--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you remind me if you use any proxy settings or not? Also,
which Java version do you use?
Then I assume something does not pass your company's proxy correct. Maybe certain SSL ciphers cannot go through it...
Behind the proxy, what will your browser say if you will request
https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.3/jmeter-plugins-cmn-jmeter-0.3.jar
in it? Will it produce error?
It is all more related to these:
If you will manually build the plugins from source code, you can take jars and place them into lib/ext and lib/. But this is cumbersome process, that's why Plugins Manager were introduced.
Another option is to build desired JMeter setup outside
firewalled environment, zip it and then use it behind firewall.
There are strong reasons why old approach were worse, mainly because of library JAR conflicts and unused plugins shipped to users.
If you will obtain JAR files, then you can put them into JMeter
directories, that's what Plugin Manager does inside.
BTW you did not answer what will your browser say if you will try
to download the JAR from link...
That means that problem is specific to Java JRE. If you have read the links to StackOverflow, it boils down to having root certificates in trusted keystore.
The problem is not with JMeter certificate, but with https://search.maven.org/ certificate. One of ways is to try to install certificate for this site into Java's trusted keystore.
I will think of this problem more in my spare time, currently I
see no good solution...
I can't give it to you, because I don't have it. You have to get
it yourself like described in abovementioned articles.
I see the issue, I will work to find a solution for it.