[
https://issues.apache.org/jira/browse/OFBIZ-12456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17458967#comment-17458967
]
Jacques Le Roux edited comment on OFBIZ-12456 at 12/14/21, 8:01 AM:
--------------------------------------------------------------------
As a test than anything, I checked if it's possible to locally run the
testXmlRpcAdd service using HTTPS and 8443 port. I simply changed the URL and
port used in XmlRpcTests::XmlRpcTests and was successful.
The same does not work for testXmlRpcClientAdd and testXmlRpcLocalEngine
changing the url parameter in engine name="xml-rpc-local.
This error appears:
bq. Failed to read server's response: java.security.cert.CertificateException:
No name matching localhost found
That's returned by
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:161).
So out of our possible changes in OFBiz.
The same errors appears for all XMLRPC services when trying to run the
servicetests suite
bq. gradlew "ofbiz --test component=service --test suitename=servicetests"
I'll investigate if it's possible to find a solution for our supported
branches. Apache XMLRPC is no longer maintained:
https://github.com/advisories/GHSA-6vwp-35w3-xph8. Hence I wonder if we should
not deprecate, if not remove it alltogether, it in our supported branches...
was (Author: jacques.le.roux):
This is more a test than anything.
I checked it's possible to locally run the testXmlRpcAdd service with HTTPS and
8443 port. I simply changed the URL and port used in XmlRpcTests::XmlRpcTests.
The same does not work for testXmlRpcClientAdd and testXmlRpcLocalEngine by
changing the url parameter in engine name="xml-rpc-local.
This error appears:
bq. Failed to read server's response: java.security.cert.CertificateException:
No name matching localhost found
That's returned by
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:161).
So out of our possible changes i nOFBiz.
The same error appears when trying to run the servicetests suite
bq. gradlew "ofbiz --test component=service --test suitename=servicetests"
I'll investigate if it's possible to find a solution for our supported
branches. Note that Apache XMLRPC is no longer maintained:
https://github.com/advisories/GHSA-6vwp-35w3-xph8. Hence I wonder if we should
not deprecate, if not remove it alltogether, it in our supported branches...
> Migrate Ofbiz bb 0.8 config to 3.2
> ----------------------------------
>
> Key: OFBIZ-12456
> URL: https://issues.apache.org/jira/browse/OFBIZ-12456
> Project: OFBiz
> Issue Type: Task
> Components: BuildBot
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Critical
>
> This is a clone of INFRA-22279 that says:
> bq. Migrate all Ofbiz configs from ci.apache.org to c2.apache.org upgrading
> the config from 0.8 to 3.2 and changing uploads of docs to go to
> nightlies.apache.org/ofbiz instead of ci.apache.org/projects/ofbiz .
> Currently we have an issue with XMLRPC tests with BuildBot. I believe it's
> because the new BB config does not allow HTTP and/or the port 8080.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)