Java CertificateException “No subject alternative names matching IP address … found”

前端 未结 6 1701
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 10:39

I\'m trying to implement a selfsigned certificate into my webserver, and it\'s working already with firefox and chrome (both from the server itself and from a remote machine

6条回答
  •  暖寄归人
    2020-12-31 10:47

    Your certificate should include that ip value as a subject alternative name value (of type IPAddress : key=7).

    http://web.archive.org/web/20160201235032/http://www.jroller.com/hasant/entry/no_subject_alternative_names_matching

提交回复
热议问题