Replies: 1 comment 9 replies
-
Hi @forsmann, The message you specified should be printed on You disable cert validation, does it mean your server has a self-signed TLS cert? Does your code work if you fetch rootservices from I am assuming you are on .NET Framework (4.8?) due to Jazz project not having been ported to .NET 6+ yet. What version of the On a side note, only https://github.com/OSLC/oslc4net/blob/main/OSLC4Net_NETFramework/OSLC4Net.Client.Jazz/Oslc/Jazz/JazzOAuthClient.cs requires .NET Framework. I am thinking to split
This should make Jazz client usable in .NET 6+, esp. if you rely on Jazz Forms auth (OIDC support is not yet part of oslc4net). |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to use JazzRootServicesHelper. I'm getting this error: Unable to access the Jazz rootservices document at:
However, when i put the url in the browser i get the rdf file. It's an https site. I put this in the code:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions