panic: tls: initPskExt failed: session resumption is enabled, but there is no pre-shared key extension in the ClientHelloSpec; Please consider provide one in the ClientHelloSpec; If this is intentional, you may consider disable resumption by setting Config.SessionTicketsDisabled to true, or set Config.PreferSkipResumptionOnNilExtension to true to suppress this exception
can these parameters be set in the library?
panic: tls: initPskExt failed: session resumption is enabled, but there is no pre-shared key extension in the ClientHelloSpec; Please consider provide one in the ClientHelloSpec; If this is intentional, you may consider disable resumption by setting Config.SessionTicketsDisabled to true, or set Config.PreferSkipResumptionOnNilExtension to true to suppress this exception
can these parameters be set in the library?