From 15th Jan 2020, maven central location is now secured with https protocol. So, we understand that maven settings and pom.xml have to be updated in our repository location with https.
But there is a question how Nexus internally manages this, please could someone advise? - Our maven based java application has a dependency groupId:org.mule.modules and artifactId:mule-module-sfdc. This artifact was never available in http://repo1.maven.org/maven2/. After 15th Jan, without any of our change, we received 501 error through Nexus for URL - http://repo1.maven.org/maven2/org/mule/modules/mule-module-sfdc/8.0.0/mule-module-sfdc-8.0.0.pom
I am bit confused here, because the same location (with http or https) never had this artifact then why it failed after 15th Jan 2020? Is it because Nexus ignores 404 error, but strictly fails for 501 error from maven central?