tkwebview2
tkwebview2 copied to clipboard
Error in install runtime unable to get local issuer certificate
Hello I am trying to run this in my client PC it is old PC windows 7 32bit I get this error:
Can you add option for install_runtime to skip ssl verification? Windows7 is old and it's root certifcate authorities are outdated...
Sorry I didn't remember to reply until now😅.
The update 4 months ago had tried to solve this problem. The ssl:bool = True and the "ssl verify" were added to the install_runtime, but I'm not sure if it can work well. If you'd like to fix it, you can write your own code in install_runtime, since it just uses request.urlopen in python standard libs.
PLUS, this project is probably no longer maintained, you can try other projects, like webviewpy.