Firefox Ocsp fails at loading private IIS https website [closed]

I am running succesfully website on WinServer IIS with https.
This is done inside a company, for internal use. Certificate is signed by internal CA that is correctly registered.
The site loads correctly on Chrome and Edge , but fails with firefox with this error:
SEC_ERROR_OCSP_INVALID_SIGNING_CERT

Sometimes it works with Firefox, sometimes (most of the time it fails)
I did some test with openssl and concluded that ocsp response was ‘good’
also i add below wireshark trace where you see:

  • Me : firefox client
  • Tas-Dev: the website with https
  • Ocsp: the ocsp server

sometimes , not systematic i observe 2 (request+reply) to ocsp server
always reply of ocsp server is as shown on screenshot ‘good’
and firefox closes connection just after the last ocsp server answer with a ‘FIN ACK’ without displaying content of the web page.

I am struggling alone as my IT chief claims that only Chrome is supported officially … LOL

by curiosity i have tried to browse to the ocsp URI indicated in certificate of https server with my browser (with HTTP GET) and I have a http 500 on IIS, – maybe out of scope because ocsp is http POST, but i want to add this note as i find it strange as I would expect a more apropriate error message like ‘only POST is supported’ , see below:

As an additional note , during investigation i have downloaded the ‘DigiCertUtil’
I note 2 things strange without knowing if it is critical:

  • the web certificate registered on the machine is not displayed in ‘ssl’ panel
  • if i import inside the tool the pfx for the webserver it says ‘no ssl’ see below:

DigiCert Certificate Utility for Windows©

The file pfx does not have any SSL or code signing enabled
certificates contained in it.

… but maybe this tool is out of date since i think ssl is not anymore used, rather Tls.

Also i continued to investigate and in contact of admin of ocsp server.
we have a load balancer between firefox and 2 ocsp instances.
both ocsp servers have certificate emitted with same ca as website . I have checked that:

  • 2 ocsp server
  • https of website
    all of 3 have a certificated emitted by same CA with same serial number that i checked here :

the ocsp server responding are WinServer internal features checked here:

also certutil display a status ‘verified’

the current workaround is to disable ocsp for firefox by setting enable to 0:

by the way Wiresharking Chrome and Edge make me laugh since both of them do not request anything to ocsp server… in fact it means that disabling this security feature of firefox make it to behave properly like chrome and edge…

#Observation
the ocsp server is in fact a load balancer, behind which there are 2 ocsp servers.
The ocsp servers are configured with their own certificate correctly signed but with different C-name than the ocsp hostname used in the http POST request done in the ocsp request.

request contains host “ocsp…”:

answer contains machine dcew11…:

…still from my understanding it should not be an issue.

2

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa

Firefox Ocsp fails at loading private IIS https website [closed]

I am running succesfully website on WinServer IIS with https.
This is done inside a company, for internal use. Certificate is signed by internal CA that is correctly registered.
The site loads correctly on Chrome and Edge , but fails with firefox with this error:
SEC_ERROR_OCSP_INVALID_SIGNING_CERT

Sometimes it works with Firefox, sometimes (most of the time it fails)
I did some test with openssl and concluded that ocsp response was ‘good’
also i add below wireshark trace where you see:

  • Me : firefox client
  • Tas-Dev: the website with https
  • Ocsp: the ocsp server

sometimes , not systematic i observe 2 (request+reply) to ocsp server
always reply of ocsp server is as shown on screenshot ‘good’
and firefox closes connection just after the last ocsp server answer with a ‘FIN ACK’ without displaying content of the web page.

I am struggling alone as my IT chief claims that only Chrome is supported officially … LOL

by curiosity i have tried to browse to the ocsp URI indicated in certificate of https server with my browser (with HTTP GET) and I have a http 500 on IIS, – maybe out of scope because ocsp is http POST, but i want to add this note as i find it strange as I would expect a more apropriate error message like ‘only POST is supported’ , see below:

As an additional note , during investigation i have downloaded the ‘DigiCertUtil’
I note 2 things strange without knowing if it is critical:

  • the web certificate registered on the machine is not displayed in ‘ssl’ panel
  • if i import inside the tool the pfx for the webserver it says ‘no ssl’ see below:

DigiCert Certificate Utility for Windows©

The file pfx does not have any SSL or code signing enabled
certificates contained in it.

… but maybe this tool is out of date since i think ssl is not anymore used, rather Tls.

Also i continued to investigate and in contact of admin of ocsp server.
we have a load balancer between firefox and 2 ocsp instances.
both ocsp servers have certificate emitted with same ca as website . I have checked that:

  • 2 ocsp server
  • https of website
    all of 3 have a certificated emitted by same CA with same serial number that i checked here :

the ocsp server responding are WinServer internal features checked here:

also certutil display a status ‘verified’

the current workaround is to disable ocsp for firefox by setting enable to 0:

by the way Wiresharking Chrome and Edge make me laugh since both of them do not request anything to ocsp server… in fact it means that disabling this security feature of firefox make it to behave properly like chrome and edge…

#Observation
the ocsp server is in fact a load balancer, behind which there are 2 ocsp servers.
The ocsp servers are configured with their own certificate correctly signed but with different C-name than the ocsp hostname used in the http POST request done in the ocsp request.

request contains host “ocsp…”:

answer contains machine dcew11…:

…still from my understanding it should not be an issue.

2

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật