-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response does not contain "minimumTlsVersion" parameter from Azure Front Door Classic. #39500
Comments
@vit-corp thanks for your issue, we'll investigate and get back to you as soon as possible. |
@ChenxiJiang333 Please help on this issue. |
Hi @vit-corp, |
Hi @vit-corp. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue. |
Hi @ChenxiJiang333 , |
@vit-corp, my subscription does not allow me to register a domain, could you follow https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/debug_guide.md to a provide detailed log for us to do a deep investigation? |
Hi @vit-corp. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue. |
@ChenxiJiang333 , I created classic front door and i do not see minimumtlsversion in response (endpoints). { |
Hi @vit-corp, by this log, I didn't see you really add a custom domain to your frontdoor though... Or, follow this sample to create a front door with one more frontend that has its host point to the default frontend host, then follow this sample to set its https configurations through SDK. |
Hi @ChenxiJiang333 , I added custom domain but I still do not see minimumtlsversion in response (endpoints). { |
@vit-corp have you enabled the https traffic for it I wonder? Could you help run the codes below and record the log as well?
|
Describe the bug
Response does not contain "minimumTlsVersion" parameter from Azure Front Door Classic like stated here - https://learn.microsoft.com/en-us/rest/api/frontdoor/frontdoor/front-doors/list?tabs=HTTP#minimumtlsversion
Expected behavior
Response contains "minimumTlsVersion" parameter.
The text was updated successfully, but these errors were encountered: