Your question
Hello all,
Trying to use a JMAP client to my new installation. I tried Parula (which works with IMAP, but not with JAMP), Boogie Mail (IOS, which gives me a fetch failed), Bulwark webmail client. They all give me the “fetch failed” error.
While trying to troubleshoot like below, I get an empty http response:
curl -sv https://myserver.domain.tld/.well-known/jmap
Host myserver.domain.tld:443 was resolved.
IPv6: (none)
IPv4: 10.135.101.53
Trying 10.135.101.53:443…
ALPN: curl offers h2,http/1.1
TLSv1.3 (OUT), TLS handshake, Client hello (1):
SSL Trust Anchors:
CAfile: /etc/ssl/certs/ca-certificates.crt
TLSv1.3 (IN), TLS handshake, Server hello (2):
TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
TLSv1.3 (IN), TLS handshake, Certificate (11):
TLSv1.3 (IN), TLS handshake, CERT verify (15):
TLSv1.3 (IN), TLS handshake, Finished (20):
TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
TLSv1.3 (OUT), TLS handshake, Finished (20):
SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519MLKEM768 / id-ecPublicKey
ALPN: server did not agree on a protocol. Uses default.
Server certificate:
subject: CN=rcgen self signed cert
start date: Jan 1 00:00:00 1975 GMT
expire date: Jan 1 00:00:00 4096 GMT
issuer: CN=rcgen self signed cert
Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA256
subjectAltName does not match hostname myserver.domain.tld
SSL: no alternative certificate subject name matches target hostname ‘myserver.domain.tld’
closing connection #0
The certificate is self-signed, but still, shouldn’t I get some json formated output ? Or what shall I expect from this command ?
Thanks a lot