You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it was lack of https on PureJavaComms. Not sure if their is a fork that uses https out there. If not, someone could make one and add it to maven. We could then change the dependency in this project. That may not be worth the effort, so it may be better to just add something to README.md about this. I can make a commit to a new branch with the readme change added, if everyone is alright with that. We can merge it in later.
Edit 3:
I noticed that someone already added an issue to the offending repository here. Let's hope this get's addressed soon.
The text was updated successfully, but these errors were encountered:
I was attempting to import this project using Leinengen when this happened:
My project.clj is here:
Does anyone know what causes this problem or how to solve it?
Edit 1:
Seems like an issue with PureJavaComms not using TLS.
Edit 2:
Fixed the issue by adding this to the end of my project.clj file:
I guess it was lack of https on PureJavaComms. Not sure if their is a fork that uses https out there. If not, someone could make one and add it to maven. We could then change the dependency in this project. That may not be worth the effort, so it may be better to just add something to README.md about this. I can make a commit to a new branch with the readme change added, if everyone is alright with that. We can merge it in later.
Edit 3:
I noticed that someone already added an issue to the offending repository here. Let's hope this get's addressed soon.
The text was updated successfully, but these errors were encountered: