MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

No TLS on Mango's Maven repo? #20

Closed Frozenlock closed 6 years ago

Frozenlock commented 6 years ago

Error message from my building tool when trying to download BACnet4J :

Tried to use insecure HTTP repository without TLS.
terrypacker commented 6 years ago

Our repo is HTTPS, did you perhaps configure your tool to point at an HTTP URL? I've only used Maven with our Repository so I can't comment on the configuration of other tools but if you let us know what tool we can take a look?

Frozenlock commented 6 years ago

Ok, so with a little digging it seems related to the jcenter repo. https://github.com/infiniteautomation/BACnet4J/blob/master/pom.xml#L83

I've manually updated both http to https and now it works.

terrypacker commented 6 years ago

Thanks. I'll get that fix in shortly.