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
When running the curl -k https://localhost:8443/city/Paris command in a separate terminal window, the terminal running the sunset.py service issues the following warning message:
SubjectAltNameWarning: Certificate for localhost has no subjectAltName, falling back to check for a commonName for now.
This feature is being removed by major browsers and deprecated by RFC 2818. (See urllib3/urllib3#497 for details.)
The text was updated successfully, but these errors were encountered:
https://chaostoolkit.org/reference/tutorial/#start-the-application
When running the
curl -k https://localhost:8443/city/Paris
command in a separate terminal window, the terminal running the sunset.py service issues the following warning message:SubjectAltNameWarning: Certificate for localhost has no
subjectAltName
, falling back to check for acommonName
for now.This feature is being removed by major browsers and deprecated by RFC 2818. (See urllib3/urllib3#497 for details.)
The text was updated successfully, but these errors were encountered: