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
then end up with a "Secure Connection Failed" in my browser, even though I have a valid signed certificate for the host/application. There's no connection occurring to the IdP, it fails before that.
If you "Secure Connection Failed" your browser tells you it will not connect to the site. Your browser (either the message screen itself and/or the debug toolbar) will be able to supply the exact detail why the connection fails. It's unlikely that mellon is the direct cause of this.
Mellon 19.1 built from from source for httpd on RHEL8, using ./configure --enable-diagnostics, make and make install. No problems there.
SP metadata, generated using the provided generate-metadata-script, is installed on the IdP as well:
<EntityDescriptor entityID="https://HOSTNAME/mellon" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true"> <KeyDescriptor use="encryption"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate>cert-content truncated for readability</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </KeyDescriptor> <KeyDescriptor use="signing"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate>cert-content truncated for readability</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </KeyDescriptor> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://HOSTNAME/mellon/logout"/> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://HOSTNAME/mellon/postResponse" index="0"/> </SPSSODescriptor> </EntityDescriptor>
vhost https config, protecting /private.
On connecting to the /private endpoint, I get logs like this over and over.
then end up with a "Secure Connection Failed" in my browser, even though I have a valid signed certificate for the host/application. There's no connection occurring to the IdP, it fails before that.
OS: RHEL 8.9
The text was updated successfully, but these errors were encountered: