Anybody else getting some error using <s01.oss.son...
# random
h
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
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
It’s in here too:
Copy code
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
Uhh yeah
In
sqldelight-gradle-plugin/src/test/buildscript.gradle
, line 5
h
Ohhh, thanks!