abpframework / abp-samples

Sample solutions built with the ABP Framework
https://abp.io
MIT License
1.22k stars 1.26k forks source link

Bad Request - Invalid Hostname When Work With Other Subdomains For Tenant Subdomain Resolver #248

Open Moghaddm opened 1 year ago

Moghaddm commented 1 year ago

I created app template of ABP and after configurations and seeding data when i defined new tenant for check tenant domain resolver every other subdomain is return 400 status code (Bad Request) .

image

i cant understand this situation according to definition of this :

Configure<AbpTenantResolveOptions>(options =>
{
    options.AddDomainTenantResolver("{0}.localhost:44393");
});
maliming commented 1 year ago

hi

Please share the logs.

Moghaddm commented 1 year ago

hi

Please share the logs.

image

SSL Problem :)

maliming commented 1 year ago

So, this has nothing to do with abp. : )