jelmervdl / chrome-rug-ub-proxy

Google Chrome extension to quickly view the page with the proxy server of the University of Groningen.
https://chrome.google.com/webstore/detail/use-ub-proxy/lfiabpaljlpnmcimcmlaldokpbpealba
3 stars 1 forks source link

https #2

Closed jelmervdl closed 6 years ago

jelmervdl commented 6 years ago

The proxy has no valid certificate for https sub-subdomains (no wonder) but this causes a certificate error when rewriting https urls.

The proxy seems to solve this certificate problem by replacing all dots in the hostname with dashes, but I don't yet understand what happens with dashes in the original hostname.

Example https://dl.acm.org/citation.cfm?id=363685 becomes https://dl-acm-org.proxy-ub.rug.nl/citation.cfm?id=363685

jelmervdl commented 6 years ago

And… already implemented in cc29c7a.