wkok / openai-clojure

Clojure functions to drive the OpenAI API

Home Page:https://cljdoc.org/d/net.clojars.wkok/openai-clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to find valid certification path to requested target

blindcoding9 opened this issue · comments

Error printing return value (SunCertPathBuilderException) at sun.security.provider.certpath.SunCertPathBuilder/build (SunCertPathBuilder.java:141).
unable to find valid certification path to requested target

Using JVM 11 and version 0.9.0 I can't send any request anymore

Unable to reproduce.

The error indicates a problem with client side certificates, have you tried with other (newer) versions of Java?

I imported the openai certificate and worked.

Thanks