Apparently there is a bug with JRE 8 that mucks with SSL connections. Although it didn't seem to affect the scala ws library, it does seem to effect the Jsoup library which is what I am using to scrape the Snow Report pages on the epic resorts. After doing some testing in the play-with-docker web app, I'm pretty confident that switching the Running Docker image to use JRE 11 should fix the issue. PR changes include:
Switching Runtime Docker image to eclipise-temuring JRE 11
Apparently there is a bug with JRE 8 that mucks with SSL connections. Although it didn't seem to affect the scala ws library, it does seem to effect the Jsoup library which is what I am using to scrape the Snow Report pages on the epic resorts. After doing some testing in the play-with-docker web app, I'm pretty confident that switching the Running Docker image to use JRE 11 should fix the issue. PR changes include:
Closes #96