tkwebview2 icon indicating copy to clipboard operation
tkwebview2 copied to clipboard

Error in install runtime unable to get local issuer certificate

Open Eboubaker opened this issue 1 year ago • 2 comments
trafficstars

Hello I am trying to run this in my client PC it is old PC windows 7 32bit I get this error:

image

Eboubaker avatar Jun 22 '24 22:06 Eboubaker

Can you add option for install_runtime to skip ssl verification? Windows7 is old and it's root certifcate authorities are outdated...

Eboubaker avatar Jun 22 '24 22:06 Eboubaker

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.

Smart-Space avatar Oct 19 '24 04:10 Smart-Space