TypeError: An SSL error has occurred and a secure connection to the server cannot be made.
前提
スマホブラウザで
Astro + Svelte 製のサイトから
Cloudflare Worker で作ったAPIを呼ぶとき
以下のエラーが発生した
TypeError: An SSL error has occurred and a secure connection to the server cannot be made.
備考
PCブラウザからだと発生しない
別のAPIを呼ぶときは発生しない
解決法
Cloudflare Worker にカスタムドメインを設定して、それを呼ぶことで解決した
first_worker.n1sym.workers.dev => animecard-worker.n1sym.com
考察
*.n1sym.workers.dev にSSL証明書が発行されてなかった?
されている
TypeError: An SSL error has occurred and a secure connection to the server cannot be made.
で ggると、ios 周りの記事ばかり出てくる