Compatibility check #7

Closed
opened 2026-01-29 15:07:38 +00:00 by claunia · 9 comments
Owner

Originally created by @tenox7 on GitHub (Dec 27, 2016).

Originally assigned to: @claunia on GitHub.

Verify WRP works on latest OSX and Linux

Originally created by @tenox7 on GitHub (Dec 27, 2016). Originally assigned to: @claunia on GitHub. Verify WRP works on latest OSX and Linux
Author
Owner

@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.

@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.
Author
Owner

@tenox7 commented on GitHub (Jan 10, 2017):

whats the exception

@tenox7 commented on GitHub (Jan 10, 2017): whats the exception
Author
Owner

@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): 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.
Author
Owner

@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.

@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.
Author
Owner

@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): no because most browsers that WRP is for do not have HTTPS
Author
Owner

@tenox7 commented on GitHub (Jan 10, 2017):

https://github.com/paulhammond/webkit2png/issues/90

@tenox7 commented on GitHub (Jan 10, 2017): https://github.com/paulhammond/webkit2png/issues/90
Author
Owner

@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.

@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.
Author
Owner

@tenox7 commented on GitHub (Jan 10, 2017):

wrp should support both http and https

@tenox7 commented on GitHub (Jan 10, 2017): wrp should support both http and https
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: claunia/wrp#7