wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.9k stars 254 forks source link

FF: SEC_ERROR_REUSED_ISSUER_AND_SERIAL on some domains after some time #445

Open d-schmidt opened 2 years ago

d-schmidt commented 2 years ago

I used it for a few days now. Suddenly I occasionally get security errors on single subdomains.

Firefox tells me: SEC_ERROR_REUSED_ISSUER_AND_SERIAL

selenium 4.0.0 wire 4.5.5

Any hints what is going on? I'm reading https://www.thingiverse.com/thing:5135057

grafik

Creating a new webdriver doesn't solve this. I have to restart Python for seleniumwire to work again.

wkeeling commented 2 years ago

Did you get to the bottom of this @d-schmidt ? I haven't seen the issue before, but I wonder whether it could be related to the OpenSSL library that Selenium Wire uses. Are you running on Windows or Linux?

d-schmidt commented 2 years ago

I think I closed and restarted the scraper automatically and switched to linux.

This was on Windows 10