mbarni
1
I’m trying to upgrade to SDK but it keeps giving me errors.
io.camunda
spring-boot-starter-camunda-sdk
8.5.9
gives “not an SSL/TLS record”
io.camunda.spring
spring-boot-starter-camunda
8.5.11
works normally.
The documentation is horrible on de SDK.
Anyone know how to make it work?
Hi @mbarni,
First of all, can you attach the full log? I guess the error occurs during the startup of your spring boot application?
On first guess, it looks like an error from Netty, maybe a compatibility issue.
Best
Stefan
Hello @mbarni ,
which documentation are you refering to?
Our spring sdk has this documentation which introduces you to various configuration options:
At first glance, I would say the property zeebe.client.security.plaintext
could be off.
Best regards,
Jonathan
mbarni
4
I’m connecting to SAAS.
Why zeebe.client.security.plaintext
should be off?
Hello @mbarni ,
I mean “off” in the sense of "not configured correctly.
If you want to connect to Saas and you are using the sdk, please look at the following section:
For 8.5.x: Getting started | Camunda 8 Docs
For 8.6.x: Getting started | Camunda 8 Docs
I hope this helps.
Best regards,
Jonathan