feast icon indicating copy to clipboard operation
feast copied to clipboard

usage.feast.dev ssl cert wrong

Open babyhuey opened this issue 1 year ago • 3 comments

Looks like ssl cert got updated yesterday, and it's set for *.netlify.app and causing issues in logs: image

WARNING   2024-01-16 16:46:30,278 urllib3.connection.connection:547 | Certificate did not match expected hostname: usage.feast.dev. Certificate: {'subject': ((('countryName', 'US'),), (('stateOrProvinceName', 'California'),), (('localityName', 'San Francisco'),), (('organizationName', 'Netlify, Inc'),), (('commonName', '*.netlify.app'),)), 'issuer': ((('countryName', 'US'),), (('organizationName', 'DigiCert Inc'),), (('commonName', 'DigiCert Global G2 TLS RSA SHA256 2020 CA1'),)), 'version': 3, 'serialNumber': '03ED167A2659DA278E7B21CDBEB33E32', 'notBefore': 'Jan 15 00:00:00 2024 GMT', 'notAfter': 'Feb 14 23:59:59 2025 GMT', 'subjectAltName': (('DNS', '*.netlify.app'), ('DNS', 'netlify.app')), 'OCSP': ('http://ocsp.digicert.com/',), 'caIssuers': ('http://cacerts.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crt',), 'crlDistributionPoints': ('http://crl3.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crl', 'http://crl4.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crl')}

babyhuey avatar Jan 16 '24 17:01 babyhuey

ran into the same issue. as a stopgap, i set FEAST_USAGE to false and it went away. I know I shouldn't really be advocating for people to work around feast telemetry, but it should keep things quiet until a real fix goes in.

robhowley avatar Jan 17 '24 19:01 robhowley

This has already been fixed, right?

tokoko avatar Feb 08 '24 05:02 tokoko

found similar warnings when using Feast in OpenShift/Kubernetes but setting environments FEAST_USAGE=False and it get disappeared.

redhatHameed avatar Feb 19 '24 20:02 redhatHameed

When running "feast serve" the certificate warning still appears as of a pip download on Feb 25, 2024.

SeanWidesense avatar Feb 27 '24 22:02 SeanWidesense

let's disable the feature of "usage.feast.dev". It will be more useful for the users who use Feast at Enterprise level.

shuchu avatar Apr 10 '24 01:04 shuchu