amazon linux2 + apache + alb で safariからエラー

未分類

amazon linux2 + apache + alb(http2) の状態で
safariからアクセスすると

Safari can’t open the page. The error is: “The operation couldn’t be completed. Protocol error” (NSPOSIXErrorDomain:100)

ってエラーが出る(chrome, foxとかは平気)

以下のように内部のhttp2を無効にする

$ sudo vi /etc/httpd/conf/httpd.conf
<ifmodule mod_http2.c="">
#   Protocols h2 h2c http/1.1
Protocols http/1.1
</ifmodule>

再起動

$ sudo systemctl restart httpd.service

コメント

タイトルとURLをコピーしました