You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if disableSecuredEndpoint is set, I get the following exception
Exception in thread "main" java.lang.IllegalStateException: Supported cipher suites must be set either explicitly or implicitly by means of setting the identity or PSK store
at org.eclipse.californium.scandium.config.DtlsConnectorConfig$Builder.build(DtlsConnectorConfig.java:872)
at org.eclipse.leshan.server.californium.LeshanServerBuilder.build(LeshanServerBuilder.java:404)
The text was updated successfully, but these errors were encountered:
Since M4 it is not possible to create a server without using dtls.
Even if disableSecuredEndpoint is set, I get the following exception
The text was updated successfully, but these errors were encountered: