Score:1

curl: (35) SSL received a record that exceeded the maximum permissible length

us flag

I cannot fine the solutions for my issue to curl: (35) SSL received a record that exceeded the maximum permissible length.

i have tried everything and how to fix this server: apache centos 7

cn flag
have your a redirection to HTTPS on port 80 ?
Core Dreams Innovations avatar
us flag
not sure i have copied the working ssl.conf and httpd.conf file to this issue conf file
cn flag
You can try to force using the default HTTPS port in your request : `https://example.com:443/` and check if you still have the error
Core Dreams Innovations avatar
us flag
how to do thatcan you provide the command line
cn flag
replace the url in your actual command line or in browser if the website is accessible via it. Just happend `:443` after the FQDN
Core Dreams Innovations avatar
us flag
where to add that command
cn flag
Take your curl command and just append the port after the FQDN
Core Dreams Innovations avatar
us flag
curl: (35) SSL received a record that exceeded the maximum permissible length
cn flag
can you edit your post and write the command line you use
Core Dreams Innovations avatar
us flag
curl https://taxi-webdesign.com:443
Score:2
cn flag

The website you configured have no SSL certificate, then it can't deliver a HTTPS connexion and do HTTP over HTTPS, which produce and error.

You have to configure your website with SSL certificates by following the documentation

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.