No certificate found matching 'pubsub.2639.dedyn.io'

Hello

After I updated ejabberd from 17.04 to 17.08, I see the messages

2017-09-03 12:14:38.301 [warning] <0.258.0>@ejabberd_pkix:handle_call:175 No certificate found matching 'conference.2639.dedyn.io': strictly configured clients or servers will reject connections with this host
017-09-03 12:14:38.832 [warning] <0.258.0>@ejabberd_pkix:handle_call:175 No certificate found matching 'pubsub.2639.dedyn.io': strictly configured clients or servers will reject connections with this host

in the ejabberd log.

The message

2017-09-03 12:14:38.473 [warning] <0.258.0>@ejabberd_pkix:handle_call:175 No certificate found matching 'upload.2639.dedyn.io': strictly configured clients or servers will reject connections with this host

additionally appeared after I activated mod_http_upload.

I'm using https://www.process-one.net/downloads/downloads-action.php?file=/ejabber... on Windows 10 Pro x64.

Do I really need extra DNS names for conference, pubsub, and http_upload?

ejabberd.yml:

listen:
  -
    ip: "0.0.0.0"
    port: 5443
    module: ejabberd_http
    ciphers: 'OPENSSL_CIPHER_STRING'
    certfile: 'CERTIFICATE_FILE'
    dhfile: 'DHPARAM_FILE'
    tls: true
    protocol_options: 'PROTOCOL_OPTIONS'
    request_handlers:
      "http_upload": mod_http_upload
  -
    ip: "::"
    port: 5443
    module: ejabberd_http
    ciphers: 'OPENSSL_CIPHER_STRING'
    certfile: 'CERTIFICATE_FILE'
    dhfile: 'DHPARAM_FILE'
    tls: true
    protocol_options: 'PROTOCOL_OPTIONS'
    request_handlers:
      "http_upload": mod_http_upload

default_db: sql
sm_db_type: sql

modules:
  mod_muc:
    ## host: "conference.@HOST@"
    access: muc
    access_create: muc_create
    access_persistent: muc_create
    access_admin: muc_admin
  mod_pubsub:
    access_createnode: pubsub_createnode
    ignore_pep_from_offline: false
    last_item_cache: false
    plugins:
      - "flat"
      - "hometree"
      - "pep" # pep requires mod_caps
  mod_http_upload:
    max_size: 1073741824
    secret_length: 64
    docroot: "c:\\ProgramData\\ejabberd\\www\\http_upload\\@HOST@"
    put_url: "https://@HOST@:5443/http_upload/@HOST@"
    thumbnail: false

Kind regards
Andy_2639

Syndicate content