OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.

Home Page:https://github.com/OneBusAway/onebusaway-gtfs-modules/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should OneBusAway repo use https?

gmellemstrand opened this issue · comments

OpenTripPlanner uses OneBusAway as a dependency. This is the only repository left that does not use https. Is it possible to change this to https? I see that https://onebusaway.org/ uses https.

<repositories> <repository> <id>public.onebusaway.org</id> <url>http://nexus.onebusaway.org/content/groups/public/</url> </repository> </repositories>

I agree wit @gmellemstrand that OneBusAway should switch to https to provide better security. This sonatype blog article provides a good overview about the backgrounds.

@sheldonabrown Thanks for the info. Would you mind updating the README.md which still refers to the old one. Thanks.