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
Attempting to connect to this URL with openssl s_client -connect www.communities.qld.gov.au:443 (OpenSSL versions 1.0.1f and 1.0.2k-fips tested) gives essentially the same thing, just with a different line number:
However, if we use the Server Name Indication extension (openssl s_client -connect www.communities.qld.gov.au:443 -servername www.communities.qld.gov.au), it works. It also works via curl and wget without any problems. SSL Labs confirms that the site will only work with SNI.
Is there some way we can configure the DataPusher to use Server Name Indication?
The text was updated successfully, but these errors were encountered:
ThrawnCA
changed the title
SSL handshake failure on server requiring SNI
SSL handshake failure on server requiring Server Name Indication
Apr 4, 2019
We're trying to load a resource into the DataPusher from a URL that only works correctly with Server Name Indication enabled (in this case, https://www.communities.qld.gov.au/resources/open-data/ds-nmds-services-provided-service-type.csv). The DataPusher gives the following error:
Attempting to connect to this URL with
openssl s_client -connect www.communities.qld.gov.au:443
(OpenSSL versions 1.0.1f and 1.0.2k-fips tested) gives essentially the same thing, just with a different line number:However, if we use the Server Name Indication extension (
openssl s_client -connect www.communities.qld.gov.au:443 -servername www.communities.qld.gov.au
), it works. It also works via curl and wget without any problems. SSL Labs confirms that the site will only work with SNI.Is there some way we can configure the DataPusher to use Server Name Indication?
The text was updated successfully, but these errors were encountered: