glycoinfo / GlycanBuilder2

7 stars 5 forks source link

Can't (easily) compile because nexus.glycoinfo.org HTTPS certificate is bad... #59

Open edwardsnj opened 1 year ago

edwardsnj commented 1 year ago

Maven is trying to pull resources MolecularFramework. The pom.xml file gives an incorrect URL:

https:/nexus.glycoinfo.org/content/groups/public

(note single slash after https:)

However, even when I fix this, I get a HTTPS certificate error from maven for nexus.glycoinfo.org because that name (*.glycoinfo.org) is not listed in the valid certificate names.

Thanks,

yamadaissaku commented 1 year ago

Thank you for contacting us about the typo in the URL. In addition, the nexus server is managed by Soka University, so we are asking for support.

AgentBread commented 1 year ago

@yamadaissaku do you have an ETA for this fix? Alternatively, what would be the most efficient way to compile the project? Thank you :)