Server url as https is not working in next js server side rendering but its working when it http

I’m using next js with apollo graphql server in my project. When I’m trying to call server in server side rendering getserversideprops with url ssl enabled which server url in https I got response as Error: You are calling concat on a terminating link, which will have no effect ; statusCode: 503,. but its working when ssl disabled server url in http. Same https url working fine in normal pages