You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
When fetching article, bibbot automatically logs into nexisuni.
Actual behavior:
Before login can happen, SSL_ERROR_BAD_CERT_DOMAIN error blocks loading of page, as HTTPS-Only Mode is enabled.
When trying to fetch an article from https://www.nexisuni.com.bonn.idm.oclc.org/ the following error occurs.
I have enabled HTTPS-Only Mode in Firefox. I think this might be a issue on nexisuni's side, still leaving this here to keep track of the bug.
After playing around with this ssl checker a bit, I found out that the domain www.nexisuni.com.bonn.idm.oclc.org we are linking to, is actually redirecting via a 302 temporary redirect to www-nexisuni-com.bonn.idm.oclc.org. Which does not trigger the ssl error.
HTTP status code 302
HTTP forwarding https://www-nexisuni-com.bonn.idm.oclc.org
As the the nexisuni certificate just covers *.bonn.idm.oclc.org and bonn.idm.oclc.org, further nested domains like the above www.nexisuni.com.bonn.idm.oclc.org are not covered by them. As the dashes in www-nexisuni-com.bonn.idm.oclc.org do not create more subdomains, unlike the dot notation, the domain with dashes works.
Expected behavior:
When fetching article, bibbot automatically logs into nexisuni.
Actual behavior:
Before login can happen,
SSL_ERROR_BAD_CERT_DOMAIN
error blocks loading of page, asHTTPS-Only Mode
is enabled.When trying to fetch an article from
https://www.nexisuni.com.bonn.idm.oclc.org/
the following error occurs.I have enabled
HTTPS-Only Mode
in Firefox. I think this might be a issue on nexisuni's side, still leaving this here to keep track of the bug.The text was updated successfully, but these errors were encountered: