Can't login LDAP

I can’t login. It is giving error.
Cookie “JSESSIONID” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.

It seems not only for LDAP. I disabled LDAP but the error is same. Perhaps, it is about behind reserve http proxy.
Also, I am having another warning:
Cookie “fsid” は “SameSite” 属性が足りないため “SameSite” ポリシーに “Lax” が設定されています。“SameSite=Lax” はこの属性の既定値です。

<session-config>
    <cookie-config>
        <http-only>true</http-only>
        <secure>true</secure>
    </cookie-config>
</session-config>

is solved my problem.