https://kotlinlang.org logo
Title
h

hfhbd

01/25/2023, 12:27 PM
Anybody else getting some error using s01.oss.sonatype.org? I use Gradle and depend on a dependency published there but I get a build error
caused by: <http://javax.net|javax.net>.ssl.SSLPeerUnverifiedException: Certificate for <<http://s01.oss.sonatype.org|s01.oss.sonatype.org>.> doesn't match any of the subject alternative names: [*.<http://oss.sonatype.org|oss.sonatype.org>]
, but at least my browser and curl does not show any cert problems.
s

Sam

01/25/2023, 1:00 PM
Maybe completely unrelated, but is there supposed to be a dot at the end of
<http://s01.oss.sonatype.org|s01.oss.sonatype.org>.
?
s

Sam

01/25/2023, 1:09 PM
It’s in here too:
Could not GET '<https://s01.oss.sonatype.org>./content/repositories/snapshots/app/softwork/sql/psi/core/0.5.0-SNAPSHOT/maven-metadata.xml'.
I think that dot might be the problem 🕵️
h

hfhbd

01/25/2023, 1:09 PM
Uhh yeah
In
sqldelight-gradle-plugin/src/test/buildscript.gradle
, line 5
h

hfhbd

01/25/2023, 1:11 PM
Ohhh, thanks!