mirror of
https://github.com/tenox7/wrp.git
synced 2026-07-08 18:06:35 +00:00
Compatibility check #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tenox7 on GitHub (Dec 27, 2016).
Originally assigned to: @claunia on GitHub.
Verify WRP works on latest OSX and Linux
@claunia commented on GitHub (Jan 10, 2017):
Mac OS X El Capitán doesn't allow loading of non-SSL URLs, Python gives an exception an exits.
@tenox7 commented on GitHub (Jan 10, 2017):
whats the exception
@claunia commented on GitHub (Jan 10, 2017):
Latest Linux releases tend to use python3 as default, but not all. As wrp is python2 it must be directed to use python2 and not just "python". May need to check specific distros.
@claunia commented on GitHub (Jan 10, 2017):
2017-01-10 10:03:06.475 Python[1118:25855] App Transport Security has clocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. ... something went wrong 2: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.IMHO, we should try to add WRP->SERVER HTTPS.
@tenox7 commented on GitHub (Jan 10, 2017):
no because most browsers that WRP is for do not have HTTPS
@tenox7 commented on GitHub (Jan 10, 2017):
https://github.com/paulhammond/webkit2png/issues/90
@claunia commented on GitHub (Jan 10, 2017):
I know they don't have https, that's why I'm saying WRP to server connection as https, while client to wrp stays as http.
E.g.: Mosaic ---HTTP--> WRP ---HTTPS---> https://example.com
That future-proofs as a lot of servers will stop using non HTTPS soon.
@tenox7 commented on GitHub (Jan 10, 2017):
wrp should support both http and https
@tenox7 commented on GitHub (Jan 10, 2017):
OK open a new issue for it then back port what they have fixed in webkit2png for this https://github.com/paulhammond/webkit2png/issues/90